From a35b0f476ececf106f48c92d9e8d878fc06e5793 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Sun, 12 Nov 2023 14:59:45 -0700 Subject: [PATCH] chore: release 1010.0.0 --- .release-please-manifest.json | 14 +++++++------- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 12 ++++++------ pkg1/CHANGELOG.md | 10 ++++++++++ pkg1/package.json | 4 ++-- pkg2/CHANGELOG.md | 10 ++++++++++ pkg2/package.json | 4 ++-- pkg3/CHANGELOG.md | 6 ++++++ pkg3/package.json | 2 +- workspaces/arbitrary-name/CHANGELOG.md | 6 ++++++ workspaces/arbitrary-name/package.json | 2 +- workspaces/not-the-name/CHANGELOG.md | 6 ++++++ workspaces/not-the-name/package.json | 2 +- workspaces/pkg6/CHANGELOG.md | 6 ++++++ workspaces/pkg6/package.json | 2 +- 16 files changed, 80 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f2127be..ab4e3ef2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "1009.0.0", - "pkg1": "1007.0.2", - "pkg2": "1007.0.2", - "pkg3": "1007.0.2", - "workspaces/arbitrary-name": "1007.0.2", - "workspaces/not-the-name": "1007.0.2", - "workspaces/pkg6": "1007.0.2" + ".": "1010.0.0", + "pkg1": "1010.0.0", + "pkg2": "1010.0.0", + "pkg3": "1010.0.0", + "workspaces/arbitrary-name": "1010.0.0", + "workspaces/not-the-name": "1010.0.0", + "workspaces/pkg6": "1010.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b5c2eb..b66d0687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/v1009.0.0...v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + +### Dependencies + +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg6-v1010.0.0): `@npmcli/pkg6@1010.0.0` +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v1010.0.0): `pkg1@1010.0.0` +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v1010.0.0): `pkg2@1010.0.0` +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg4-v1010.0.0): `pkg4@1010.0.0` +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg5-v1010.0.0): `pkg5@1010.0.0` + ## [1009.0.0](https://github.com/npm/npm-cli-release-please/compare/v1008.0.1...v1009.0.0) (2023-11-12) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 717ae4b1..1934bd29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-cli-release-please", - "version": "1009.0.0", + "version": "1010.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index a5455bea..3330d593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cli-release-please", - "version": "1009.0.0", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": { @@ -52,12 +52,12 @@ "content": "./scripts/template-oss" }, "dependencies": { - "@npmcli/pkg6": "^1007.0.2", + "@npmcli/pkg6": "^1010.0.0", "abbrev": "^2.0.0", - "pkg1": "^1007.0.2", - "pkg2": "^1007.0.2", - "pkg4": "^1007.0.2", - "pkg5": "^1007.0.2" + "pkg1": "^1010.0.0", + "pkg2": "^1010.0.0", + "pkg4": "^1010.0.0", + "pkg5": "^1010.0.0" }, "tap": { "test-ignore": "^(pkg1|pkg2|pkg3|workspaces)/", diff --git a/pkg1/CHANGELOG.md b/pkg1/CHANGELOG.md index ac29011f..6438f207 100644 --- a/pkg1/CHANGELOG.md +++ b/pkg1/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v1007.0.2...pkg1-v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + +### Dependencies + +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v1010.0.0): `pkg2@1010.0.0` + ## [1007.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg1-v1007.0.1...pkg1-v1007.0.2) (2023-11-12) ### Bug Fixes diff --git a/pkg1/package.json b/pkg1/package.json index 861b631b..0d99da9d 100644 --- a/pkg1/package.json +++ b/pkg1/package.json @@ -1,6 +1,6 @@ { "name": "pkg1", - "version": "1007.0.2", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "4.19.0", - "pkg2": "^1007.0.2", + "pkg2": "^1010.0.0", "tap": "^16.3.4" }, "tap": { diff --git a/pkg2/CHANGELOG.md b/pkg2/CHANGELOG.md index 4f3411a7..11466112 100644 --- a/pkg2/CHANGELOG.md +++ b/pkg2/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg2-v1007.0.2...pkg2-v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + +### Dependencies + +* [Workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v1010.0.0): `@npmcli/pkg3@1010.0.0` + ## [1007.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg2-v1007.0.1...pkg2-v1007.0.2) (2023-11-12) ### Bug Fixes diff --git a/pkg2/package.json b/pkg2/package.json index 158290bf..65b4f47e 100644 --- a/pkg2/package.json +++ b/pkg2/package.json @@ -1,6 +1,6 @@ { "name": "pkg2", - "version": "1007.0.2", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": { @@ -42,7 +42,7 @@ "tap": "^16.3.4" }, "dependencies": { - "@npmcli/pkg3": "^1007.0.2" + "@npmcli/pkg3": "^1010.0.0" }, "tap": { "nyc-arg": [ diff --git a/pkg3/CHANGELOG.md b/pkg3/CHANGELOG.md index d0625200..3ef4754a 100644 --- a/pkg3/CHANGELOG.md +++ b/pkg3/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg3-v1007.0.2...pkg3-v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + ## [1007.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg3-v1007.0.1...pkg3-v1007.0.2) (2023-11-12) ### Bug Fixes diff --git a/pkg3/package.json b/pkg3/package.json index 27afdf07..1dc5758b 100644 --- a/pkg3/package.json +++ b/pkg3/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg3", - "version": "1007.0.2", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/arbitrary-name/CHANGELOG.md b/workspaces/arbitrary-name/CHANGELOG.md index 3763418f..adcd433e 100644 --- a/workspaces/arbitrary-name/CHANGELOG.md +++ b/workspaces/arbitrary-name/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg5-v1007.0.2...pkg5-v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + ## [1007.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg5-v1007.0.1...pkg5-v1007.0.2) (2023-11-12) ### Bug Fixes diff --git a/workspaces/arbitrary-name/package.json b/workspaces/arbitrary-name/package.json index 381cc635..31ea9dfa 100644 --- a/workspaces/arbitrary-name/package.json +++ b/workspaces/arbitrary-name/package.json @@ -1,6 +1,6 @@ { "name": "pkg5", - "version": "1007.0.2", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/not-the-name/CHANGELOG.md b/workspaces/not-the-name/CHANGELOG.md index 553d53a6..c9cc1fcd 100644 --- a/workspaces/not-the-name/CHANGELOG.md +++ b/workspaces/not-the-name/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg4-v1007.0.2...pkg4-v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + ## [1007.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg4-v1007.0.1...pkg4-v1007.0.2) (2023-11-12) ### Bug Fixes diff --git a/workspaces/not-the-name/package.json b/workspaces/not-the-name/package.json index 01cec995..80dd8c94 100644 --- a/workspaces/not-the-name/package.json +++ b/workspaces/not-the-name/package.json @@ -1,6 +1,6 @@ { "name": "pkg4", - "version": "1007.0.2", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/pkg6/CHANGELOG.md b/workspaces/pkg6/CHANGELOG.md index e7382526..5400ea9c 100644 --- a/workspaces/pkg6/CHANGELOG.md +++ b/workspaces/pkg6/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg6-v1007.0.2...pkg6-v1010.0.0) (2023-11-12) + +### Bug Fixes + +* [`775a1ea`](https://github.com/npm/npm-cli-release-please/commit/775a1eae7ef58f4166788a59d39a33b7244ef9d5) set release-as and last-release-sha (@lukekarrys) + ## [1007.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg6-v1007.0.1...pkg6-v1007.0.2) (2023-11-12) ### Bug Fixes diff --git a/workspaces/pkg6/package.json b/workspaces/pkg6/package.json index 416a723a..a2ab0ccf 100644 --- a/workspaces/pkg6/package.json +++ b/workspaces/pkg6/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg6", - "version": "1007.0.2", + "version": "1010.0.0", "description": "", "main": "index.js", "scripts": {