From 553ff7b80bba2dda6a65008ad4f9efcc31889653 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2024 19:58:46 +0000 Subject: [PATCH] chore(nx-python): release v19.1.0 [skip ci] # [19.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.2...nx-python-v19.1.0) (2024-09-18) ### Features * **nx-python:** add support for nx releases ([#246](https://github.com/lucasvieirasilva/nx-plugins/issues/246)) ([9614843](https://github.com/lucasvieirasilva/nx-plugins/commit/96148431916ba8b99cd0deffd0ffcf6b7d44a193)) --- 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 28a8986..5b87904 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,9 @@ +# [19.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.2...nx-python-v19.1.0) (2024-09-18) + +### Features + +- **nx-python:** add support for nx releases ([#246](https://github.com/lucasvieirasilva/nx-plugins/issues/246)) ([9614843](https://github.com/lucasvieirasilva/nx-plugins/commit/96148431916ba8b99cd0deffd0ffcf6b7d44a193)) + ## [19.0.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.1...nx-python-v19.0.2) (2024-08-12) ### Bug Fixes diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index 18c09c5..247c9ee 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": "19.0.2", + "version": "19.1.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",