Skip to content

Commit

Permalink
release: cut release 0.24.0 of nx-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Jan 23, 2024
1 parent e305029 commit 233f757
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/nx-maven/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

# [0.24.0](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.23.0...nx-maven-0.24.0) (2024-01-23)

### Dependency Updates

* `internal-generators-files` updated to version `0.1.0`
* `common` updated to version `0.19.0`

### Bug Fixes

* add basePackage option ([#795](https://github.com/khalilou88/jnxplus/issues/795)) ([9800581](https://github.com/khalilou88/jnxplus/commit/9800581e0ca3c50ebd563223f4e0dafa53d78f25))
* remove hyphen from scanBasePackages ([#794](https://github.com/khalilou88/jnxplus/issues/794)) ([18da38c](https://github.com/khalilou88/jnxplus/commit/18da38c1d73b399f22195b56bf0e408b8f924915))


### Features

* change name generator to kmp ([#760](https://github.com/khalilou88/jnxplus/issues/760)) ([df45848](https://github.com/khalilou88/jnxplus/commit/df4584872c28e58a041b88c44c5d8e7810b5dd80))
* **generators:** add version catalog support ([#776](https://github.com/khalilou88/jnxplus/issues/776)) ([438d5c0](https://github.com/khalilou88/jnxplus/commit/438d5c0dc8cab532c0ec23e81ff07dc89a2d2074))



# [0.23.0](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.22.10...nx-maven-0.23.0) (2024-01-12)

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

0 comments on commit 233f757

Please sign in to comment.