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.1
 - @snyk/fix-pipenv-pipfile@0.7.1
 - @snyk/fix-poetry@0.9.1
  • Loading branch information
CircleCI committed Jul 13, 2023
1 parent 1c5052d commit 154beb5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/child-process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- bypass Snyk CLI proxy ([f4f5218](https://github.com/snyk/python-fix/commit/f4f52187c7d0a6a3f3c3a000b21c0ba25ee4bf10))

# [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
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.4.0",
"version": "0.4.1",
"main": "dist/index.js",
"scripts": {
"format:check": "prettier --check '{''{lib,test}/!(fixtures)/**/*,*}.{js,ts,yml}'",
Expand Down
4 changes: 4 additions & 0 deletions packages/pipenv-pipfile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @snyk/fix-pipenv-pipfile

# [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
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.7.0",
"version": "0.7.1",
"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.4.0",
"@snyk/child-process": "^0.4.1",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"tslib": "^2.6.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/poetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @snyk/fix-poetry

# [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
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.9.0",
"version": "0.9.1",
"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.4.0",
"@snyk/child-process": "^0.4.1",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"tslib": "^2.6.0"
Expand Down

0 comments on commit 154beb5

Please sign in to comment.