From 48f8c4b4b49adec642c85b7d48c45f8dc49bbac0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 20:42:40 +0000 Subject: [PATCH] chore(nx-python): release v18.2.0 [skip ci] # [18.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.1.0...nx-python-v18.2.0) (2024-08-08) ### Features * **nx-python:** add poetry publish executor ([#241](https://github.com/lucasvieirasilva/nx-plugins/issues/241)) ([f34b797](https://github.com/lucasvieirasilva/nx-plugins/commit/f34b797327bc2fe437936436f15b488089c270b4)) --- 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 06a50cd..57a6263 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,9 @@ +# [18.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.1.0...nx-python-v18.2.0) (2024-08-08) + +### Features + +- **nx-python:** add poetry publish executor ([#241](https://github.com/lucasvieirasilva/nx-plugins/issues/241)) ([f34b797](https://github.com/lucasvieirasilva/nx-plugins/commit/f34b797327bc2fe437936436f15b488089c270b4)) + # [18.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v18.0.1...nx-python-v18.1.0) (2024-05-14) ### Features diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index f34e017..6176eba 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": "18.1.0", + "version": "18.2.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",