diff --git a/packages/nx-python/CHANGELOG.md b/packages/nx-python/CHANGELOG.md index 2d3bb9c..b0abee9 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -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 diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index fb1bc71..df7fcfb 100644 --- a/packages/nx-python/package.json +++ b/packages/nx-python/package.json @@ -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",