Skip to content

Commit

Permalink
chore: Publish lerna commit [skip ci]
Browse files Browse the repository at this point in the history
 - @snyk/child-process@0.4.0
 - @snyk/fix-pip-requirements@0.3.0
 - @snyk/fix-pipenv-pipfile@0.7.0
 - @snyk/fix-poetry@0.9.0
  • Loading branch information
CircleCI committed Jul 13, 2023
1 parent 47711ec commit 33dd33e
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 deletions.
10 changes: 10 additions & 0 deletions packages/child-process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/snyk/python-fix/compare/@snyk/child-process@0.3.4...@snyk/child-process@0.4.0) (2023-07-13)

### Bug Fixes

- revert to jest 28 for node 12 support ([b0954cf](https://github.com/snyk/python-fix/commit/b0954cf2d22b73bdb87976da9633a61994c66019))

### Features

- refactor tests to run compiled js ([160f9c3](https://github.com/snyk/python-fix/commit/160f9c3b78095e02ff6479a75a1083898b1a097a))

## [0.3.4](https://github.com/snyk/python-fix/compare/@snyk/child-process@0.3.3...@snyk/child-process@0.3.4) (2023-07-10)

**Note:** Version bump only for package @snyk/child-process
Expand Down
2 changes: 1 addition & 1 deletion packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snyk/child-process",
"description": "Snyk child process execute implementation",
"version": "0.3.4",
"version": "0.4.0",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,yml}'",
Expand Down
10 changes: 10 additions & 0 deletions packages/pip-requirements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/snyk/python-fix/compare/@snyk/fix-pip-requirements@0.2.11...@snyk/fix-pip-requirements@0.3.0) (2023-07-13)

### Bug Fixes

- revert to jest 28 for node 12 support ([b0954cf](https://github.com/snyk/python-fix/commit/b0954cf2d22b73bdb87976da9633a61994c66019))

### Features

- refactor tests to run compiled js ([160f9c3](https://github.com/snyk/python-fix/commit/160f9c3b78095e02ff6479a75a1083898b1a097a))

## [0.2.11](https://github.com/snyk/python-fix/compare/@snyk/fix-pip-requirements@0.2.10...@snyk/fix-pip-requirements@0.2.11) (2023-07-10)

**Note:** Version bump only for package @snyk/fix-pip-requirements
Expand Down
2 changes: 1 addition & 1 deletion packages/pip-requirements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snyk/fix-pip-requirements",
"description": "Apply issue fixes to requirements files managed with pip",
"version": "0.2.11",
"version": "0.3.0",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,yml}'",
Expand Down
10 changes: 10 additions & 0 deletions packages/pipenv-pipfile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/snyk/python-fix/compare/@snyk/fix-pipenv-pipfile@0.6.1...@snyk/fix-pipenv-pipfile@0.7.0) (2023-07-13)

### Bug Fixes

- revert to jest 28 for node 12 support ([b0954cf](https://github.com/snyk/python-fix/commit/b0954cf2d22b73bdb87976da9633a61994c66019))

### Features

- refactor tests to run compiled js ([160f9c3](https://github.com/snyk/python-fix/commit/160f9c3b78095e02ff6479a75a1083898b1a097a))

## [0.6.1](https://github.com/snyk/python-fix/compare/@snyk/fix-pipenv-pipfile@0.6.0...@snyk/fix-pipenv-pipfile@0.6.1) (2023-07-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/pipenv-pipfile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snyk/fix-pipenv-pipfile",
"description": "Snyk python ecosystem fix remediation",
"version": "0.6.1",
"version": "0.7.0",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,yml}'",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"homepage": "https://github.com/snyk/python-fix#readme",
"dependencies": {
"@snyk/child-process": "^0.3.4",
"@snyk/child-process": "^0.4.0",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"tslib": "^2.6.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/poetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/snyk/python-fix/compare/@snyk/fix-poetry@0.8.4...@snyk/fix-poetry@0.9.0) (2023-07-13)

### Bug Fixes

- revert to jest 28 for node 12 support ([b0954cf](https://github.com/snyk/python-fix/commit/b0954cf2d22b73bdb87976da9633a61994c66019))

### Features

- refactor tests to run compiled js ([160f9c3](https://github.com/snyk/python-fix/commit/160f9c3b78095e02ff6479a75a1083898b1a097a))

## [0.8.4](https://github.com/snyk/python-fix/compare/@snyk/fix-poetry@0.8.3...@snyk/fix-poetry@0.8.4) (2023-07-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/poetry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@snyk/fix-poetry",
"description": "Snyk python ecosystem fix remediation",
"version": "0.8.4",
"version": "0.9.0",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,yml}'",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"homepage": "https://github.com/snyk/python-fix#readme",
"dependencies": {
"@snyk/child-process": "^0.3.4",
"@snyk/child-process": "^0.4.0",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"tslib": "^2.6.0"
Expand Down

0 comments on commit 33dd33e

Please sign in to comment.