Skip to content

Commit

Permalink
chore(nx-python): release v17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](nx-python-v16.3.1...nx-python-v17.0.0) (2023-12-21)

### Features

* migrate to Nx 17 ([#189](#189)) ([d38ea54](d38ea54)), closes [#188](#188)

### BREAKING CHANGES

* The entire workspace needs to be migrated to Nx 17.
  • Loading branch information
semantic-release-bot committed Dec 21, 2023
1 parent b9135bd commit a5de804
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 @@
# [17.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.3.1...nx-python-v17.0.0) (2023-12-21)

### Features

- migrate to Nx 17 ([#189](https://github.com/lucasvieirasilva/nx-plugins/issues/189)) ([d38ea54](https://github.com/lucasvieirasilva/nx-plugins/commit/d38ea544aa284df6b0978d6cc76668dee30bac38)), closes [#188](https://github.com/lucasvieirasilva/nx-plugins/issues/188)

### BREAKING CHANGES

- The entire workspace needs to be migrated to Nx 17.

## [16.3.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.3.0...nx-python-v16.3.1) (2023-11-10)

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

0 comments on commit a5de804

Please sign in to comment.