|
1 |
| -## <small>0.7.1-beta.1 (2021-10-22)</small> |
| 1 | +## 0.8.0 (2021-10-22) |
2 | 2 |
|
3 |
| -* feat(build): use build cache ([39c0449](https://github.com/zMotivat0r/mrepo/commit/39c0449)) |
4 |
| -* feat(digest): added distTag option to install ([a3659f3](https://github.com/zMotivat0r/mrepo/commit/a3659f3)) |
5 |
| -* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71)) |
6 |
| -* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc)) |
7 |
| -* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8)) |
8 |
| -* feat(scripts): added copy mode to digest command ([50ba631](https://github.com/zMotivat0r/mrepo/commit/50ba631)) |
9 |
| -* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6)) |
| 3 | +* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143)) |
| 4 | +* fix(build): fixed build all packages ([9649960](https://github.com/zMotivat0r/mrepo/commit/9649960)) |
| 5 | +* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26)) |
| 6 | +* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6)) |
| 7 | +* fix(generators): fixed passed envs to sao generators ([afe0c3f](https://github.com/zMotivat0r/mrepo/commit/afe0c3f)) |
| 8 | +* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302)) |
| 9 | +* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a)) |
| 10 | +* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955)) |
| 11 | +* fix(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe)) |
| 12 | +* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc)) |
| 13 | +* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d)) |
| 14 | +* fix(utils): fixed lerna json reloading ([c7b2b7b](https://github.com/zMotivat0r/mrepo/commit/c7b2b7b)) |
| 15 | +* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf)) |
10 | 16 | * chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
|
11 | 17 | * chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
|
12 | 18 | * chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
|
|
30 | 36 | * chore: release 0.6.0 ([4469ea0](https://github.com/zMotivat0r/mrepo/commit/4469ea0))
|
31 | 37 | * chore: release 0.6.1 ([c843693](https://github.com/zMotivat0r/mrepo/commit/c843693))
|
32 | 38 | * chore: release 0.7.0 ([bd2e56b](https://github.com/zMotivat0r/mrepo/commit/bd2e56b))
|
| 39 | +* chore: release 0.7.1-beta.1 ([f136953](https://github.com/zMotivat0r/mrepo/commit/f136953)) |
33 | 40 | * chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
|
| 41 | +* feat(build): use build cache ([39c0449](https://github.com/zMotivat0r/mrepo/commit/39c0449)) |
| 42 | +* feat(digest): added distTag option to install ([a3659f3](https://github.com/zMotivat0r/mrepo/commit/a3659f3)) |
| 43 | +* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71)) |
| 44 | +* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc)) |
| 45 | +* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8)) |
| 46 | +* feat(scripts): added copy mode to digest command ([50ba631](https://github.com/zMotivat0r/mrepo/commit/50ba631)) |
| 47 | +* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6)) |
34 | 48 | * ci: updated PR template ([e249440](https://github.com/zMotivat0r/mrepo/commit/e249440))
|
35 | 49 | * ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
|
36 | 50 | * ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
|
37 |
| -* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143)) |
38 |
| -* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26)) |
39 |
| -* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6)) |
40 |
| -* fix(generators): fixed passed envs to sao generators ([afe0c3f](https://github.com/zMotivat0r/mrepo/commit/afe0c3f)) |
41 |
| -* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302)) |
42 |
| -* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a)) |
43 |
| -* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955)) |
44 |
| -* fix(package-generator): readme ([bfa2ffe](https://github.com/zMotivat0r/mrepo/commit/bfa2ffe)) |
45 |
| -* fix(package-generator): readme template ([36995cc](https://github.com/zMotivat0r/mrepo/commit/36995cc)) |
46 |
| -* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d)) |
47 |
| -* fix(utils): fixed lerna json reloading ([c7b2b7b](https://github.com/zMotivat0r/mrepo/commit/c7b2b7b)) |
48 |
| -* fix(utils): package version loader ([4faadcf](https://github.com/zMotivat0r/mrepo/commit/4faadcf)) |
49 | 51 | * docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e))
|
50 | 52 | * docs: added demo gif ([4d05582](https://github.com/zMotivat0r/mrepo/commit/4d05582))
|
51 | 53 | * docs: added features section ([45bdeff](https://github.com/zMotivat0r/mrepo/commit/45bdeff))
|
|
0 commit comments