Skip to content

Commit 84e118e

Browse files
chore(nx-python): release v20.0.0 [skip ci]
# [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
1 parent 3a716b4 commit 84e118e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/nx-python/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [20.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.1...nx-python-v20.0.0) (2024-11-20)
2+
3+
### Features
4+
5+
- 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)
6+
7+
### BREAKING CHANGES
8+
9+
- migrate nx workspace to 20.x
10+
111
## [19.2.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.0...nx-python-v19.2.1) (2024-10-17)
212

313
### Bug Fixes

packages/nx-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxlv/python",
33
"description": "Custom NX Plugin to support the Python language",
4-
"version": "19.2.1",
4+
"version": "20.0.0",
55
"main": "src/index.js",
66
"generators": "./generators.json",
77
"executors": "./executors.json",

0 commit comments

Comments
 (0)