diff --git a/CHANGELOG.md b/CHANGELOG.md index a636cdd2d..e7e97f25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.11.0 (2024-10-05) + +### 🚀 Features + +- update gradle wrapper to version 8.10.2 ([#1310](https://github.com/khalilou88/jnxplus/pull/1310)) +- add mvnw to possible values for NX_MAVEN_CLI env var ([#1320](https://github.com/khalilou88/jnxplus/pull/1320)) +- throw an error if options.outputDirLocalRepo is used in inputs ([#1322](https://github.com/khalilou88/jnxplus/pull/1322)) + +### ❤️ Thank You + +- Khalil LAGRIDA @khalilou88 + ## 1.10.0 (2024-09-23) ### 🚀 Features diff --git a/packages/common/package.json b/packages/common/package.json index e4a37e9ef..a80ba2c36 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/common", - "version": "1.10.0", + "version": "1.11.0", "type": "commonjs", "main": "src/index.js", "private": false, diff --git a/packages/create-nx-gradle-workspace/package.json b/packages/create-nx-gradle-workspace/package.json index 292203806..3df1ea97b 100644 --- a/packages/create-nx-gradle-workspace/package.json +++ b/packages/create-nx-gradle-workspace/package.json @@ -1,12 +1,12 @@ { "name": "create-nx-gradle-workspace", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "create-nx-workspace": ">=17.0.0", "enquirer": "^2.3.6", "tslib": "^2.6.2", "yargs": "^17.7.2", - "@jnxplus/common": "1.10.0" + "@jnxplus/common": "1.11.0" }, "type": "commonjs", "main": "./src/index.js", diff --git a/packages/create-nx-maven-workspace/package.json b/packages/create-nx-maven-workspace/package.json index 91ff7e4d5..66ecf37f4 100644 --- a/packages/create-nx-maven-workspace/package.json +++ b/packages/create-nx-maven-workspace/package.json @@ -1,12 +1,12 @@ { "name": "create-nx-maven-workspace", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "create-nx-workspace": ">=17.0.0", "enquirer": "^2.3.6", "tslib": "^2.6.2", "yargs": "^17.7.2", - "@jnxplus/common": "1.10.0" + "@jnxplus/common": "1.11.0" }, "type": "commonjs", "main": "./src/index.js", diff --git a/packages/nx-gradle/package.json b/packages/nx-gradle/package.json index c3b73af6b..882237f62 100644 --- a/packages/nx-gradle/package.json +++ b/packages/nx-gradle/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-gradle", - "version": "1.10.0", + "version": "1.11.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -37,7 +37,7 @@ "directory": "packages/nx-gradle" }, "dependencies": { - "@jnxplus/common": "1.10.0", + "@jnxplus/common": "1.11.0", "tslib": "^2.6.2", "@nx/devkit": ">=17.0.0", "smol-toml": "^1.1.3", diff --git a/packages/nx-maven/package.json b/packages/nx-maven/package.json index 2b62b364c..d7b3682f4 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "1.10.0", + "version": "1.11.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -39,8 +39,8 @@ "directory": "packages/nx-maven" }, "dependencies": { - "@jnxplus/common": "1.10.0", - "@jnxplus/xml": "1.10.0", + "@jnxplus/common": "1.11.0", + "@jnxplus/xml": "1.11.0", "tslib": "^2.6.2", "@nx/devkit": ">=17.0.0", "xmldoc": "^1.3.0", diff --git a/packages/xml/package.json b/packages/xml/package.json index 693df5ed4..bfd890b7e 100644 --- a/packages/xml/package.json +++ b/packages/xml/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/xml", - "version": "1.10.0", + "version": "1.11.0", "type": "commonjs", "main": "src/index.js", "private": false,