Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 🚀 release 2.3.0 [skip ci]
# [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