Skip to content

Commit de80e3b

Browse files
chore(nx-python): release v20.3.3 [skip ci]
## [20.3.3](nx-python-v20.3.2...nx-python-v20.3.3) (2025-01-18) ### Bug Fixes * change dependency graph to detect non-workspace uv structure ([2a54308](2a54308)) * generate uv.lock file if it does not exist before export requirements txt ([7e6fb0e](7e6fb0e))
1 parent 7e6fb0e commit de80e3b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/nx-python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [20.3.3](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.3.2...nx-python-v20.3.3) (2025-01-18)
2+
3+
### Bug Fixes
4+
5+
- change dependency graph to detect non-workspace uv structure ([2a54308](https://github.com/lucasvieirasilva/nx-plugins/commit/2a5430898b9ccd3a470bcb6f62546edeeefa0c51))
6+
- generate uv.lock file if it does not exist before export requirements txt ([7e6fb0e](https://github.com/lucasvieirasilva/nx-plugins/commit/7e6fb0efbe30a94e327718961e82715e3e5eb296))
7+
18
## [20.3.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.3.1...nx-python-v20.3.2) (2025-01-09)
29

310
### 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": "20.3.2",
4+
"version": "20.3.3",
55
"main": "src/index.js",
66
"generators": "./generators.json",
77
"executors": "./executors.json",

0 commit comments

Comments
 (0)