Skip to content

Commit

Permalink
chore(release): 🚀 release 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](nx-spring-boot/v8.1.0...nx-spring-boot/v9.0.0) (2023-10-22)

### Bug Fixes

* **common:**  update dependencies used by the `common` module ([e78ae32](e78ae32))

### Features

* **common-jvm:** move common JVM-related utils to a dedicated package ([1bf12fb](1bf12fb))
* **common:** allow setting cacheable operations when add the plugin to `nx.json` ([9fb5177](9fb5177))
* **nx-spring-boot:** add `install`  target to cacheable operations ([341aa6a](341aa6a))
* **nx-spring-boot:** add migration to add `install` target in cacheable operations ([de11795](de11795))
* update to Nx workspace `v17.x.x` ([c5b4ef3](c5b4ef3)), closes [#195](#195)

### BREAKING CHANGES

* Nx `v17.x.x` is now the minimum required version to use the plugin
  • Loading branch information
semantic-release-bot committed Oct 22, 2023
1 parent df79d9d commit dc00795
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/nx-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [9.0.0](https://github.com/tinesoft/nxrocks/compare/nx-spring-boot/v8.1.0...nx-spring-boot/v9.0.0) (2023-10-22)


### Bug Fixes

* **common:** update dependencies used by the `common` module ([e78ae32](https://github.com/tinesoft/nxrocks/commit/e78ae32a157d7823aab64454ccd637a4f4a505dc))


### Features

* **common-jvm:** move common JVM-related utils to a dedicated package ([1bf12fb](https://github.com/tinesoft/nxrocks/commit/1bf12fb38650261584e7face404f5477470dc40d))
* **common:** allow setting cacheable operations when add the plugin to `nx.json` ([9fb5177](https://github.com/tinesoft/nxrocks/commit/9fb51770c991912a6c8d9bc1b99af4f171f1df58))
* **nx-spring-boot:** add `install` target to cacheable operations ([341aa6a](https://github.com/tinesoft/nxrocks/commit/341aa6af2490c59be4e668b5bac96be78a78ee36))
* **nx-spring-boot:** add migration to add `install` target in cacheable operations ([de11795](https://github.com/tinesoft/nxrocks/commit/de11795fe87ba4a6bef6c4dfabc574db54ae30f5))
* update to Nx workspace `v17.x.x` ([c5b4ef3](https://github.com/tinesoft/nxrocks/commit/c5b4ef3db2bb8b5e5b2e09a09892a09c4c52b017)), closes [#195](https://github.com/tinesoft/nxrocks/issues/195)


### BREAKING CHANGES

* Nx `v17.x.x` is now the minimum required version to use the plugin

# [8.1.0](https://github.com/tinesoft/nxrocks/compare/nx-spring-boot/v8.0.3...nx-spring-boot/v8.1.0) (2023-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/nx-spring-boot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-spring-boot",
"description": "Nx Plugin to generate, run, package, build (and more) Spring Boot projects inside your Nx workspace",
"version": "8.1.0",
"version": "9.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit dc00795

Please sign in to comment.