From 07ec9170cfa4b32af8a6a3f67b1a3e154db623f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Aug 2024 13:33:21 +0000 Subject: [PATCH] chore(nx-python): release v19.0.1 [skip ci] ## [19.0.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.0...nx-python-v19.0.1) (2024-08-09) ### Bug Fixes * **nx-python:** replace poetry update with poetry lock and poetry install when adding a new package ([#243](https://github.com/lucasvieirasilva/nx-plugins/issues/243)) ([b311fcb](https://github.com/lucasvieirasilva/nx-plugins/commit/b311fcbe4c4edae80a5ef4c6f6e16db241d5089f)) --- 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 f29a1d8..46e1baa 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,9 @@ +## [19.0.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.0.0...nx-python-v19.0.1) (2024-08-09) + +### Bug Fixes + +- **nx-python:** replace poetry update with poetry lock and poetry install when adding a new package ([#243](https://github.com/lucasvieirasilva/nx-plugins/issues/243)) ([b311fcb](https://github.com/lucasvieirasilva/nx-plugins/commit/b311fcbe4c4edae80a5ef4c6f6e16db241d5089f)) + # [19.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.2.0...nx-python-v19.0.0) (2024-08-09) ### Features diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index 0916c19..72bf9d1 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.0", + "version": "19.0.1", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",