Skip to content

Commit

Permalink
release(nx-quarkus-maven): cut release 0.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed May 28, 2023
1 parent f2fe593 commit 8411f29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/nx-quarkus-maven/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

# [0.8.0](https://github.com/khalilou88/jnxplus/compare/nx-quarkus-maven-0.7.0...nx-quarkus-maven-0.8.0) (2023-05-28)

### Dependency Updates

* `maven` updated to version `0.3.0`
* `common` updated to version `0.5.0`

### Bug Fixes

* **generators:** make dependencies optional in libs ([2cdfc33](https://github.com/khalilou88/jnxplus/commit/2cdfc330e1b3b0b81c136a98857e149a8d82ed2d))


### Features

* **executors:** move all maven executors to maven lib ([#234](https://github.com/khalilou88/jnxplus/issues/234)) ([00f7f88](https://github.com/khalilou88/jnxplus/commit/00f7f88008637fd98d48402343ccb95878bc1182))
* **executors:** move quarkus build-image executor to common lib ([#236](https://github.com/khalilou88/jnxplus/issues/236)) ([0400100](https://github.com/khalilou88/jnxplus/commit/04001009afb1f2d4e3f195a877a9d1123304f90e))



# [0.7.0](https://github.com/khalilou88/jnxplus/compare/nx-quarkus-maven-0.6.2...nx-quarkus-maven-0.7.0) (2023-05-27)

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

0 comments on commit 8411f29

Please sign in to comment.