Skip to content

Commit

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

* 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))
* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955))
* 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))
* chore: release 0.2.0 ([2a55f73](https://github.com/zMotivat0r/mrepo/commit/2a55f73))
* chore: release 0.2.1 ([e1f2661](https://github.com/zMotivat0r/mrepo/commit/e1f2661))
* 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(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* 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))
* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955))
* docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))
* docs: added demo gif ([4d05582](https://github.com/zMotivat0r/mrepo/commit/4d05582))
* docs: added features section ([45bdeff](https://github.com/zMotivat0r/mrepo/commit/45bdeff))
Expand All @@ -22,7 +25,6 @@
* docs: started added readme ([ca99cfe](https://github.com/zMotivat0r/mrepo/commit/ca99cfe))
* docs: updated package.json and readmes ([d6dab86](https://github.com/zMotivat0r/mrepo/commit/d6dab86))
* docs: updated readme gifs ([56e90fd](https://github.com/zMotivat0r/mrepo/commit/56e90fd))
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))



Expand Down
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.4",
"version": "0.2.5",
"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.4",
"@zmotivat0r/mrepo": "0.2.5",
"commitizen": "4.2.3",
"conventional-changelog-cli": "2.1.1",
"cz-conventional-changelog": "3.3.0",
Expand Down
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.4",
"version": "0.2.5",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down

0 comments on commit 434abff

Please sign in to comment.