Skip to content

Commit e752016

Browse files
authored
Merge pull request #41 from zMotivat0r/release/copy-dist-digest-mode
chore: release 0.6.0
2 parents 5144f9c + 4469ea0 commit e752016

File tree

5 files changed

+21
-19
lines changed

5 files changed

+21
-19
lines changed

Diff for: CHANGELOG.md

+18-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
## <small>0.5.2 (2021-08-23)</small>
1+
## 0.6.0 (2021-09-24)
22

3-
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
4-
* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26))
5-
* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6))
6-
* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302))
7-
* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a))
8-
* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955))
9-
* fix(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe))
10-
* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc))
11-
* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d))
12-
* fix(utils): fixed lerna json reloading ([c7b2b7b](https://github.com/zMotivat0r/mrepo/commit/c7b2b7b))
13-
* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf))
3+
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
4+
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
5+
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
6+
* feat(scripts): added copy mode to digest command ([50ba631](https://github.com/zMotivat0r/mrepo/commit/50ba631))
7+
* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6))
148
* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
159
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
1610
* chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
@@ -30,11 +24,19 @@
3024
* chore: release 0.4.1 ([c9c95fb](https://github.com/zMotivat0r/mrepo/commit/c9c95fb))
3125
* chore: release 0.5.0 ([790ce23](https://github.com/zMotivat0r/mrepo/commit/790ce23))
3226
* chore: release 0.5.1 ([51d13d2](https://github.com/zMotivat0r/mrepo/commit/51d13d2))
27+
* chore: release 0.5.2 ([98a52a8](https://github.com/zMotivat0r/mrepo/commit/98a52a8))
3328
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
34-
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
35-
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
36-
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
37-
* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6))
29+
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
30+
* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26))
31+
* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6))
32+
* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302))
33+
* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a))
34+
* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955))
35+
* fix(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe))
36+
* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc))
37+
* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d))
38+
* fix(utils): fixed lerna json reloading ([c7b2b7b](https://github.com/zMotivat0r/mrepo/commit/c7b2b7b))
39+
* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf))
3840
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
3941
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
4042
* docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))

Diff for: lib/bin/mrepo.js

100755100644
File mode changed.

Diff for: 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.5.2",
4+
"version": "0.6.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"bin": {

Diff for: package-lock.json

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

Diff for: 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.5.2",
4+
"version": "0.6.0",
55
"private": true,
66
"scripts": {
77
"build": "npx tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)