Skip to content

Commit

Permalink
Merge pull request #16 from zMotivat0r/release/fix-package-generator
Browse files Browse the repository at this point in the history
chore: release 0.2.6
  • Loading branch information
michaelyali authored Apr 6, 2021
2 parents 434abff + 814e84c commit b2e3f88
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## <small>0.2.5 (2021-04-06)</small>
## <small>0.2.6 (2021-04-06)</small>

* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
* chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
Expand All @@ -10,7 +8,10 @@
* chore: release 0.2.2 ([9e086e5](https://github.com/zMotivat0r/mrepo/commit/9e086e5))
* chore: release 0.2.3 ([a44be14](https://github.com/zMotivat0r/mrepo/commit/a44be14))
* chore: release 0.2.4 ([fdbaa20](https://github.com/zMotivat0r/mrepo/commit/fdbaa20))
* chore: release 0.2.5 ([ae53d03](https://github.com/zMotivat0r/mrepo/commit/ae53d03))
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302))
* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a))
Expand Down
1 change: 1 addition & 0 deletions lib/package-generator/saofile.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package-generator/saofile.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zmotivat0r/mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.2.5",
"version": "0.2.6",
"main": "index.js",
"types": "index.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion lib/templates/monorepo-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@zmotivat0r/mrepo": "0.2.5",
"@zmotivat0r/mrepo": "0.2.6",
"commitizen": "4.2.3",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down
1 change: 1 addition & 0 deletions src/package-generator/saofile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ const result = {
'noop.spec.ts': 'test/noop.spec.ts',
'srcIndex.ts': 'src/index.ts',
packageLICENSE: 'LICENSE',
packageJson: 'package.json',
},
},
];
Expand Down
2 changes: 1 addition & 1 deletion templates/monorepo-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@zmotivat0r/mrepo": "0.2.5",
"@zmotivat0r/mrepo": "0.2.6",
"commitizen": "4.2.3",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
Expand Down
File renamed without changes.

0 comments on commit b2e3f88

Please sign in to comment.