Skip to content

Commit

Permalink
chore(nx-python): release v19.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [19.1.3](nx-python-v19.1.2...nx-python-v19.1.3) (2024-10-07)

### Bug Fixes

* **nx-python:** remove deprecated property and replace with `context.projectsConfigurations` ([#249](#249)) ([c920a62](c920a62))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent c920a62 commit 041217c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/nx-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [19.1.3](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v19.1.2...nx-python-v19.1.3) (2024-10-07)

### Bug Fixes

- **nx-python:** remove deprecated property and replace with `context.projectsConfigurations` ([#249](https://github.com/lucasvieirasilva/nx-plugins/issues/249)) ([c920a62](https://github.com/lucasvieirasilva/nx-plugins/commit/c920a62d9167a1a6a083294a197871fd371a98cc))

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nxlv/python",
"description": "Custom NX Plugin to support the Python language",
"version": "19.1.2",
"version": "19.1.3",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 041217c

Please sign in to comment.