Skip to content

Commit

Permalink
chore: release 1007.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 12, 2023
1 parent f41f9b0 commit c2b62f4
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/v1007.0.0...v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg6-v1007.0.0): `@npmcli/[email protected]`
* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v1007.0.0): `[email protected]`
* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v1007.0.0): `[email protected]`
* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg4-v1007.0.0): `[email protected]`
* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg5-v1007.0.0): `[email protected]`

## [1001.0.6](https://github.com/npm/npm-cli-release-please/compare/v1001.0.5...v1001.0.6) (2023-07-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"content": "./scripts/template-oss"
},
"dependencies": {
"@npmcli/pkg6": "^1006.3.6",
"@npmcli/pkg6": "^1007.0.0",
"abbrev": "^2.0.0",
"pkg1": "^1002.0.6",
"pkg2": "^1003.0.6",
"pkg4": "^1004.2.6",
"pkg5": "^1005.2.6"
"pkg1": "^1007.0.0",
"pkg2": "^1007.0.0",
"pkg4": "^1007.0.0",
"pkg5": "^1007.0.0"
},
"tap": {
"test-ignore": "^(pkg1|pkg2|pkg3|workspaces)/",
Expand Down
10 changes: 10 additions & 0 deletions pkg1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v1007.0.0...pkg1-v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v1007.0.0): `[email protected]`

## [1002.0.6](https://github.com/npm/npm-cli-release-please/compare/pkg1-v1002.0.5...pkg1-v1002.0.6) (2023-07-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.19.0",
"pkg2": "^1003.0.6",
"pkg2": "^1007.0.0",
"tap": "^16.3.4"
},
"tap": {
Expand Down
10 changes: 10 additions & 0 deletions pkg2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg2-v1007.0.0...pkg2-v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v1007.0.0): `@npmcli/[email protected]`

## [1003.0.6](https://github.com/npm/npm-cli-release-please/compare/pkg2-v1003.0.5...pkg2-v1003.0.6) (2023-07-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/pkg3": "^1004.0.6"
"@npmcli/pkg3": "^1007.0.0"
},
"tap": {
"nyc-arg": [
Expand Down
6 changes: 6 additions & 0 deletions pkg3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg3-v1007.0.0...pkg3-v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

## [1004.0.6](https://github.com/npm/npm-cli-release-please/compare/pkg3-v1004.0.5...pkg3-v1004.0.6) (2023-07-16)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arbitrary-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg5-v1007.0.0...pkg5-v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

## [1005.2.6](https://github.com/npm/npm-cli-release-please/compare/pkg5-v1005.2.5...pkg5-v1005.2.6) (2023-07-16)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions workspaces/not-the-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg4-v1007.0.0...pkg4-v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

## [1004.2.6](https://github.com/npm/npm-cli-release-please/compare/pkg4-v1004.2.5...pkg4-v1004.2.6) (2023-07-16)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions workspaces/pkg6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1007.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg6-v1007.0.0...pkg6-v1007.0.0) (2023-11-11)

### Bug Fixes

* [`f41f9b0`](https://github.com/npm/npm-cli-release-please/commit/f41f9b0bdc9d86cb1465e29f0b2dd4f5b265f65e) update all packages (@lukekarrys)

## [1006.3.6](https://github.com/npm/npm-cli-release-please/compare/pkg6-v1006.3.5...pkg6-v1006.3.6) (2023-07-16)

### Bug Fixes
Expand Down

0 comments on commit c2b62f4

Please sign in to comment.