Skip to content

Commit

Permalink
release: cut release 8.0.0 of nx-boot-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Aug 5, 2023
1 parent 1233e70 commit f22b5a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/nx-boot-maven/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [8.0.0](https://github.com/khalilou88/jnxplus/compare/nx-boot-maven-7.3.0...nx-boot-maven-8.0.0) (2023-08-05)

### Dependency Updates

* `maven` updated to version `0.8.0`

### Features

* add repository to package.json ([f08724a](https://github.com/khalilou88/jnxplus/commit/f08724ac736499548c7dff23ad125f59ed257f73))
* **executors:** remove deprecated executors from nx-boot plugins ([27ebe79](https://github.com/khalilou88/jnxplus/commit/27ebe793c2dcdf9afbcbc870d68fc6177b7dd086))


### BREAKING CHANGES

* **executors:** from now we need to change old executors by run-task executor



# [7.3.0](https://github.com/khalilou88/jnxplus/compare/nx-boot-maven-7.2.3...nx-boot-maven-7.3.0) (2023-07-28)

### Dependency Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-boot-maven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jnxplus/nx-boot-maven",
"version": "7.3.0",
"version": "8.0.0",
"type": "commonjs",
"main": "src/index.js",
"generators": "./generators.json",
Expand Down

0 comments on commit f22b5a7

Please sign in to comment.