File tree 5 files changed +6
-4
lines changed
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- ## <small >0.5.1 (2021-08-21 )</small >
1
+ ## <small >0.5.2 (2021-08-23 )</small >
2
2
3
3
* fix: updated mrepo version ([ b350143] ( https://github.com/zMotivat0r/mrepo/commit/b350143 ) )
4
4
* fix(digest): added --withLocalVersions option ([ 13dad26] ( https://github.com/zMotivat0r/mrepo/commit/13dad26 ) )
10
10
* fix(package-generator): readme template ([ 36995cc] ( https://github.com/zMotivat0r/mrepo/commit/36995cc ) )
11
11
* fix(templates): up mrepo version ([ 873762d] ( https://github.com/zMotivat0r/mrepo/commit/873762d ) )
12
12
* fix(utils): fixed lerna json reloading ([ c7b2b7b] ( https://github.com/zMotivat0r/mrepo/commit/c7b2b7b ) )
13
+ * fix(utils): package version loader ([ 4faadcf] ( https://github.com/zMotivat0r/mrepo/commit/4faadcf ) )
13
14
* chore: release 0.1.8 ([ 141b85c] ( https://github.com/zMotivat0r/mrepo/commit/141b85c ) )
14
15
* chore: release 0.1.9 ([ 432c10b] ( https://github.com/zMotivat0r/mrepo/commit/432c10b ) )
15
16
* chore: release 0.2.0 ([ 7b8ba31] ( https://github.com/zMotivat0r/mrepo/commit/7b8ba31 ) )
28
29
* chore: release 0.4.0 ([ c02fce2] ( https://github.com/zMotivat0r/mrepo/commit/c02fce2 ) )
29
30
* chore: release 0.4.1 ([ c9c95fb] ( https://github.com/zMotivat0r/mrepo/commit/c9c95fb ) )
30
31
* chore: release 0.5.0 ([ 790ce23] ( https://github.com/zMotivat0r/mrepo/commit/790ce23 ) )
32
+ * chore: release 0.5.1 ([ 51d13d2] ( https://github.com/zMotivat0r/mrepo/commit/51d13d2 ) )
31
33
* chore(github): added PR and issues templates ([ ef40386] ( https://github.com/zMotivat0r/mrepo/commit/ef40386 ) )
32
34
* feat(lerna): added independent packages versioning support ([ 56dec71] ( https://github.com/zMotivat0r/mrepo/commit/56dec71 ) )
33
35
* feat(scripts-generator): added running test suite ([ bc22dfc] ( https://github.com/zMotivat0r/mrepo/commit/bc22dfc ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zmotivat0r/mrepo" ,
3
3
"description" : " Awesome Typescript Monorepo Generator" ,
4
- "version" : " 0.5.1 " ,
4
+ "version" : " 0.5.2 " ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
7
7
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mrepo" ,
3
3
"description" : " Awesome Typescript Monorepo Generator" ,
4
- "version" : " 0.5.1 " ,
4
+ "version" : " 0.5.2 " ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"build" : " npx tsc -b tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments