From 13feb52d9985bbaafd1219d1e61521dd4a35e512 Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:17:46 +0200 Subject: [PATCH] chore(release): publish 1.10.0 --- CHANGELOG.md | 11 +++++++++++ packages/common/package.json | 2 +- packages/create-nx-gradle-workspace/package.json | 4 ++-- packages/create-nx-maven-workspace/package.json | 4 ++-- packages/nx-gradle/package.json | 4 ++-- packages/nx-maven/package.json | 6 +++--- packages/xml/package.json | 2 +- 7 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5e2c10e..a636cdd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.10.0 (2024-09-23) + +### 🚀 Features + +- use filesToProcess to construct the graph ([#1297](https://github.com/khalilou88/jnxplus/pull/1297)) +- use filesToProcess to construct the nx-gradle graph ([#1305](https://github.com/khalilou88/jnxplus/pull/1305)) + +### ❤️ Thank You + +- Khalil LAGRIDA @khalilou88 + ## 1.9.0 (2024-08-30) ### 🚀 Features diff --git a/packages/common/package.json b/packages/common/package.json index 1a73cfa77..e4a37e9ef 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/common", - "version": "1.9.0", + "version": "1.10.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 b1bbbfbf5..292203806 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.9.0", + "version": "1.10.0", "dependencies": { "create-nx-workspace": ">=17.0.0", "enquirer": "^2.3.6", "tslib": "^2.6.2", "yargs": "^17.7.2", - "@jnxplus/common": "1.9.0" + "@jnxplus/common": "1.10.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 2079c7d5e..91ff7e4d5 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.9.0", + "version": "1.10.0", "dependencies": { "create-nx-workspace": ">=17.0.0", "enquirer": "^2.3.6", "tslib": "^2.6.2", "yargs": "^17.7.2", - "@jnxplus/common": "1.9.0" + "@jnxplus/common": "1.10.0" }, "type": "commonjs", "main": "./src/index.js", diff --git a/packages/nx-gradle/package.json b/packages/nx-gradle/package.json index 1f6fb9d89..c3b73af6b 100644 --- a/packages/nx-gradle/package.json +++ b/packages/nx-gradle/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-gradle", - "version": "1.9.0", + "version": "1.10.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -37,7 +37,7 @@ "directory": "packages/nx-gradle" }, "dependencies": { - "@jnxplus/common": "1.9.0", + "@jnxplus/common": "1.10.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 ad2c17770..c14282099 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "1.9.0", + "version": "1.10.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -39,8 +39,8 @@ "directory": "packages/nx-maven" }, "dependencies": { - "@jnxplus/common": "1.9.0", - "@jnxplus/xml": "1.9.0", + "@jnxplus/common": "1.10.0", + "@jnxplus/xml": "1.10.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 7c160f01c..693df5ed4 100644 --- a/packages/xml/package.json +++ b/packages/xml/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/xml", - "version": "1.9.0", + "version": "1.10.0", "type": "commonjs", "main": "src/index.js", "private": false,