Skip to content

Commit

Permalink
Merge pull request #22 from zMotivat0r/release/lerna-load-json
Browse files Browse the repository at this point in the history
chore: release 0.3.2
  • Loading branch information
michaelyali authored Apr 10, 2021
2 parents 0a7e23d + 3e18e36 commit 711feed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## <small>0.3.1 (2021-04-09)</small>
## <small>0.3.2 (2021-04-10)</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))
* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d))
* fix(utils): fixed lerna json reloading ([c7b2b7b](https://github.com/zMotivat0r/mrepo/commit/c7b2b7b))
* 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 @@ -17,6 +18,7 @@
* chore: release 0.2.6 ([814e84c](https://github.com/zMotivat0r/mrepo/commit/814e84c))
* chore: release 0.2.7 ([7307a4d](https://github.com/zMotivat0r/mrepo/commit/7307a4d))
* chore: release 0.3.0 ([2f91d03](https://github.com/zMotivat0r/mrepo/commit/2f91d03))
* chore: release 0.3.1 ([e8ff034](https://github.com/zMotivat0r/mrepo/commit/e8ff034))
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
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.3.1",
"version": "0.3.2",
"main": "index.js",
"types": "index.d.ts",
"bin": {
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.3.1",
"version": "0.3.2",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down
1 change: 0 additions & 1 deletion scripts/post-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ PACKAGE_VERSION=$(cat package.json | npx jase version)

git add .
git commit -m "chore: release $PACKAGE_VERSION"
git push

0 comments on commit 711feed

Please sign in to comment.