From 84e118ee69e00583cb689c6588223666a9246680 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2024 22:27:59 +0000 Subject: [PATCH] chore(nx-python): release v20.0.0 [skip ci] # [20.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.1...nx-python-v20.0.0) (2024-11-20) ### Features * add nx 20.x support ([#254](https://github.com/lucasvieirasilva/nx-plugins/issues/254)) ([c41b793](https://github.com/lucasvieirasilva/nx-plugins/commit/c41b79310565361975673f6d30014146026db5cd)), closes [#253](https://github.com/lucasvieirasilva/nx-plugins/issues/253) ### BREAKING CHANGES * migrate nx workspace to 20.x --- packages/nx-python/CHANGELOG.md | 10 ++++++++++ packages/nx-python/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/nx-python/CHANGELOG.md b/packages/nx-python/CHANGELOG.md index fa56993..ea0c0c8 100644 --- a/packages/nx-python/CHANGELOG.md +++ b/packages/nx-python/CHANGELOG.md @@ -1,3 +1,13 @@ +# [20.0.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.1...nx-python-v20.0.0) (2024-11-20) + +### Features + +- add nx 20.x support ([#254](https://github.com/lucasvieirasilva/nx-plugins/issues/254)) ([c41b793](https://github.com/lucasvieirasilva/nx-plugins/commit/c41b79310565361975673f6d30014146026db5cd)), closes [#253](https://github.com/lucasvieirasilva/nx-plugins/issues/253) + +### BREAKING CHANGES + +- migrate nx workspace to 20.x + ## [19.2.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.2.0...nx-python-v19.2.1) (2024-10-17) ### Bug Fixes diff --git a/packages/nx-python/package.json b/packages/nx-python/package.json index ff52182..7b47466 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.2.1", + "version": "20.0.0", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json",