diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 344108e8..857c2479 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-pre", + "pkg1": "6.0.5-pre", + "pkg2": "5.0.5", + "pkg3": "4.0.4-pre", "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..bb8778c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [4.1.0-pre](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0-pre) (2024-05-01) + +### 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) + +### Chores + +* [`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 + * pkg2 bumped from ^5.0.4 to ^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 20aa71c2..41bb65b2 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-pre", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "4.1.0-pre", "license": "ISC", "workspaces": [ "pkg1", @@ -11692,12 +11692,12 @@ } }, "pkg1": { - "version": "6.0.4", + "version": "6.0.5-pre", "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "file:../scripts/npmcli-template-oss-4749.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-pre" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.1", @@ -11721,7 +11721,7 @@ }, "pkg3": { "name": "@npmcli/pkg3", - "version": "4.0.3", + "version": "4.0.4-pre", "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^4.0.1", diff --git a/package.json b/package.json index b8532cbc..148136ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cli-release-please", - "version": "4.0.4", + "version": "4.1.0-pre", "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-pre", + "pkg2": "^5.0.5", "pkg4": "^3.0.3", "pkg5": "^3.0.3" }, diff --git a/pkg1/CHANGELOG.md b/pkg1/CHANGELOG.md index b28941c0..c24f9271 100644 --- a/pkg1/CHANGELOG.md +++ b/pkg1/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [6.0.5-pre](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.4...pkg1-v6.0.5-pre) (2024-05-01) + +### 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 + +* [`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 + ## [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 e13cf366..8b64b7f2 100644 --- a/pkg1/package.json +++ b/pkg1/package.json @@ -1,6 +1,6 @@ { "name": "pkg1", - "version": "6.0.4", + "version": "6.0.5-pre", "description": "", "main": "index.js", "scripts": { @@ -39,7 +39,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.1", "@npmcli/template-oss": "file:../scripts/npmcli-template-oss-4749.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..4c32babd 100644 --- a/pkg2/CHANGELOG.md +++ b/pkg2/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @npmcli/pkg3 bumped from ^4.0.3 to ^4.0.4-pre + ## [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 2d087ee5..696b1f53 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-pre" }, "tap": { "nyc-arg": [ diff --git a/pkg3/CHANGELOG.md b/pkg3/CHANGELOG.md index 7b95d2aa..e65556ba 100644 --- a/pkg3/CHANGELOG.md +++ b/pkg3/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.4-pre](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.3...pkg3-v4.0.4-pre) (2024-05-01) + +### Bug Fixes + +* [`46b4f5f`](https://github.com/npm/npm-cli-release-please/commit/46b4f5ff6a87b87caa8d38b729bf29ecb7de32e4) pkg 3 update (@lukekarrys) + +### Chores + +* [`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 c8f1fa98..bacf8eeb 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", "description": "", "main": "index.js", "scripts": {