Skip to content

Commit

Permalink
chore(release): 🚀 release 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](create-nx-spring-boot/v2.0.0...create-nx-spring-boot/v2.0.1) (2023-10-28)

### Bug Fixes

* **common-cli:** loosen dependencies on `@nx/devkit` and `create-nx-workspace` ([18b1175](18b1175))
* **common:** simplify the path to common utils ([c87be7f](c87be7f))
* remove explicit dependency on `@nx/devkit` (inherited from `common`) ([a1d44c9](a1d44c9))
  • Loading branch information
semantic-release-bot committed Oct 28, 2023
1 parent d7bd0af commit fc717ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/create-nx-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.1](https://github.com/tinesoft/nxrocks/compare/create-nx-spring-boot/v2.0.0...create-nx-spring-boot/v2.0.1) (2023-10-28)


### Bug Fixes

* **common-cli:** loosen dependencies on `@nx/devkit` and `create-nx-workspace` ([18b1175](https://github.com/tinesoft/nxrocks/commit/18b1175a15f52839aa0700dfbb9fa9ae309f109e))
* **common:** simplify the path to common utils ([c87be7f](https://github.com/tinesoft/nxrocks/commit/c87be7f883053cd31cd3015712b6929ddea4fdc7))
* remove explicit dependency on `@nx/devkit` (inherited from `common`) ([a1d44c9](https://github.com/tinesoft/nxrocks/commit/a1d44c9eed3cf73216aaf70c9f47c9eef0753215))

# [2.0.0](https://github.com/tinesoft/nxrocks/compare/create-nx-spring-boot/v1.0.0...create-nx-spring-boot/v2.0.0) (2023-10-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-nx-spring-boot",
"description": "CLI to create Nx workspaces with built-in support for Spring Boot",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"author": "Tine Kondo ",
"repository": {
Expand Down

0 comments on commit fc717ce

Please sign in to comment.