Skip to content

Commit

Permalink
chore(release): 🚀 release 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](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](6df1ff3))
* **common-jvm:** include `settings.gradle[.kts]` files when creating nodes for ProjectGraph v2 ([df9f195](df9f195))
* **common:** fix creation of dependencies between  nodes for ProjectGraph v2 ([fa08ae0](fa08ae0))
* fix `create-nx-*` broken due to changes in Nx Cloud setup since Nx `v17.3.0` ([6c981d4](6c981d4))
* fix Project Graph generation when creating projects in nested folders ([b5698d3](b5698d3))

### Features

* **common-jvm:**  improve retrieval of `groupId`and `artifactId` when defined at parent level ([9ea99ca](9ea99ca))
* **common-jvm:** add constant listing common JVM build files ([68cd945](68cd945))
* **common-jvm:** extends the search for content inside a project file to its prent module ([869400d](869400d))
* **common-jvm:** update utils for better support for `Maven` and `Gradle` muti-module projects ([b211fda](b211fda))
* **common:** add utilities to generate Project Graph using `v2` API ([c6f70e0](c6f70e0))
* **common:** update Project Graph generation for JVM projects with child modules ([d9aba7f](d9aba7f))
* generate the `build.gradle[.kts]` file when initializing the parent àGradle` module ([9b90c4f](9b90c4f))
* improve multi-module support for `Maven` and `Gradle` projects ([c4e0389](c4e0389))
* **nx-ktor:** migrate Project Graph generation to `v2` API ([4dd0a9d](4dd0a9d))
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent 83715ba commit d496917
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions packages/create-nx-ktor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-ktor/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d496917

Please sign in to comment.