Skip to content

Commit

Permalink
chore(nx-python): release v20.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [20.3.2](nx-python-v20.3.1...nx-python-v20.3.2) (2025-01-09)

### Bug Fixes

* update getProvider calls to include context parameter in executors ([5ae2025](5ae2025))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 5ae2025 commit 43257dd
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 @@
## [20.3.2](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.3.1...nx-python-v20.3.2) (2025-01-09)

### Bug Fixes

- update getProvider calls to include context parameter in executors ([5ae2025](https://github.com/lucasvieirasilva/nx-plugins/commit/5ae202595e9e6646b21e7bfd6179b431759d6ee2))

## [20.3.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v20.3.0...nx-python-v20.3.1) (2024-12-31)

### 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": "20.3.1",
"version": "20.3.2",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand Down

0 comments on commit 43257dd

Please sign in to comment.