From 5eca001e9320692f14b15195eb8cd9b16d5ec820 Mon Sep 17 00:00:00 2001 From: khalilou88 Date: Wed, 4 Oct 2023 19:31:40 +0000 Subject: [PATCH] release: cut release 0.11.0 of nx-maven --- packages/nx-maven/CHANGELOG.md | 16 ++++++++++++++++ packages/nx-maven/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/nx-maven/CHANGELOG.md b/packages/nx-maven/CHANGELOG.md index d30da5210..ef3f46fca 100644 --- a/packages/nx-maven/CHANGELOG.md +++ b/packages/nx-maven/CHANGELOG.md @@ -2,6 +2,22 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [0.11.0](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.10.1...nx-maven-0.11.0) (2023-10-04) + +### Dependency Updates + +* `maven` updated to version `0.12.0` + +### Features + +* **generators:** add option to skip maven wrapper ([#490](https://github.com/khalilou88/jnxplus/issues/490)) ([d7c06eb](https://github.com/khalilou88/jnxplus/commit/d7c06eb0c815f8a198ed7d8391904ef5563943f3)) +* **generators:** add wrapper generator ([#491](https://github.com/khalilou88/jnxplus/issues/491)) ([ddd0e2a](https://github.com/khalilou88/jnxplus/commit/ddd0e2a8d038c295d28af7f48fd917a1fea0147a)) +* **generators:** remove migrate generator ([#484](https://github.com/khalilou88/jnxplus/issues/484)) ([fbcdfc9](https://github.com/khalilou88/jnxplus/commit/fbcdfc9a8501f910470370542aa28fa7781b6249)) +* **generators:** update message to choose dependency management ([e3a2c6e](https://github.com/khalilou88/jnxplus/commit/e3a2c6e8f85d25e4d1d8830dff147987c2287d21)) +* **graph:** use NxPluginV2 ([#485](https://github.com/khalilou88/jnxplus/issues/485)) ([e67db29](https://github.com/khalilou88/jnxplus/commit/e67db2985bb3ad95c3de334c937c5a33bedd82fd)) + + + ## [0.10.1](https://github.com/khalilou88/jnxplus/compare/nx-maven-0.10.0...nx-maven-0.10.1) (2023-09-24) ### Dependency Updates diff --git a/packages/nx-maven/package.json b/packages/nx-maven/package.json index cae94f304..8115ae862 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "0.10.1", + "version": "0.11.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json",