Skip to content

Commit

Permalink
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 @@
## [16.1.1](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.1.0...nx-python-v16.1.1) (2023-07-05)

### Bug Fixes

- **nx-python:** `poetry-project` resolve the dev package name when `devDependenciesProject` is provided ([#140](https://github.com/lucasvieirasilva/nx-plugins/issues/140)) ([bca618d](https://github.com/lucasvieirasilva/nx-plugins/commit/bca618dfad60d11a3ccf7037d0a1bb858d973587))

# [16.1.0](https://github.com/lucasvieirasilva/nx-plugins/compare/nx-python-v16.0.0...nx-python-v16.1.0) (2023-07-03)

### Features
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": "16.1.0",
"version": "16.1.1",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",

0 comments on commit 804785c

Please sign in to comment.