Skip to content

Commit

Permalink
chore(nx-python): release v18.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [18.0.1](nx-python-v18.0.0...nx-python-v18.0.1) (2024-03-27)

### Bug Fixes

* **nx-python:** relock root when changing deps on grouped projects ([#195](#195)) ([3fdd0cb](3fdd0cb))
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 07d1e54 commit cc94090
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/nx-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [18.0.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.0.0...nx-python-v18.0.1) (2024-03-27)

### Bug Fixes

- **nx-python:** relock root when changing deps on grouped projects ([#195](https://github.com/lucasvieirasilva/nx-plugins/issues/195)) ([3fdd0cb](https://github.com/lucasvieirasilva/nx-plugins/commit/3fdd0cbf3082ea3c86718f51bea2b06a0ec425f2))

# [18.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v17.0.0...nx-python-v18.0.0) (2024-03-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/python",
"description": "Custom NX Plugin to support the Python language",
"version": "18.0.0",
"version": "18.0.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit cc94090

Please sign in to comment.