Skip to content

Commit fdbaa20

Browse files
committed
chore: release 0.2.4
1 parent 556486d commit fdbaa20

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
## <small>0.2.3 (2021-04-06)</small>
1+
## <small>0.2.4 (2021-04-06)</small>
22

33
* 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))
45
* 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))
57
* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
68
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
79
* chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
810
* chore: release 0.2.0 ([2a55f73](https://github.com/zMotivat0r/mrepo/commit/2a55f73))
911
* chore: release 0.2.1 ([e1f2661](https://github.com/zMotivat0r/mrepo/commit/e1f2661))
1012
* 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))
1114
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
1215
* docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))
1316
* docs: added demo gif ([4d05582](https://github.com/zMotivat0r/mrepo/commit/4d05582))

lib/bin/mrepo.js

100755100644
File mode changed.

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zmotivat0r/mrepo",
33
"description": "Awesome Typescript Monorepo Generator",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"bin": {

lib/templates/monorepo-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/node": "14.14.35",
4242
"@typescript-eslint/eslint-plugin": "4.19.0",
4343
"@typescript-eslint/parser": "4.19.0",
44-
"@zmotivat0r/mrepo": "0.2.3",
44+
"@zmotivat0r/mrepo": "0.2.4",
4545
"commitizen": "4.2.3",
4646
"conventional-changelog-cli": "2.1.1",
4747
"cz-conventional-changelog": "3.3.0",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mrepo",
33
"description": "Awesome Typescript Monorepo Generator",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"private": true,
66
"scripts": {
77
"build": "npx tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)