From b2f933086311382f695e8853e85160fe821c8345 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 23 Nov 2023 20:13:44 -0700 Subject: [PATCH] chore: release 2010.0.0 (#239) :robot: I have created a release *beep* *boop* ---
2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/v2009.0.4...v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg6-v2010.0.0): `@npmcli/pkg6@2010.0.0` * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2010.0.0): `pkg1@2010.0.0` * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2010.0.0): `pkg2@2010.0.0` * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg4-v2010.0.0): `pkg4@2010.0.0` * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg5-v2010.0.0): `pkg5@2010.0.0`
pkg1: 2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2009.0.4...pkg1-v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2010.0.0): `pkg2@2010.0.0`
pkg2: 2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2009.0.4...pkg2-v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2010.0.0): `@npmcli/pkg3@2010.0.0`
pkg3: 2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2009.0.4...pkg3-v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys)
pkg5: 2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg5-v2009.0.2...pkg5-v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys)
pkg4: 2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg4-v2009.0.2...pkg4-v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys)
pkg6: 2010.0.0 ## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg6-v2009.0.2...pkg6-v2010.0.0) (2023-11-23) ### Bug Fixes * [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys)
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 14 +++++++------- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- 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, 81 insertions(+), 23 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a291add..475faa2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "2009.0.4", - "pkg1": "2009.0.4", - "pkg2": "2009.0.4", - "pkg3": "2009.0.4", - "workspaces/arbitrary-name": "2009.0.2", - "workspaces/not-the-name": "2009.0.2", - "workspaces/pkg6": "2009.0.2" + ".": "2010.0.0", + "pkg1": "2010.0.0", + "pkg2": "2010.0.0", + "pkg3": "2010.0.0", + "workspaces/arbitrary-name": "2010.0.0", + "workspaces/not-the-name": "2010.0.0", + "workspaces/pkg6": "2010.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6e337c..111233b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/v2009.0.4...v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg6-v2010.0.0): `@npmcli/pkg6@2010.0.0` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2010.0.0): `pkg1@2010.0.0` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2010.0.0): `pkg2@2010.0.0` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg4-v2010.0.0): `pkg4@2010.0.0` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg5-v2010.0.0): `pkg5@2010.0.0` + ## [2009.0.4](https://github.com/npm/npm-cli-release-please/compare/v2009.0.3...v2009.0.4) (2023-11-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b3ccb007..d363cef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-cli-release-please", - "version": "2009.0.4", + "version": "2010.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-cli-release-please", - "version": "2009.0.4", + "version": "2010.0.0", "license": "ISC", "workspaces": [ "pkg1", diff --git a/package.json b/package.json index 948eb856..1e11dd2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cli-release-please", - "version": "2009.0.4", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": { @@ -52,12 +52,12 @@ "content": "./scripts/template-oss" }, "dependencies": { - "@npmcli/pkg6": "^2009.0.2", + "@npmcli/pkg6": "^2010.0.0", "abbrev": "^2.0.0", - "pkg1": "^2009.0.4", - "pkg2": "^2009.0.4", - "pkg4": "^2009.0.2", - "pkg5": "^2009.0.2" + "pkg1": "^2010.0.0", + "pkg2": "^2010.0.0", + "pkg4": "^2010.0.0", + "pkg5": "^2010.0.0" }, "tap": { "test-ignore": "^(pkg1|pkg2|pkg3|workspaces)/", diff --git a/pkg1/CHANGELOG.md b/pkg1/CHANGELOG.md index 27683dc2..8d700a6a 100644 --- a/pkg1/CHANGELOG.md +++ b/pkg1/CHANGELOG.md @@ -24,6 +24,16 @@ * devDependencies * pkg2 bumped from ^1011.0.4 to ^1011.0.5 +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2009.0.4...pkg1-v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2010.0.0): `pkg2@2010.0.0` + ## [2009.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2009.0.3...pkg1-v2009.0.4) (2023-11-23) ### Dependencies diff --git a/pkg1/package.json b/pkg1/package.json index 31833f7b..7a4c7980 100644 --- a/pkg1/package.json +++ b/pkg1/package.json @@ -1,6 +1,6 @@ { "name": "pkg1", - "version": "2009.0.4", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "file:../scripts/npmcli-template-oss-14468.tgz", - "pkg2": "^2009.0.4", + "pkg2": "^2010.0.0", "tap": "^16.3.4" }, "tap": { diff --git a/pkg2/CHANGELOG.md b/pkg2/CHANGELOG.md index e043f6c6..f7c0a024 100644 --- a/pkg2/CHANGELOG.md +++ b/pkg2/CHANGELOG.md @@ -24,6 +24,16 @@ * dependencies * @npmcli/pkg3 bumped from ^1014.0.0 to ^1015.0.0-pre +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2009.0.4...pkg2-v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2010.0.0): `@npmcli/pkg3@2010.0.0` + ## [2009.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2009.0.3...pkg2-v2009.0.4) (2023-11-23) ### Dependencies diff --git a/pkg2/package.json b/pkg2/package.json index aec67ddf..38fff228 100644 --- a/pkg2/package.json +++ b/pkg2/package.json @@ -1,6 +1,6 @@ { "name": "pkg2", - "version": "2009.0.4", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": { @@ -42,7 +42,7 @@ "tap": "^16.3.4" }, "dependencies": { - "@npmcli/pkg3": "^2009.0.4" + "@npmcli/pkg3": "^2010.0.0" }, "tap": { "nyc-arg": [ diff --git a/pkg3/CHANGELOG.md b/pkg3/CHANGELOG.md index 481526f4..923f62de 100644 --- a/pkg3/CHANGELOG.md +++ b/pkg3/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2009.0.4...pkg3-v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + ## [2009.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2009.0.3...pkg3-v2009.0.4) (2023-11-23) ### Bug Fixes diff --git a/pkg3/package.json b/pkg3/package.json index d2b66280..4a57a144 100644 --- a/pkg3/package.json +++ b/pkg3/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg3", - "version": "2009.0.4", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/arbitrary-name/CHANGELOG.md b/workspaces/arbitrary-name/CHANGELOG.md index 121456d5..d33ecc24 100644 --- a/workspaces/arbitrary-name/CHANGELOG.md +++ b/workspaces/arbitrary-name/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg5-v2009.0.2...pkg5-v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + ## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg5-v2009.0.1...pkg5-v2009.0.2) (2023-11-23) ### Bug Fixes diff --git a/workspaces/arbitrary-name/package.json b/workspaces/arbitrary-name/package.json index d97cdd10..2522b7c9 100644 --- a/workspaces/arbitrary-name/package.json +++ b/workspaces/arbitrary-name/package.json @@ -1,6 +1,6 @@ { "name": "pkg5", - "version": "2009.0.2", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/not-the-name/CHANGELOG.md b/workspaces/not-the-name/CHANGELOG.md index 93ec744f..38dde708 100644 --- a/workspaces/not-the-name/CHANGELOG.md +++ b/workspaces/not-the-name/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg4-v2009.0.2...pkg4-v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + ## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg4-v2009.0.1...pkg4-v2009.0.2) (2023-11-23) ### Bug Fixes diff --git a/workspaces/not-the-name/package.json b/workspaces/not-the-name/package.json index 9950bfcc..99d17548 100644 --- a/workspaces/not-the-name/package.json +++ b/workspaces/not-the-name/package.json @@ -1,6 +1,6 @@ { "name": "pkg4", - "version": "2009.0.2", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/pkg6/CHANGELOG.md b/workspaces/pkg6/CHANGELOG.md index 75c5b04b..098d79f5 100644 --- a/workspaces/pkg6/CHANGELOG.md +++ b/workspaces/pkg6/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2010.0.0](https://github.com/npm/npm-cli-release-please/compare/pkg6-v2009.0.2...pkg6-v2010.0.0) (2023-11-23) + +### Bug Fixes + +* [`e4a9944`](https://github.com/npm/npm-cli-release-please/commit/e4a9944fe285a0784225092da610bd6f46052dac) set release-as and last-release-sha (@lukekarrys) + ## [2009.0.2](https://github.com/npm/npm-cli-release-please/compare/pkg6-v2009.0.1...pkg6-v2009.0.2) (2023-11-23) ### Bug Fixes diff --git a/workspaces/pkg6/package.json b/workspaces/pkg6/package.json index d729ccad..93e93956 100644 --- a/workspaces/pkg6/package.json +++ b/workspaces/pkg6/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg6", - "version": "2009.0.2", + "version": "2010.0.0", "description": "", "main": "index.js", "scripts": {