Skip to content

Commit

Permalink
chore(release): 🚀 release 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Apr 10, 2023
1 parent f20d9d2 commit 7c76ef9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions packages/nx-micronaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [3.0.0](https://github.com/tinesoft/nxrocks/compare/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](https://github.com/tinesoft/nxrocks/commit/5cd3551cf91acf5eca05b26ce4df1944011f86b8)), closes [#158](https://github.com/tinesoft/nxrocks/issues/158)
* **nx-micronaut:** add `x-dropdown` to improve UX of `link` generator ([e0f551b](https://github.com/tinesoft/nxrocks/commit/e0f551b3c543a3b84d6f1901636d575abf03a4af))


### Features

* **common:** add `addMavenProperty` helper and improve `xpath` matching ([9f89c08](https://github.com/tinesoft/nxrocks/commit/9f89c081eefc9bd168e964bf80416c5e7ad3289a))
* **common:** add `MavenDependency` model ([5ab8c1d](https://github.com/tinesoft/nxrocks/commit/5ab8c1d89d0cc31a997bc65d3cd7d9042604a3fc))
* **nx-ktor:** add `nx-ktor` plugin ([cb74a79](https://github.com/tinesoft/nxrocks/commit/cb74a79d23a79b1eda79c2555d092d8151cf7e49))
* **nx-micronaut:** add dynamic prompt to fetch micronaut features list ([d23d4bc](https://github.com/tinesoft/nxrocks/commit/d23d4bccdacea6a27828c269cacd98d53f242f75))
* **nx-micronaut:** improve logging when cannot generate project ([15ace81](https://github.com/tinesoft/nxrocks/commit/15ace81ea8548b846562a04f1860b0e9cbf0b8c9))


### 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.

# [@nxrocks/nx-micronaut-v2.3.0](https://github.com/tinesoft/nxrocks/compare/nx-micronaut/v2.2.1...nx-micronaut/v2.3.0) (2023-02-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-micronaut/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxrocks/nx-micronaut",
"description": "Nx Plugin to generate, run, package, build (and more) Micronaut projects inside your Nx workspace",
"version": "0.0.0-development",
"version": "3.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7c76ef9

Please sign in to comment.