Skip to content

Commit

Permalink
chore(release): 🚀 release 5.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.2](nx-micronaut/v5.2.1...nx-micronaut/v5.2.2) (2023-12-16)

### Bug Fixes

* **common-jvm:** fix `checkForModule` util to match gradle child module names w/ arbitrary paths ([759c02f](759c02f))
  • Loading branch information
semantic-release-bot committed Dec 16, 2023
1 parent c4e1d98 commit d853652
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/nx-micronaut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.2.2](https://github.com/tinesoft/nxrocks/compare/nx-micronaut/v5.2.1...nx-micronaut/v5.2.2) (2023-12-16)


### Bug Fixes

* **common-jvm:** fix `checkForModule` util to match gradle child module names w/ arbitrary paths ([759c02f](https://github.com/tinesoft/nxrocks/commit/759c02f69bc63e25067af981dcade650a639ea52))

## [5.2.1](https://github.com/tinesoft/nxrocks/compare/nx-micronaut/v5.2.0...nx-micronaut/v5.2.1) (2023-12-12)


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": "5.2.1",
"version": "5.2.2",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d853652

Please sign in to comment.