Skip to content

Commit

Permalink
chore(nx-python): release v20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](nx-python-v19.2.1...nx-python-v20.0.0) (2024-11-20)

### Features

* add nx 20.x support ([#254](#254)) ([c41b793](c41b793)), closes [#253](#253)

### BREAKING CHANGES

* migrate nx workspace to 20.x
  • Loading branch information
semantic-release-bot committed Nov 20, 2024
1 parent 3a716b4 commit 84e118e
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 @@
# [20.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.1...nx-python-v20.0.0) (2024-11-20)

### Features

- add nx 20.x support ([#254](https://github.com/lucasvieirasilva/nx-plugins/issues/254)) ([c41b793](https://github.com/lucasvieirasilva/nx-plugins/commit/c41b79310565361975673f6d30014146026db5cd)), closes [#253](https://github.com/lucasvieirasilva/nx-plugins/issues/253)

### BREAKING CHANGES

- migrate nx workspace to 20.x

## [19.2.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.0...nx-python-v19.2.1) (2024-10-17)

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

0 comments on commit 84e118e

Please sign in to comment.