From 3057a4c24bfc2af9eaf999d1f4c94aae06d2b297 Mon Sep 17 00:00:00 2001 From: Gar Date: Fri, 22 Nov 2024 09:06:09 -0800 Subject: [PATCH] chore: release 5.0.0-pre.0 --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++ package-lock.json | 14 ++++++------- package.json | 6 +++--- pkg1/CHANGELOG.md | 20 ++++++++++++++++++ pkg1/package.json | 4 ++-- pkg2/CHANGELOG.md | 20 ++++++++++++++++++ pkg2/package.json | 4 ++-- pkg3/CHANGELOG.md | 13 ++++++++++++ pkg3/package.json | 2 +- 10 files changed, 110 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 344108e8..a140a8e6 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", + ".": "5.0.0-pre.0", + "pkg1": "6.0.5-pre.0", + "pkg2": "5.0.5-pre.0", + "pkg3": "4.0.4-pre.0", "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..22628f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [5.0.0-pre.0](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v5.0.0-pre.0) (2024-11-22) + +### ⚠️ BREAKING CHANGES + +* it logs something completely different +* this has a main that you can require now + +### Features + +* [`fb525ec`](https://github.com/npm/npm-cli-release-please/commit/fb525ec281682af72fc33609fefbb3e2918da8d4) [#282](https://github.com/npm/npm-cli-release-please/pull/282) do something else (@wraithgar) +* [`334c6a0`](https://github.com/npm/npm-cli-release-please/commit/334c6a0eceee4bd9254db36b2fc8696cc3c86b8b) [#278](https://github.com/npm/npm-cli-release-please/pull/278) add main declaraion (@wraithgar) +* [`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 + +* [`c229f86`](https://github.com/npm/npm-cli-release-please/commit/c229f86fa92205482a5065e16ff78e6a1b4954fa) [#277](https://github.com/npm/npm-cli-release-please/pull/277) prerelease with number? (#277) (@wraithgar) +* [`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 + +* The following workspace dependencies were updated + * dependencies + * pkg1 bumped from ^6.0.4 to ^6.0.5-pre.0 + * pkg2 bumped from ^5.0.4 to ^5.0.5-pre.0 + ## [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..2e70c825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "5.0.0-pre.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "5.0.0-pre.0", "license": "ISC", "workspaces": [ "pkg1", @@ -11692,12 +11692,12 @@ } }, "pkg1": { - "version": "6.0.4", + "version": "6.0.5-pre.0", "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-pre.0", "tap": "^16.3.4" }, "engines": { @@ -11705,10 +11705,10 @@ } }, "pkg2": { - "version": "5.0.4", + "version": "5.0.5-pre.0", "license": "ISC", "dependencies": { - "@npmcli/pkg3": "^4.0.3" + "@npmcli/pkg3": "^4.0.4-pre.0" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.1", @@ -11721,7 +11721,7 @@ }, "pkg3": { "name": "@npmcli/pkg3", - "version": "4.0.3", + "version": "4.0.4-pre.0", "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.1", diff --git a/package.json b/package.json index 5a9b403d..dbbc4be2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "5.0.0-pre.0", "description": "", "main": "lib", "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-pre.0", + "pkg2": "^5.0.5-pre.0", "pkg4": "^3.0.3", "pkg5": "^3.0.3" }, diff --git a/pkg1/CHANGELOG.md b/pkg1/CHANGELOG.md index b28941c0..6e6a5064 100644 --- a/pkg1/CHANGELOG.md +++ b/pkg1/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [6.0.5-pre.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.4...pkg1-v6.0.5-pre.0) (2024-11-22) + +### 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 + +* The following workspace dependencies were updated + * devDependencies + * pkg2 bumped from ^5.0.4 to ^5.0.5-pre.0 + ## [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..80a00cd7 100644 --- a/pkg1/package.json +++ b/pkg1/package.json @@ -1,6 +1,6 @@ { "name": "pkg1", - "version": "6.0.4", + "version": "6.0.5-pre.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-13764.tgz", - "pkg2": "^5.0.4", + "pkg2": "^5.0.5-pre.0", "tap": "^16.3.4" }, "tap": { diff --git a/pkg2/CHANGELOG.md b/pkg2/CHANGELOG.md index d4a6038f..9b01ea42 100644 --- a/pkg2/CHANGELOG.md +++ b/pkg2/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [5.0.5-pre.0](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.4...pkg2-v5.0.5-pre.0) (2024-11-22) + +### 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 + +* The following workspace dependencies were updated + * dependencies + * @npmcli/pkg3 bumped from ^4.0.3 to ^4.0.4-pre.0 + ## [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..da0a0935 100644 --- a/pkg2/package.json +++ b/pkg2/package.json @@ -1,6 +1,6 @@ { "name": "pkg2", - "version": "5.0.4", + "version": "5.0.5-pre.0", "description": "", "main": "index.js", "scripts": { @@ -42,7 +42,7 @@ "tap": "^16.3.4" }, "dependencies": { - "@npmcli/pkg3": "^4.0.3" + "@npmcli/pkg3": "^4.0.4-pre.0" }, "tap": { "nyc-arg": [ diff --git a/pkg3/CHANGELOG.md b/pkg3/CHANGELOG.md index 7b95d2aa..ecb862b0 100644 --- a/pkg3/CHANGELOG.md +++ b/pkg3/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.0.4-pre.0](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.3...pkg3-v4.0.4-pre.0) (2024-11-22) + +### 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..3a1dc640 100644 --- a/pkg3/package.json +++ b/pkg3/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg3", - "version": "4.0.3", + "version": "4.0.4-pre.0", "description": "", "main": "index.js", "scripts": {