Skip to content

Commit

Permalink
chore: release 1007.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 12, 2023
1 parent 476dc05 commit ced7a07
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 22 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "1007.0.0",
"pkg1": "1007.0.0",
"pkg2": "1007.0.0",
"pkg3": "1007.0.0",
"workspaces/arbitrary-name": "1007.0.0",
"workspaces/not-the-name": "1007.0.0",
"workspaces/pkg6": "1007.0.0"
".": "1007.0.1",
"pkg1": "1007.0.1",
"pkg2": "1007.0.1",
"pkg3": "1007.0.1",
"workspaces/arbitrary-name": "1007.0.1",
"workspaces/not-the-name": "1007.0.1",
"workspaces/pkg6": "1007.0.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

### Dependencies

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

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

### 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.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-cli-release-please",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -52,12 +52,12 @@
"content": "./scripts/template-oss"
},
"dependencies": {
"@npmcli/pkg6": "^1007.0.0",
"@npmcli/pkg6": "^1007.0.1",
"abbrev": "^2.0.0",
"pkg1": "^1007.0.0",
"pkg2": "^1007.0.0",
"pkg4": "^1007.0.0",
"pkg5": "^1007.0.0"
"pkg1": "^1007.0.1",
"pkg2": "^1007.0.1",
"pkg4": "^1007.0.1",
"pkg5": "^1007.0.1"
},
"tap": {
"test-ignore": "^(pkg1|pkg2|pkg3|workspaces)/",
Expand Down
11 changes: 11 additions & 0 deletions pkg1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

### Dependencies

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

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions pkg1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg1",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.19.0",
"pkg2": "^1007.0.0",
"pkg2": "^1007.0.1",
"tap": "^16.3.4"
},
"tap": {
Expand Down
11 changes: 11 additions & 0 deletions pkg2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

### Dependencies

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

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions pkg2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg2",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/pkg3": "^1007.0.0"
"@npmcli/pkg3": "^1007.0.1"
},
"tap": {
"nyc-arg": [
Expand Down
7 changes: 7 additions & 0 deletions pkg3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/pkg3",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions workspaces/arbitrary-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arbitrary-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg5",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions workspaces/not-the-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/not-the-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg4",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions workspaces/pkg6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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

### Bug Fixes

* [`476dc05`](https://github.com/npm/npm-cli-release-please/commit/476dc0566bbc130591f7758631a13add42e4d1ff) update all packages (@lukekarrys)
* [`50eb188`](https://github.com/npm/npm-cli-release-please/commit/50eb188f34ce29a9450f09c244a1e1c503834560) update all packages (@lukekarrys)

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/pkg6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/pkg6",
"version": "1007.0.0",
"version": "1007.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ced7a07

Please sign in to comment.