Skip to content

Commit d4670d2

Browse files
authored
Merge pull request #43 from zMotivat0r/release/pass-sao-env
chore: release 0.6.1
2 parents eec853c + c843693 commit d4670d2

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

Diff for: CHANGELOG.md

+22-19
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
## 0.6.0 (2021-09-24)
1+
## <small>0.6.1 (2021-10-07)</small>
22

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))
3+
* ci: updated PR template ([e249440](https://github.com/zMotivat0r/mrepo/commit/e249440))
4+
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
5+
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
6+
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
7+
* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26))
8+
* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6))
9+
* fix(generators): fixed passed envs to sao generators ([afe0c3f](https://github.com/zMotivat0r/mrepo/commit/afe0c3f))
10+
* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302))
11+
* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a))
12+
* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955))
13+
* fix(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe))
14+
* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc))
15+
* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d))
16+
* fix(utils): fixed lerna json reloading ([c7b2b7b](https://github.com/zMotivat0r/mrepo/commit/c7b2b7b))
17+
* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf))
818
* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
919
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
1020
* chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
@@ -25,20 +35,13 @@
2535
* chore: release 0.5.0 ([790ce23](https://github.com/zMotivat0r/mrepo/commit/790ce23))
2636
* chore: release 0.5.1 ([51d13d2](https://github.com/zMotivat0r/mrepo/commit/51d13d2))
2737
* chore: release 0.5.2 ([98a52a8](https://github.com/zMotivat0r/mrepo/commit/98a52a8))
38+
* chore: release 0.6.0 ([4469ea0](https://github.com/zMotivat0r/mrepo/commit/4469ea0))
2839
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
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))
40-
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
41-
* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
40+
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
41+
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
42+
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
43+
* feat(scripts): added copy mode to digest command ([50ba631](https://github.com/zMotivat0r/mrepo/commit/50ba631))
44+
* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6))
4245
* docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))
4346
* docs: added demo gif ([4d05582](https://github.com/zMotivat0r/mrepo/commit/4d05582))
4447
* docs: added features section ([45bdeff](https://github.com/zMotivat0r/mrepo/commit/45bdeff))

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

0 commit comments

Comments
 (0)