From 16b0c785f5378bb9e893a6b47166d329684436b0 Mon Sep 17 00:00:00 2001 From: khalilou88 <32600911+khalilou88@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:47:52 +0100 Subject: [PATCH] chore(release): publish 1.16.0 --- CHANGELOG.md | 12 ++++++++++++ packages/common/package.json | 2 +- packages/create-nx-gradle-workspace/package.json | 4 ++-- packages/create-nx-maven-workspace/package.json | 2 +- packages/nx-gradle/package.json | 4 ++-- packages/nx-maven/package.json | 6 +++--- packages/xml/package.json | 2 +- 7 files changed, 22 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 334612caf..fb259e691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.16.0 (2024-12-05) + +### 🚀 Features + +- add spring.application.name to app generator ([#1381](https://github.com/khalilou88/jnxplus/pull/1381)) +- skip spring-boot, quarkus and micronaut deps ([#1412](https://github.com/khalilou88/jnxplus/pull/1412)) +- don't set outputDirLocalRepo if present in target.options ([#1439](https://github.com/khalilou88/jnxplus/pull/1439)) + +### ❤️ Thank You + +- Khalil LAGRIDA @khalilou88 + ## 1.15.0 (2024-10-21) ### 🚀 Features diff --git a/packages/common/package.json b/packages/common/package.json index 82aa1b4f9..feca17d6e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/common", - "version": "1.15.0", + "version": "1.16.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 5484d8fe1..30894be12 100644 --- a/packages/create-nx-gradle-workspace/package.json +++ b/packages/create-nx-gradle-workspace/package.json @@ -1,8 +1,8 @@ { "name": "create-nx-gradle-workspace", - "version": "1.15.0", + "version": "1.16.0", "dependencies": { - "@jnxplus/common": "1.15.0", + "@jnxplus/common": "1.16.0", "create-nx-workspace": "^20.0.0", "enquirer": "^2.4.1", "yargs": "^17.7.2", diff --git a/packages/create-nx-maven-workspace/package.json b/packages/create-nx-maven-workspace/package.json index c9bf4fd08..67f8bc0d7 100644 --- a/packages/create-nx-maven-workspace/package.json +++ b/packages/create-nx-maven-workspace/package.json @@ -1,6 +1,6 @@ { "name": "create-nx-maven-workspace", - "version": "1.15.0", + "version": "1.16.0", "dependencies": { "create-nx-workspace": "^20.0.0", "enquirer": "^2.4.1", diff --git a/packages/nx-gradle/package.json b/packages/nx-gradle/package.json index 9a2909b60..765e038c4 100644 --- a/packages/nx-gradle/package.json +++ b/packages/nx-gradle/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-gradle", - "version": "1.15.0", + "version": "1.16.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -37,7 +37,7 @@ "directory": "packages/nx-gradle" }, "dependencies": { - "@jnxplus/common": "1.15.0", + "@jnxplus/common": "1.16.0", "smol-toml": "^1.3.0", "tslib": "^2.7.0" }, diff --git a/packages/nx-maven/package.json b/packages/nx-maven/package.json index ec403cc8f..3d34a4e16 100644 --- a/packages/nx-maven/package.json +++ b/packages/nx-maven/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/nx-maven", - "version": "1.15.0", + "version": "1.16.0", "type": "commonjs", "main": "src/index.js", "generators": "./generators.json", @@ -39,8 +39,8 @@ "directory": "packages/nx-maven" }, "dependencies": { - "@jnxplus/common": "1.15.0", - "@jnxplus/xml": "1.15.0", + "@jnxplus/common": "1.16.0", + "@jnxplus/xml": "1.16.0", "flat-cache": "^6.1.0", "xmldoc": "^1.3.0", "tslib": "^2.7.0" diff --git a/packages/xml/package.json b/packages/xml/package.json index b91b8e055..53fe30ff2 100644 --- a/packages/xml/package.json +++ b/packages/xml/package.json @@ -1,6 +1,6 @@ { "name": "@jnxplus/xml", - "version": "1.15.0", + "version": "1.16.0", "type": "commonjs", "main": "src/index.js", "private": false,