Skip to content

Commit

Permalink
chore(nx-python): release v15.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [15.9.1](nx-python-v15.9.0...nx-python-v15.9.1) (2023-05-29)

### Bug Fixes

* **nx-python:** fix the dependency graph when there are Python projects not managed by the `@nxlv/python` ([#109](#109)) ([2249a6c](2249a6c)), closes [#101](#101)
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 2249a6c commit 3bebf91
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 @@
## [15.9.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v15.9.0...nx-python-v15.9.1) (2023-05-29)

### Bug Fixes

- **nx-python:** fix the dependency graph when there are Python projects not managed by the `@nxlv/python` ([#109](https://github.com/lucasvieirasilva/nx-plugins/issues/109)) ([2249a6c](https://github.com/lucasvieirasilva/nx-plugins/commit/2249a6cc6ba2025d8cc292657b24505064c8d3e4)), closes [#101](https://github.com/lucasvieirasilva/nx-plugins/issues/101)

# [15.9.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v15.8.0...nx-python-v15.9.0) (2023-05-29)

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

0 comments on commit 3bebf91

Please sign in to comment.