From d49691796f4269e35e6faaca092cd9f97fdacb9e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Feb 2024 22:59:16 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=20release=202.3.?= =?UTF-8?q?0=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.3.0](https://github.com/tinesoft/nxrocks/compare/create-nx-ktor/v2.2.2...create-nx-ktor/v2.3.0) (2024-02-18) ### Bug Fixes * **common-jvm:** fix `Project Graph` dependencies collection for projects using `Gradle` ([6df1ff3](https://github.com/tinesoft/nxrocks/commit/6df1ff30ebcc516c21b654d5c5a3bb7107bfd732)) * **common-jvm:** include `settings.gradle[.kts]` files when creating nodes for ProjectGraph v2 ([df9f195](https://github.com/tinesoft/nxrocks/commit/df9f195df0dbaaa332b50122c73b452a09e85b08)) * **common:** fix creation of dependencies between nodes for ProjectGraph v2 ([fa08ae0](https://github.com/tinesoft/nxrocks/commit/fa08ae0517982d7e11086137abd4098efde9f788)) * fix `create-nx-*` broken due to changes in Nx Cloud setup since Nx `v17.3.0` ([6c981d4](https://github.com/tinesoft/nxrocks/commit/6c981d4a75e6b53bd595642e8087496b246edcbd)) * fix Project Graph generation when creating projects in nested folders ([b5698d3](https://github.com/tinesoft/nxrocks/commit/b5698d359b66d99a8e56d20798912a0dc66e598b)) ### Features * **common-jvm:** improve retrieval of `groupId`and `artifactId` when defined at parent level ([9ea99ca](https://github.com/tinesoft/nxrocks/commit/9ea99cafe6f13eeb86ea2e09f0de16af9bc344c6)) * **common-jvm:** add constant listing common JVM build files ([68cd945](https://github.com/tinesoft/nxrocks/commit/68cd94599cef3cb6922526e8ecc34296b5cf426e)) * **common-jvm:** extends the search for content inside a project file to its prent module ([869400d](https://github.com/tinesoft/nxrocks/commit/869400d4309fd180051f30d81a6592578d20a43c)) * **common-jvm:** update utils for better support for `Maven` and `Gradle` muti-module projects ([b211fda](https://github.com/tinesoft/nxrocks/commit/b211fdaf09a978e991c1222338d128da463e633b)) * **common:** add utilities to generate Project Graph using `v2` API ([c6f70e0](https://github.com/tinesoft/nxrocks/commit/c6f70e0c4fc8ee9fe235dba05e14e453c3617b90)) * **common:** update Project Graph generation for JVM projects with child modules ([d9aba7f](https://github.com/tinesoft/nxrocks/commit/d9aba7fee887945240765a05275c3120e061be94)) * generate the `build.gradle[.kts]` file when initializing the parent àGradle` module ([9b90c4f](https://github.com/tinesoft/nxrocks/commit/9b90c4f869418fc81b65f1c281d846cbd2d39475)) * improve multi-module support for `Maven` and `Gradle` projects ([c4e0389](https://github.com/tinesoft/nxrocks/commit/c4e0389b0c166a4c74d1d5202183b155a4064c5c)) * **nx-ktor:** migrate Project Graph generation to `v2` API ([4dd0a9d](https://github.com/tinesoft/nxrocks/commit/4dd0a9d4e762a16a5e6954a2e7d457c6ed50f3a9)) --- packages/create-nx-ktor/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/create-nx-ktor/package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/packages/create-nx-ktor/CHANGELOG.md b/packages/create-nx-ktor/CHANGELOG.md index baed8681..56683cdb 100644 --- a/packages/create-nx-ktor/CHANGELOG.md +++ b/packages/create-nx-ktor/CHANGELOG.md @@ -1,3 +1,27 @@ +# [2.3.0](https://github.com/tinesoft/nxrocks/compare/create-nx-ktor/v2.2.2...create-nx-ktor/v2.3.0) (2024-02-18) + + +### Bug Fixes + +* **common-jvm:** fix `Project Graph` dependencies collection for projects using `Gradle` ([6df1ff3](https://github.com/tinesoft/nxrocks/commit/6df1ff30ebcc516c21b654d5c5a3bb7107bfd732)) +* **common-jvm:** include `settings.gradle[.kts]` files when creating nodes for ProjectGraph v2 ([df9f195](https://github.com/tinesoft/nxrocks/commit/df9f195df0dbaaa332b50122c73b452a09e85b08)) +* **common:** fix creation of dependencies between nodes for ProjectGraph v2 ([fa08ae0](https://github.com/tinesoft/nxrocks/commit/fa08ae0517982d7e11086137abd4098efde9f788)) +* fix `create-nx-*` broken due to changes in Nx Cloud setup since Nx `v17.3.0` ([6c981d4](https://github.com/tinesoft/nxrocks/commit/6c981d4a75e6b53bd595642e8087496b246edcbd)) +* fix Project Graph generation when creating projects in nested folders ([b5698d3](https://github.com/tinesoft/nxrocks/commit/b5698d359b66d99a8e56d20798912a0dc66e598b)) + + +### Features + +* **common-jvm:** improve retrieval of `groupId`and `artifactId` when defined at parent level ([9ea99ca](https://github.com/tinesoft/nxrocks/commit/9ea99cafe6f13eeb86ea2e09f0de16af9bc344c6)) +* **common-jvm:** add constant listing common JVM build files ([68cd945](https://github.com/tinesoft/nxrocks/commit/68cd94599cef3cb6922526e8ecc34296b5cf426e)) +* **common-jvm:** extends the search for content inside a project file to its prent module ([869400d](https://github.com/tinesoft/nxrocks/commit/869400d4309fd180051f30d81a6592578d20a43c)) +* **common-jvm:** update utils for better support for `Maven` and `Gradle` muti-module projects ([b211fda](https://github.com/tinesoft/nxrocks/commit/b211fdaf09a978e991c1222338d128da463e633b)) +* **common:** add utilities to generate Project Graph using `v2` API ([c6f70e0](https://github.com/tinesoft/nxrocks/commit/c6f70e0c4fc8ee9fe235dba05e14e453c3617b90)) +* **common:** update Project Graph generation for JVM projects with child modules ([d9aba7f](https://github.com/tinesoft/nxrocks/commit/d9aba7fee887945240765a05275c3120e061be94)) +* generate the `build.gradle[.kts]` file when initializing the parent àGradle` module ([9b90c4f](https://github.com/tinesoft/nxrocks/commit/9b90c4f869418fc81b65f1c281d846cbd2d39475)) +* improve multi-module support for `Maven` and `Gradle` projects ([c4e0389](https://github.com/tinesoft/nxrocks/commit/c4e0389b0c166a4c74d1d5202183b155a4064c5c)) +* **nx-ktor:** migrate Project Graph generation to `v2` API ([4dd0a9d](https://github.com/tinesoft/nxrocks/commit/4dd0a9d4e762a16a5e6954a2e7d457c6ed50f3a9)) + ## [2.2.2](https://github.com/tinesoft/nxrocks/compare/create-nx-ktor/v2.2.1...create-nx-ktor/v2.2.2) (2023-12-16) diff --git a/packages/create-nx-ktor/package.json b/packages/create-nx-ktor/package.json index 09edd1cc..ad7b0181 100644 --- a/packages/create-nx-ktor/package.json +++ b/packages/create-nx-ktor/package.json @@ -1,7 +1,7 @@ { "name": "create-nx-ktor", "description": "CLI to create Nx workspaces with built-in support for Ktor", - "version": "2.2.2", + "version": "2.3.0", "license": "MIT", "author": "Tine Kondo ", "repository": {