diff --git a/CHANGELOG.md b/CHANGELOG.md index 687494407..0faabc412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.0.1-0 (2024-05-31) + +### 🚀 Features + +- possibility to rename target names ([#1056](https://github.com/khalilou88/jnxplus/pull/1056)) +- update flat-cache version to v5 ([c42272a0](https://github.com/khalilou88/jnxplus/commit/c42272a0)) + +### ❤️ Thank You + +- Khalil LAGRIDA @khalilou88 +- khalilou88 @khalilou88 + # 1.0.0 (2024-05-16) This was a version bump only, there were no code changes. diff --git a/packages/common/package.json b/packages/common/package.json index 25a965cd9..bee87739e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/common", - "version": "1.0.0", + "version": "1.0.1-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 06794a138..9e00ea344 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.0.0", + "version": "1.0.1-0", "dependencies": { "create-nx-workspace": ">=17.0.0", "enquirer": "^2.3.6", "tslib": "^2.6.2", "yargs": "^17.7.2", - "@jnxplus/common": "1.0.0" + "@jnxplus/common": "1.0.1-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 d747473d2..0a37697b7 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.0.0", + "version": "1.0.1-0", "dependencies": { "create-nx-workspace": ">=17.0.0", "enquirer": "^2.3.6", "tslib": "^2.6.2", "yargs": "^17.7.2", - "@jnxplus/common": "1.0.0" + "@jnxplus/common": "1.0.1-0" }, "type": "commonjs", "main": "./src/index.js", diff --git a/packages/nx-gradle/package.json b/packages/nx-gradle/package.json index c08894226..30900717f 100644 --- a/packages/nx-gradle/package.json +++ b/packages/nx-gradle/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-gradle", - "version": "1.0.0", + "version": "1.0.1-0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -37,7 +37,7 @@ "directory": "packages/nx-gradle" }, "dependencies": { - "@jnxplus/common": "1.0.0", + "@jnxplus/common": "1.0.1-0", "nx": ">=17.0.0", "tslib": "^2.6.2", "@nx/devkit": ">=17.0.0", diff --git a/packages/nx-maven/package.json b/packages/nx-maven/package.json index e50d74586..099940812 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "1.0.0", + "version": "1.0.1-0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -39,8 +39,8 @@ "directory": "packages/nx-maven" }, "dependencies": { - "@jnxplus/common": "1.0.0", - "@jnxplus/xml": "1.0.0", + "@jnxplus/common": "1.0.1-0", + "@jnxplus/xml": "1.0.1-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 856ed94b8..b610cfebf 100644 --- a/packages/xml/package.json +++ b/packages/xml/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/xml", - "version": "1.0.0", + "version": "1.0.1-0", "type": "commonjs", "main": "src/index.js", "private": false,