From b7ec6c9855b72398c8a9fd364564614f025f3920 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 16:09:47 +0000 Subject: [PATCH] chore(nx-python): release v20.2.0 [skip ci] # [20.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.1.0...nx-python-v20.2.0) (2024-12-18) ### Features * **nx-python:** change `uv` to support non-workspace projects ([#260](https://github.com/lucasvieirasilva/nx-plugins/issues/260)) ([6e1a634](https://github.com/lucasvieirasilva/nx-plugins/commit/6e1a634b64b666d2bbe6fcfcc8dc6be876b011fb)) --- packages/nx-python/CHANGELOG.md | 6 ++++++ packages/nx-python/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/nx-python/CHANGELOG.md b/packages/nx-python/CHANGELOG.md index dbc21a8..92e4d31 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,9 @@ +# [20.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.1.0...nx-python-v20.2.0) (2024-12-18) + +### Features + +- **nx-python:** change `uv` to support non-workspace projects ([#260](https://github.com/lucasvieirasilva/nx-plugins/issues/260)) ([6e1a634](https://github.com/lucasvieirasilva/nx-plugins/commit/6e1a634b64b666d2bbe6fcfcc8dc6be876b011fb)) + # [20.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.0.1...nx-python-v20.1.0) (2024-12-16) ### Features diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index 8674482..df7e13c 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.1.0", + "version": "20.2.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",