From 1be14fab25d067d5961aa2bb7a37324b03c2d9df Mon Sep 17 00:00:00 2001 From: Michael Yali Date: Fri, 22 Oct 2021 15:07:41 +0300 Subject: [PATCH] chore: release 0.8.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++-------------------- lib/bin/mrepo.js | 0 lib/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 25 insertions(+), 23 deletions(-) mode change 100755 => 100644 lib/bin/mrepo.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 431652b..f5252a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ -## 0.7.1-beta.1 (2021-10-22) +## 0.8.0 (2021-10-22) -* feat(build): use build cache ([39c0449](https://github.com/zMotivat0r/mrepo/commit/39c0449)) -* feat(digest): added distTag option to install ([a3659f3](https://github.com/zMotivat0r/mrepo/commit/a3659f3)) -* 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)) +* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143)) +* fix(build): fixed build all packages ([9649960](https://github.com/zMotivat0r/mrepo/commit/9649960)) +* 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(generators): fixed passed envs to sao generators ([afe0c3f](https://github.com/zMotivat0r/mrepo/commit/afe0c3f)) +* 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)) * 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)) @@ -30,22 +36,18 @@ * chore: release 0.6.0 ([4469ea0](https://github.com/zMotivat0r/mrepo/commit/4469ea0)) * chore: release 0.6.1 ([c843693](https://github.com/zMotivat0r/mrepo/commit/c843693)) * chore: release 0.7.0 ([bd2e56b](https://github.com/zMotivat0r/mrepo/commit/bd2e56b)) +* chore: release 0.7.1-beta.1 ([f136953](https://github.com/zMotivat0r/mrepo/commit/f136953)) * chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386)) +* feat(build): use build cache ([39c0449](https://github.com/zMotivat0r/mrepo/commit/39c0449)) +* feat(digest): added distTag option to install ([a3659f3](https://github.com/zMotivat0r/mrepo/commit/a3659f3)) +* 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)) * ci: updated PR template ([e249440](https://github.com/zMotivat0r/mrepo/commit/e249440)) * ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc)) * ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f)) -* 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(generators): fixed passed envs to sao generators ([afe0c3f](https://github.com/zMotivat0r/mrepo/commit/afe0c3f)) -* 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)) * 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)) diff --git a/lib/bin/mrepo.js b/lib/bin/mrepo.js old mode 100755 new mode 100644 diff --git a/lib/package.json b/lib/package.json index c04c5d4..b236e8a 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@zmotivat0r/mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.7.1-beta.1", + "version": "0.8.0", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/package-lock.json b/package-lock.json index 3d868dc..99c9af1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mrepo", - "version": "0.7.1-beta.1", + "version": "0.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d3c5894..91c2918 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.7.1-beta.1", + "version": "0.8.0", "private": true, "scripts": { "build": "npx tsc -b tsconfig.build.json",