Skip to content

Commit

Permalink
Merge pull request #41 from zMotivat0r/release/copy-dist-digest-mode
Browse files Browse the repository at this point in the history
chore: release 0.6.0
  • Loading branch information
michaelyali authored Sep 24, 2021
2 parents 5144f9c + 4469ea0 commit e752016
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
34 changes: 18 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
## <small>0.5.2 (2021-08-23)</small>
## 0.6.0 (2021-09-24)

* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26))
* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6))
* 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(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe))
* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc))
* 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))
* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf))
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
* feat(scripts): added copy mode to digest command ([50ba631](https://github.com/zMotivat0r/mrepo/commit/50ba631))
* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6))
* 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 @@ -30,11 +24,19 @@
* chore: release 0.4.1 ([c9c95fb](https://github.com/zMotivat0r/mrepo/commit/c9c95fb))
* chore: release 0.5.0 ([790ce23](https://github.com/zMotivat0r/mrepo/commit/790ce23))
* chore: release 0.5.1 ([51d13d2](https://github.com/zMotivat0r/mrepo/commit/51d13d2))
* chore: release 0.5.2 ([98a52a8](https://github.com/zMotivat0r/mrepo/commit/98a52a8))
* 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))
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6))
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26))
* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6))
* 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(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe))
* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc))
* 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))
* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf))
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
* docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))
Expand Down
Empty file modified lib/bin/mrepo.js
100755 → 100644
Empty file.
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.5.2",
"version": "0.6.0",
"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.5.2",
"version": "0.6.0",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down

0 comments on commit e752016

Please sign in to comment.