From 42aadde51666e37913a89109f7c208b8eac764a4 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Thu, 2 May 2024 21:44:20 -0700 Subject: [PATCH] chore: release 4.1.0 --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 14 +++++++------- package.json | 6 +++--- pkg1/CHANGELOG.md | 18 ++++++++++++++++++ pkg1/package.json | 4 ++-- pkg2/CHANGELOG.md | 18 ++++++++++++++++++ pkg2/package.json | 4 ++-- pkg3/CHANGELOG.md | 13 +++++++++++++ pkg3/package.json | 2 +- 10 files changed, 96 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 344108e8..eb18ef9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - ".": "4.0.4", - "pkg1": "6.0.4", - "pkg2": "5.0.4", - "pkg3": "4.0.3", + ".": "4.1.0", + "pkg1": "6.0.5", + "pkg2": "5.0.5", + "pkg3": "4.0.4", "workspaces/arbitrary-name": "3.0.3", "workspaces/not-the-name": "3.0.3", "workspaces/pkg6": "3.0.3" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc50f41..fe22dfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [4.1.0](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0) (2024-05-02) + +### Features + +* [`f94f978`](https://github.com/npm/npm-cli-release-please/commit/f94f9783b323bdd19f8e0b72ffbae7d32e06c540) [#245](https://github.com/npm/npm-cli-release-please/pull/245) touch root (@lukekarrys) + +### Bug Fixes + +* [`055cbd3`](https://github.com/npm/npm-cli-release-please/commit/055cbd3f3d97d83c8f123213faa7833a7b01b103) no pre (@lukekarrys) + +### Chores + +* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys) +* [`ecdadb0`](https://github.com/npm/npm-cli-release-please/commit/ecdadb012cd91b71f714ce37c199404408a814a3) [#272](https://github.com/npm/npm-cli-release-please/pull/272) deps-dev: bump undici from 5.27.2 to 5.28.4 (#272) (@dependabot[bot]) +* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys) +* [`2852114`](https://github.com/npm/npm-cli-release-please/commit/28521145ac4e01cdb484932e8df12637c44be27b) prerelease (@lukekarrys) +* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys) +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) +* [`16cc199`](https://github.com/npm/npm-cli-release-please/commit/16cc199e421531623c9c2b0c7fb97d5d485119a9) [#271](https://github.com/npm/npm-cli-release-please/pull/271) deps-dev: bump ip from 2.0.0 to 2.0.1 (#271) (@dependabot[bot]) +* [`9b856b0`](https://github.com/npm/npm-cli-release-please/commit/9b856b00c1570669647abdf8f8def76f50c6a09b) update config (@lukekarrys) +* [`0687383`](https://github.com/npm/npm-cli-release-please/commit/0687383bce69719d00f668dd4b8d6113083189d5) [#274](https://github.com/npm/npm-cli-release-please/pull/274) postinstall for dependabot template-oss PR (#274) (@lukekarrys) + + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v6.0.5): `pkg1@6.0.5` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v5.0.5): `pkg2@5.0.5` + ## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/v4.0.3...v4.0.4) (2023-11-19) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a65b0e5a..1cb501ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "4.1.0", "license": "ISC", "workspaces": [ "pkg1", @@ -11692,12 +11692,12 @@ } }, "pkg1": { - "version": "6.0.4", + "version": "6.0.5", "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "file:../scripts/npmcli-template-oss-13764.tgz", - "pkg2": "^5.0.4", + "pkg2": "^5.0.5", "tap": "^16.3.4" }, "engines": { @@ -11705,10 +11705,10 @@ } }, "pkg2": { - "version": "5.0.4", + "version": "5.0.5", "license": "ISC", "dependencies": { - "@npmcli/pkg3": "^4.0.3" + "@npmcli/pkg3": "^4.0.4" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.1", @@ -11721,7 +11721,7 @@ }, "pkg3": { "name": "@npmcli/pkg3", - "version": "4.0.3", + "version": "4.0.4", "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.1", diff --git a/package.json b/package.json index 94984df7..210001d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "4.1.0", "description": "", "main": "index.js", "scripts": { @@ -54,8 +54,8 @@ "dependencies": { "@npmcli/pkg6": "^3.0.3", "abbrev": "^2.0.0", - "pkg1": "^6.0.4", - "pkg2": "^5.0.4", + "pkg1": "^6.0.5", + "pkg2": "^5.0.5", "pkg4": "^3.0.3", "pkg5": "^3.0.3" }, diff --git a/pkg1/CHANGELOG.md b/pkg1/CHANGELOG.md index b28941c0..4c346a5e 100644 --- a/pkg1/CHANGELOG.md +++ b/pkg1/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [6.0.5](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.4...pkg1-v6.0.5) (2024-05-02) + +### Bug Fixes + +* [`7b11a09`](https://github.com/npm/npm-cli-release-please/commit/7b11a0974193340810bf6feea0ed4d8b060e1097) [#245](https://github.com/npm/npm-cli-release-please/pull/245) touch pkg1 (@lukekarrys) + +### Chores + +* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys) +* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys) +* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys) +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v5.0.5): `pkg2@5.0.5` + ## [6.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.3...pkg1-v6.0.4) (2023-11-19) ### Bug Fixes diff --git a/pkg1/package.json b/pkg1/package.json index d704b2e6..1a4c9789 100644 --- a/pkg1/package.json +++ b/pkg1/package.json @@ -1,6 +1,6 @@ { "name": "pkg1", - "version": "6.0.4", + "version": "6.0.5", "description": "", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "file:../scripts/npmcli-template-oss-13764.tgz", - "pkg2": "^5.0.4", + "pkg2": "^5.0.5", "tap": "^16.3.4" }, "tap": { diff --git a/pkg2/CHANGELOG.md b/pkg2/CHANGELOG.md index d4a6038f..4b9b4a04 100644 --- a/pkg2/CHANGELOG.md +++ b/pkg2/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.0.5](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.4...pkg2-v5.0.5) (2024-05-02) + +### Bug Fixes + +* [`527dc8b`](https://github.com/npm/npm-cli-release-please/commit/527dc8b847cd8521deee605057f028980dd3545b) update pk2 only (@lukekarrys) + +### Chores + +* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys) +* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys) +* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys) +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v4.0.4): `@npmcli/pkg3@4.0.4` + ## [5.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.3...pkg2-v5.0.4) (2023-11-19) ### Bug Fixes diff --git a/pkg2/package.json b/pkg2/package.json index ed2547d6..637d01df 100644 --- a/pkg2/package.json +++ b/pkg2/package.json @@ -1,6 +1,6 @@ { "name": "pkg2", - "version": "5.0.4", + "version": "5.0.5", "description": "", "main": "index.js", "scripts": { @@ -42,7 +42,7 @@ "tap": "^16.3.4" }, "dependencies": { - "@npmcli/pkg3": "^4.0.3" + "@npmcli/pkg3": "^4.0.4" }, "tap": { "nyc-arg": [ diff --git a/pkg3/CHANGELOG.md b/pkg3/CHANGELOG.md index 7b95d2aa..68ca68f7 100644 --- a/pkg3/CHANGELOG.md +++ b/pkg3/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.3...pkg3-v4.0.4) (2024-05-02) + +### Bug Fixes + +* [`46b4f5f`](https://github.com/npm/npm-cli-release-please/commit/46b4f5ff6a87b87caa8d38b729bf29ecb7de32e4) pkg 3 update (@lukekarrys) + +### Chores + +* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys) +* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys) +* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys) +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + ## [4.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.2...pkg3-v4.0.3) (2023-11-19) ### Bug Fixes diff --git a/pkg3/package.json b/pkg3/package.json index 2b21bfd9..6368669c 100644 --- a/pkg3/package.json +++ b/pkg3/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg3", - "version": "4.0.3", + "version": "4.0.4", "description": "", "main": "index.js", "scripts": {