File tree 6 files changed +8
-5
lines changed
templates/monorepo-generator
6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- ## <small >0.2.3 (2021-04-06)</small >
1
+ ## <small >0.2.4 (2021-04-06)</small >
2
2
3
3
* fix: updated mrepo version ([ b350143] ( https://github.com/zMotivat0r/mrepo/commit/b350143 ) )
4
+ * fix(monorepo-generator): updated mrepo version ([ 89cb302] ( https://github.com/zMotivat0r/mrepo/commit/89cb302 ) )
4
5
* fix(monorepo-generator): updated package.json template ([ c53c31a] ( https://github.com/zMotivat0r/mrepo/commit/c53c31a ) )
6
+ * fix(pacakge-generator): updated template files ([ a384955] ( https://github.com/zMotivat0r/mrepo/commit/a384955 ) )
5
7
* chore: release 0.1.8 ([ 141b85c] ( https://github.com/zMotivat0r/mrepo/commit/141b85c ) )
6
8
* chore: release 0.1.9 ([ 432c10b] ( https://github.com/zMotivat0r/mrepo/commit/432c10b ) )
7
9
* chore: release 0.2.0 ([ 7b8ba31] ( https://github.com/zMotivat0r/mrepo/commit/7b8ba31 ) )
8
10
* chore: release 0.2.0 ([ 2a55f73] ( https://github.com/zMotivat0r/mrepo/commit/2a55f73 ) )
9
11
* chore: release 0.2.1 ([ e1f2661] ( https://github.com/zMotivat0r/mrepo/commit/e1f2661 ) )
10
12
* chore: release 0.2.2 ([ 9e086e5] ( https://github.com/zMotivat0r/mrepo/commit/9e086e5 ) )
13
+ * chore: release 0.2.3 ([ a44be14] ( https://github.com/zMotivat0r/mrepo/commit/a44be14 ) )
11
14
* chore(github): added PR and issues templates ([ ef40386] ( https://github.com/zMotivat0r/mrepo/commit/ef40386 ) )
12
15
* docs: added build clean generate commands docs ([ 38c135e] ( https://github.com/zMotivat0r/mrepo/commit/38c135e ) )
13
16
* docs: added demo gif ([ 4d05582] ( https://github.com/zMotivat0r/mrepo/commit/4d05582 ) )
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.2.3 " ,
4
+ "version" : " 0.2.4 " ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
7
7
"bin" : {
Original file line number Diff line number Diff line change 41
41
"@types/node" : " 14.14.35" ,
42
42
"@typescript-eslint/eslint-plugin" : " 4.19.0" ,
43
43
"@typescript-eslint/parser" : " 4.19.0" ,
44
- "@zmotivat0r/mrepo" : " 0.2.3 " ,
44
+ "@zmotivat0r/mrepo" : " 0.2.4 " ,
45
45
"commitizen" : " 4.2.3" ,
46
46
"conventional-changelog-cli" : " 2.1.1" ,
47
47
"cz-conventional-changelog" : " 3.3.0" ,
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.2.3 " ,
4
+ "version" : " 0.2.4 " ,
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