Skip to content

Commit

Permalink
chore(nx-python): release v20.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 18, 2025
1 parent 7e6fb0e commit de80e3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/nx-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [20.3.3](https://github.com/lucasvieirasilva/nx-plugins/compare/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](https://github.com/lucasvieirasilva/nx-plugins/commit/2a5430898b9ccd3a470bcb6f62546edeeefa0c51))
- generate uv.lock file if it does not exist before export requirements txt ([7e6fb0e](https://github.com/lucasvieirasilva/nx-plugins/commit/7e6fb0efbe30a94e327718961e82715e3e5eb296))

## [20.3.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.3.1...nx-python-v20.3.2) (2025-01-09)

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

0 comments on commit de80e3b

Please sign in to comment.