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 3.0.0 [skip ci]
# [3.0.0](nx-micronaut/v2.3.0...nx-micronaut/v3.0.0) (2023-04-10) ### Bug Fixes * **common:** connections over Proxy not using correct `HTTP` protocol ([5cd3551](5cd3551)), closes [#158](#158) * **nx-micronaut:** add `x-dropdown` to improve UX of `link` generator ([e0f551b](e0f551b)) ### Features * **common:** add `addMavenProperty` helper and improve `xpath` matching ([9f89c08](9f89c08)) * **common:** add `MavenDependency` model ([5ab8c1d](5ab8c1d)) * **nx-ktor:** add `nx-ktor` plugin ([cb74a79](cb74a79)) * **nx-micronaut:** add dynamic prompt to fetch micronaut features list ([d23d4bc](d23d4bc)) * **nx-micronaut:** improve logging when cannot generate project ([15ace81](15ace81)) ### BREAKING CHANGES * **nx-micronaut:** Nx `v15.8.x` is now the minimum required version to run the plugin We now leverage Nx's new `NX_INTERACTIVE` environment variable to check whether we are running in interactive mode (normal cli) or not. When true, we automatically fetch `Micronaut` features and present them in an **autocomplete** prompt with **multi-select** support, so you can easily select which ones you want to include in your project.
- Loading branch information