From cee951b3f91a60182f110859c6bf33fc2be73150 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Sep 2024 21:09:16 +0000 Subject: [PATCH] chore(nx-python): release v19.1.2 [skip ci] ## [19.1.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.1...nx-python-v19.1.2) (2024-09-18) ### Bug Fixes * add dry-run option to publish target ([#248](https://github.com/lucasvieirasilva/nx-plugins/issues/248)) ([1756447](https://github.com/lucasvieirasilva/nx-plugins/commit/1756447f61d40197ef22f4bab136d28955fd6e7c)) --- 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 d00649e..950013b 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,9 @@ +## [19.1.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.1...nx-python-v19.1.2) (2024-09-18) + +### Bug Fixes + +- add dry-run option to publish target ([#248](https://github.com/lucasvieirasilva/nx-plugins/issues/248)) ([1756447](https://github.com/lucasvieirasilva/nx-plugins/commit/1756447f61d40197ef22f4bab136d28955fd6e7c)) + ## [19.1.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.0...nx-python-v19.1.1) (2024-09-18) ### Bug Fixes diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index e448f37..16fa1c2 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.1.1", + "version": "19.1.2", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",