-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1390712
commit c1f8357
Showing
17 changed files
with
234 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{"packages/bootstrap":"1.0.0","packages/cypress-utils":"1.0.0","packages/eslint-plugin":"2.0.0","packages/lint-staged-utils":"1.0.0","packages/nx-plugin":"2.0.0","packages/nx-spawn":"2.0.0","packages/tsconfig":"2.0.0","packages/vite-utils":"2.0.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2022-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **nx-plugin:** Fix canary publishes by specifying package access ([#134](https://github.com/eternagame/workspace-helpers/issues/134)) ([da12730](https://github.com/eternagame/workspace-helpers/commit/da127304c07afaa8a31c74dcd210bc8b291b7a88)) | ||
* **nx-spawn,bootstrap:** Ensure correct executable permissions ([#146](https://github.com/eternagame/workspace-helpers/issues/146)) ([634eb89](https://github.com/eternagame/workspace-helpers/commit/634eb895e0cc8b4260897f638e34440fd90d6e9f)) | ||
* **vite:** Correctly omit all dependencies from bundles ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
|
||
|
||
### Documentation | ||
|
||
* **repo:** Improve usage instructions for individual packages ([#123](https://github.com/eternagame/workspace-helpers/issues/123)) ([5845a5a](https://github.com/eternagame/workspace-helpers/commit/5845a5a3b1fcf9c020638155086b86496af88bc8)) | ||
|
||
|
||
### Features and Enhancements | ||
|
||
* **bootstrap:** Support specifying nx plugin version ([#138](https://github.com/eternagame/workspace-helpers/issues/138)) ([9e4440c](https://github.com/eternagame/workspace-helpers/commit/9e4440c45af703cbe9a817a56f4cedb719d12e9f)), closes [#136](https://github.com/eternagame/workspace-helpers/issues/136) | ||
* **eslint-plugin:** Add monorepo-dep-location rule ([#56](https://github.com/eternagame/workspace-helpers/issues/56)) ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
* **eslint-plugin:** Allow devDependency imports in vite.config.mjs ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
* **nx-plugin:** Improve application launch commands ([#108](https://github.com/eternagame/workspace-helpers/issues/108)) ([206e4b4](https://github.com/eternagame/workspace-helpers/commit/206e4b4b213a58e0e6540689f16dd6e7a1bf3491)) | ||
* **nx-plugin:** Release automation ([#129](https://github.com/eternagame/workspace-helpers/issues/129)) ([19939bd](https://github.com/eternagame/workspace-helpers/commit/19939bdd7643c1784e6fa634eae51c19cb4f520c)) | ||
* **nx-plugin:** Replace jest with vitest ([#151](https://github.com/eternagame/workspace-helpers/issues/151)) ([13f7f24](https://github.com/eternagame/workspace-helpers/commit/13f7f2482cf50b6e58ce4f95dc7fe703f51a7874)), closes [#130](https://github.com/eternagame/workspace-helpers/issues/130) [#131](https://github.com/eternagame/workspace-helpers/issues/131) | ||
* **nx-plugin:** Set default package.json fields in packages ([#120](https://github.com/eternagame/workspace-helpers/issues/120)) ([2383569](https://github.com/eternagame/workspace-helpers/commit/2383569c1a8bb1fa8d40ec04e130d9c0e42674d9)) | ||
* **nx-plugin:** Simplify test configuration ([#152](https://github.com/eternagame/workspace-helpers/issues/152)) ([1390712](https://github.com/eternagame/workspace-helpers/commit/13907129d07b99aa9254da2a7c6d425ec6caaa52)) | ||
* **nx-spawn:** Improve dependency execution ([#60](https://github.com/eternagame/workspace-helpers/issues/60)) ([64cb75c](https://github.com/eternagame/workspace-helpers/commit/64cb75cfca903f5c6fa6971fb4410c670045effe)) | ||
* **nx,eslint-plugin,jest,tsconfig:** Improve globs and use ts for all configs ([#91](https://github.com/eternagame/workspace-helpers/issues/91)) ([791d476](https://github.com/eternagame/workspace-helpers/commit/791d4765ca3a32472fdfa356ae138544bbab7c0a)) | ||
* **nx,eslint-plugin:** Enable linting for config files ([#84](https://github.com/eternagame/workspace-helpers/issues/84)) ([0b32aec](https://github.com/eternagame/workspace-helpers/commit/0b32aec17249f3583f3849552e5041776a4e02e0)) | ||
* **nx,eslint-plugin:** Remove prettier ([#97](https://github.com/eternagame/workspace-helpers/issues/97)) ([5e16f96](https://github.com/eternagame/workspace-helpers/commit/5e16f96996686a37c9a068cde54405cda19575bb)) | ||
* **nx:** Generate LICENSE files per package ([#96](https://github.com/eternagame/workspace-helpers/issues/96)) ([2a4b0af](https://github.com/eternagame/workspace-helpers/commit/2a4b0af5be7336b9a6f8640bffef10302c746fbd)) | ||
* **nx:** Make nx preset standalone ([#41](https://github.com/eternagame/workspace-helpers/issues/41)) ([0374280](https://github.com/eternagame/workspace-helpers/commit/0374280370d87286cef1cc250fa008e930026616)) | ||
* **repo,nx,vite:** Simplify build process, relying on vite ([#95](https://github.com/eternagame/workspace-helpers/issues/95)) ([9160802](https://github.com/eternagame/workspace-helpers/commit/916080226041433552449370bde7f9fe0c057c53)) | ||
* **repo:** Standardize package naming and terminology, improve overview of repo components ([#77](https://github.com/eternagame/workspace-helpers/issues/77)) ([bb3e55a](https://github.com/eternagame/workspace-helpers/commit/bb3e55aab019662c8cc1ab7624c46178d2015fe4)) | ||
* **vite:** Build commonjs in addition to esm ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
* **vite:** Disable bundling and tree shaking for non-webapps ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2022-09-01) | ||
|
||
|
||
### Features and Enhancements | ||
|
||
* **nx-plugin,cypress-utils,nx-spawn:** Add cypress ([#149](https://github.com/eternagame/workspace-helpers/issues/149)) ([3307700](https://github.com/eternagame/workspace-helpers/commit/3307700da7fcd0ea95473d00ff6e82c295fa2ff8)) | ||
* **nx-plugin:** Replace jest with vitest ([#151](https://github.com/eternagame/workspace-helpers/issues/151)) ([13f7f24](https://github.com/eternagame/workspace-helpers/commit/13f7f2482cf50b6e58ce4f95dc7fe703f51a7874)), closes [#130](https://github.com/eternagame/workspace-helpers/issues/130) [#131](https://github.com/eternagame/workspace-helpers/issues/131) | ||
* **nx-plugin:** Simplify test configuration ([#152](https://github.com/eternagame/workspace-helpers/issues/152)) ([1390712](https://github.com/eternagame/workspace-helpers/commit/13907129d07b99aa9254da2a7c6d425ec6caaa52)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## 2.0.0 (2022-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **eslint-plugin:** Fix vs code linting with extraneous-deps ([#104](https://github.com/eternagame/workspace-helpers/issues/104)) ([97c400e](https://github.com/eternagame/workspace-helpers/commit/97c400e4645d8e6a611d41600bf7a3ee049108ff)) | ||
* **nx-plugin:** Fix canary publishes by specifying package access ([#134](https://github.com/eternagame/workspace-helpers/issues/134)) ([da12730](https://github.com/eternagame/workspace-helpers/commit/da127304c07afaa8a31c74dcd210bc8b291b7a88)) | ||
* **vite:** Correctly omit all dependencies from bundles ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
|
||
|
||
### Documentation | ||
|
||
* **repo:** Improve usage instructions for individual packages ([#123](https://github.com/eternagame/workspace-helpers/issues/123)) ([5845a5a](https://github.com/eternagame/workspace-helpers/commit/5845a5a3b1fcf9c020638155086b86496af88bc8)) | ||
|
||
|
||
### Features and Enhancements | ||
|
||
* **eslint-plugin,nx:** Centralize typescript-eslint parserOptions.project ([#58](https://github.com/eternagame/workspace-helpers/issues/58)) ([eef26b2](https://github.com/eternagame/workspace-helpers/commit/eef26b2921563f930403b7fa4e9a39d118cbccbd)) | ||
* **eslint-plugin,tsconfig:** Use eslint to check for unused variables instead of typescript ([#88](https://github.com/eternagame/workspace-helpers/issues/88)) ([c732cfb](https://github.com/eternagame/workspace-helpers/commit/c732cfb79a105508e1c87e415016eb52e69a7e22)) | ||
* **eslint-plugin:** Add monorepo-dep-location rule ([#56](https://github.com/eternagame/workspace-helpers/issues/56)) ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
* **eslint-plugin:** Allow devDependency imports in vite.config.mjs ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
* **jest-utils,eslint-plugin,vite-utils:** Clean up peer deps + fix vue linting ([#145](https://github.com/eternagame/workspace-helpers/issues/145)) ([bd351dc](https://github.com/eternagame/workspace-helpers/commit/bd351dca0dd7471d3ae2caee32820fb12173317f)) | ||
* **nx-plugin,cypress-utils,nx-spawn:** Add cypress ([#149](https://github.com/eternagame/workspace-helpers/issues/149)) ([3307700](https://github.com/eternagame/workspace-helpers/commit/3307700da7fcd0ea95473d00ff6e82c295fa2ff8)) | ||
* **nx-plugin:** Release automation ([#129](https://github.com/eternagame/workspace-helpers/issues/129)) ([19939bd](https://github.com/eternagame/workspace-helpers/commit/19939bdd7643c1784e6fa634eae51c19cb4f520c)) | ||
* **nx-plugin:** Replace jest with vitest ([#151](https://github.com/eternagame/workspace-helpers/issues/151)) ([13f7f24](https://github.com/eternagame/workspace-helpers/commit/13f7f2482cf50b6e58ce4f95dc7fe703f51a7874)), closes [#130](https://github.com/eternagame/workspace-helpers/issues/130) [#131](https://github.com/eternagame/workspace-helpers/issues/131) | ||
* **nx-plugin:** Set default package.json fields in packages ([#120](https://github.com/eternagame/workspace-helpers/issues/120)) ([2383569](https://github.com/eternagame/workspace-helpers/commit/2383569c1a8bb1fa8d40ec04e130d9c0e42674d9)) | ||
* **nx-plugin:** Simplify test configuration ([#152](https://github.com/eternagame/workspace-helpers/issues/152)) ([1390712](https://github.com/eternagame/workspace-helpers/commit/13907129d07b99aa9254da2a7c6d425ec6caaa52)) | ||
* **nx,eslint-plugin,jest,tsconfig:** Improve globs and use ts for all configs ([#91](https://github.com/eternagame/workspace-helpers/issues/91)) ([791d476](https://github.com/eternagame/workspace-helpers/commit/791d4765ca3a32472fdfa356ae138544bbab7c0a)) | ||
* **nx,eslint-plugin:** Enable linting for config files ([#84](https://github.com/eternagame/workspace-helpers/issues/84)) ([0b32aec](https://github.com/eternagame/workspace-helpers/commit/0b32aec17249f3583f3849552e5041776a4e02e0)) | ||
* **nx,eslint-plugin:** Remove prettier ([#97](https://github.com/eternagame/workspace-helpers/issues/97)) ([5e16f96](https://github.com/eternagame/workspace-helpers/commit/5e16f96996686a37c9a068cde54405cda19575bb)) | ||
* **nx:** Generate LICENSE files per package ([#96](https://github.com/eternagame/workspace-helpers/issues/96)) ([2a4b0af](https://github.com/eternagame/workspace-helpers/commit/2a4b0af5be7336b9a6f8640bffef10302c746fbd)) | ||
* **nx:** Remove package.json types field ([#100](https://github.com/eternagame/workspace-helpers/issues/100)) ([007ecb7](https://github.com/eternagame/workspace-helpers/commit/007ecb769fe7d4b4136674205b8ee160bd3c51a1)) | ||
* **repo,nx,vite:** Simplify build process, relying on vite ([#95](https://github.com/eternagame/workspace-helpers/issues/95)) ([9160802](https://github.com/eternagame/workspace-helpers/commit/916080226041433552449370bde7f9fe0c057c53)) | ||
* **repo:** Standardize package naming and terminology, improve overview of repo components ([#77](https://github.com/eternagame/workspace-helpers/issues/77)) ([bb3e55a](https://github.com/eternagame/workspace-helpers/commit/bb3e55aab019662c8cc1ab7624c46178d2015fe4)) | ||
* **vite:** Build commonjs in addition to esm ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) | ||
* **vite:** Disable bundling and tree shaking for non-webapps ([30bf46c](https://github.com/eternagame/workspace-helpers/commit/30bf46c938a36308a4753698e1cf344e8c0ea66b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2022-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **nx-plugin:** Fix canary publishes by specifying package access ([#134](https://github.com/eternagame/workspace-helpers/issues/134)) ([da12730](https://github.com/eternagame/workspace-helpers/commit/da127304c07afaa8a31c74dcd210bc8b291b7a88)) | ||
|
||
|
||
### Features and Enhancements | ||
|
||
* **lint-staged-utils,nx-plugin:** Centralize precommit scripts ([#116](https://github.com/eternagame/workspace-helpers/issues/116)) ([05489db](https://github.com/eternagame/workspace-helpers/commit/05489dbf0830a734236ec23b2389325890d53c0f)) | ||
* **nx-plugin:** Release automation ([#129](https://github.com/eternagame/workspace-helpers/issues/129)) ([19939bd](https://github.com/eternagame/workspace-helpers/commit/19939bdd7643c1784e6fa634eae51c19cb4f520c)) | ||
* **nx-plugin:** Replace jest with vitest ([#151](https://github.com/eternagame/workspace-helpers/issues/151)) ([13f7f24](https://github.com/eternagame/workspace-helpers/commit/13f7f2482cf50b6e58ce4f95dc7fe703f51a7874)), closes [#130](https://github.com/eternagame/workspace-helpers/issues/130) [#131](https://github.com/eternagame/workspace-helpers/issues/131) | ||
* **nx-plugin:** Set default package.json fields in packages ([#120](https://github.com/eternagame/workspace-helpers/issues/120)) ([2383569](https://github.com/eternagame/workspace-helpers/commit/2383569c1a8bb1fa8d40ec04e130d9c0e42674d9)) | ||
* **nx-plugin:** Simplify test configuration ([#152](https://github.com/eternagame/workspace-helpers/issues/152)) ([1390712](https://github.com/eternagame/workspace-helpers/commit/13907129d07b99aa9254da2a7c6d425ec6caaa52)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## 2.0.0 (2022-09-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **jest-utils,nx-plugin:** Fix running jest config, test:cov nx configuration, and path resolution in tests ([#109](https://github.com/eternagame/workspace-helpers/issues/109)) ([ba160c3](https://github.com/eternagame/workspace-helpers/commit/ba160c3755b9b438c7a4392bf2a8b055aa56c3d7)) | ||
* **nx-plugin:** Don't run format files in generators ([#113](https://github.com/eternagame/workspace-helpers/issues/113)) ([90374df](https://github.com/eternagame/workspace-helpers/commit/90374df6fb316f240c76b883a6e94564c55a622c)) | ||
* **nx-plugin:** Fix canary publishes by specifying package access ([#134](https://github.com/eternagame/workspace-helpers/issues/134)) ([da12730](https://github.com/eternagame/workspace-helpers/commit/da127304c07afaa8a31c74dcd210bc8b291b7a88)) | ||
* **nx-plugin:** Fix parameter format in vite configs generated by nx plugin ([#110](https://github.com/eternagame/workspace-helpers/issues/110)) ([b57fe10](https://github.com/eternagame/workspace-helpers/commit/b57fe1058367dcc069525171f13b6ea3231b01f6)) | ||
* **nx-plugin:** Provide registry URL for canary + update actions versions ([#135](https://github.com/eternagame/workspace-helpers/issues/135)) ([5343e3f](https://github.com/eternagame/workspace-helpers/commit/5343e3fbaa6fc32b07f39878115bbecc62a2db26)) | ||
* **nx-plugin:** Remove invalid trailing comma in ts-iso tsconfig.spec.json template ([#114](https://github.com/eternagame/workspace-helpers/issues/114)) ([4d88580](https://github.com/eternagame/workspace-helpers/commit/4d885808d03a6b80bc80161035d52b93c0f1e0e0)) | ||
|
||
|
||
### Documentation | ||
|
||
* **repo:** Improve usage instructions for individual packages ([#123](https://github.com/eternagame/workspace-helpers/issues/123)) ([5845a5a](https://github.com/eternagame/workspace-helpers/commit/5845a5a3b1fcf9c020638155086b86496af88bc8)) | ||
|
||
|
||
### Features and Enhancements | ||
|
||
* **jest-utils,eslint-plugin,vite-utils:** Clean up peer deps + fix vue linting ([#145](https://github.com/eternagame/workspace-helpers/issues/145)) ([bd351dc](https://github.com/eternagame/workspace-helpers/commit/bd351dca0dd7471d3ae2caee32820fb12173317f)) | ||
* **lint-staged-utils,nx-plugin:** Centralize precommit scripts ([#116](https://github.com/eternagame/workspace-helpers/issues/116)) ([05489db](https://github.com/eternagame/workspace-helpers/commit/05489dbf0830a734236ec23b2389325890d53c0f)) | ||
* **nx-plugin,cypress-utils,nx-spawn:** Add cypress ([#149](https://github.com/eternagame/workspace-helpers/issues/149)) ([3307700](https://github.com/eternagame/workspace-helpers/commit/3307700da7fcd0ea95473d00ff6e82c295fa2ff8)) | ||
* **nx-plugin:** Add Vue app generator to nx-plugin ([#139](https://github.com/eternagame/workspace-helpers/issues/139)) ([9b0b8a1](https://github.com/eternagame/workspace-helpers/commit/9b0b8a1c2f30ef95e5df6b9a5753f69c63540ed4)) | ||
* **nx-plugin:** Consolidate TS generators ([#126](https://github.com/eternagame/workspace-helpers/issues/126)) ([12d5ac7](https://github.com/eternagame/workspace-helpers/commit/12d5ac728fa722e86a7e331cb31078dd061ecf23)) | ||
* **nx-plugin:** Improve application launch commands ([#108](https://github.com/eternagame/workspace-helpers/issues/108)) ([206e4b4](https://github.com/eternagame/workspace-helpers/commit/206e4b4b213a58e0e6540689f16dd6e7a1bf3491)) | ||
* **nx-plugin:** Improve migratability of loosely-structured files ([#117](https://github.com/eternagame/workspace-helpers/issues/117)) ([85e9bbb](https://github.com/eternagame/workspace-helpers/commit/85e9bbbcb6a0440e3c7feb8e820c75cf8fffa827)) | ||
* **nx-plugin:** Improve vue generation ([#141](https://github.com/eternagame/workspace-helpers/issues/141)) ([39cf790](https://github.com/eternagame/workspace-helpers/commit/39cf790791f097bbb1702b32005ec565df455efe)) | ||
* **nx-plugin:** Install generator dependencies without specifying versions ([#111](https://github.com/eternagame/workspace-helpers/issues/111)) ([4fd105e](https://github.com/eternagame/workspace-helpers/commit/4fd105eea8dcd454818bfeb9db8f7b215b68202a)) | ||
* **nx-plugin:** Release automation ([#129](https://github.com/eternagame/workspace-helpers/issues/129)) ([19939bd](https://github.com/eternagame/workspace-helpers/commit/19939bdd7643c1784e6fa634eae51c19cb4f520c)) | ||
* **nx-plugin:** Reorganize generators ([#140](https://github.com/eternagame/workspace-helpers/issues/140)) ([77fd19e](https://github.com/eternagame/workspace-helpers/commit/77fd19e5cd691690cdfea38b1b686bdea51255d1)) | ||
* **nx-plugin:** Replace jest with vitest ([#151](https://github.com/eternagame/workspace-helpers/issues/151)) ([13f7f24](https://github.com/eternagame/workspace-helpers/commit/13f7f2482cf50b6e58ce4f95dc7fe703f51a7874)), closes [#130](https://github.com/eternagame/workspace-helpers/issues/130) [#131](https://github.com/eternagame/workspace-helpers/issues/131) | ||
* **nx-plugin:** Set default package.json fields in packages ([#120](https://github.com/eternagame/workspace-helpers/issues/120)) ([2383569](https://github.com/eternagame/workspace-helpers/commit/2383569c1a8bb1fa8d40ec04e130d9c0e42674d9)) | ||
* **nx-plugin:** Simplify test configuration ([#152](https://github.com/eternagame/workspace-helpers/issues/152)) ([1390712](https://github.com/eternagame/workspace-helpers/commit/13907129d07b99aa9254da2a7c6d425ec6caaa52)) | ||
* **nx-plugin:** Split license and release into repo and package level generators ([#142](https://github.com/eternagame/workspace-helpers/issues/142)) ([a091ae0](https://github.com/eternagame/workspace-helpers/commit/a091ae07106130eb46de6f65ca3abf613ce1339c)) | ||
* **repo:** Standardize package naming and terminology, improve overview of repo components ([#77](https://github.com/eternagame/workspace-helpers/issues/77)) ([bb3e55a](https://github.com/eternagame/workspace-helpers/commit/bb3e55aab019662c8cc1ab7624c46178d2015fe4)) |
Oops, something went wrong.