Skip to content

Commit

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

### Features

* add support for nx 18.x ([#192](#192)) ([03b9aa0](03b9aa0)), closes [#191](#191)

### BREAKING CHANGES

* To use this version the nx workspace needs to be migrated to version 18.x
  • Loading branch information
semantic-release-bot committed Mar 6, 2024
1 parent 7a5b8ee commit 260703d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/nx-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [18.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v17.0.0...nx-python-v18.0.0) (2024-03-06)

### Features

- add support for nx 18.x ([#192](https://github.com/lucasvieirasilva/nx-plugins/issues/192)) ([03b9aa0](https://github.com/lucasvieirasilva/nx-plugins/commit/03b9aa066ec8b3c755de18db6d2a11c569b921c4)), closes [#191](https://github.com/lucasvieirasilva/nx-plugins/issues/191)

### BREAKING CHANGES

- To use this version the nx workspace needs to be migrated to version 18.x

# [17.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.3.1...nx-python-v17.0.0) (2023-12-21)

### 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": "17.0.0",
"version": "18.0.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 260703d

Please sign in to comment.