Skip to content

Commit 08912a4

Browse files
chore(nx-python): release v19.2.0 [skip ci]
# [19.2.0](nx-python-v19.1.3...nx-python-v19.2.0) (2024-10-17) ### Features * change publish executor to not fail if package version exists ([#251](#251)) ([52da7e0](52da7e0))
1 parent 52da7e0 commit 08912a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/nx-python/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [19.2.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.3...nx-python-v19.2.0) (2024-10-17)
2+
3+
### Features
4+
5+
- change publish executor to not fail if package version exists ([#251](https://github.com/lucasvieirasilva/nx-plugins/issues/251)) ([52da7e0](https://github.com/lucasvieirasilva/nx-plugins/commit/52da7e06aba67f2cecd474391ba2ab16c4dc9333))
6+
17
## [19.1.3](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.2...nx-python-v19.1.3) (2024-10-07)
28

39
### Bug Fixes

packages/nx-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nxlv/python",
33
"description": "Custom NX Plugin to support the Python language",
4-
"version": "19.1.3",
4+
"version": "19.2.0",
55
"main": "src/index.js",
66
"generators": "./generators.json",
77
"executors": "./executors.json",

0 commit comments

Comments
 (0)