diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 344108e8..611dc72d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - ".": "4.0.4", - "pkg1": "6.0.4", - "pkg2": "5.0.4", - "pkg3": "4.0.3", - "workspaces/arbitrary-name": "3.0.3", - "workspaces/not-the-name": "3.0.3", - "workspaces/pkg6": "3.0.3" + ".": "4.1.0", + "pkg1": "6.0.5", + "pkg2": "5.0.5", + "pkg3": "4.0.4", + "workspaces/arbitrary-name": "3.0.4", + "workspaces/not-the-name": "3.0.4", + "workspaces/pkg6": "3.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc50f41..85ea7e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [4.1.0](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0) (2024-04-15) + +### 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) + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg6-v3.0.4): `@npmcli/pkg6@3.0.4` +* [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` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg4-v3.0.4): `pkg4@3.0.4` +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg5-v3.0.4): `pkg5@3.0.4` + +### Chores + +* [`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) + ## [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 75745167..0ca89e4f 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", diff --git a/package.json b/package.json index 14fb3439..e18e70d2 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": { diff --git a/pkg1/CHANGELOG.md b/pkg1/CHANGELOG.md index b28941c0..1ff3c147 100644 --- a/pkg1/CHANGELOG.md +++ b/pkg1/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.0.5](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.4...pkg1-v6.0.5) (2024-04-15) + +### 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) + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v5.0.5): `pkg2@5.0.5` + +### Chores + +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + ## [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 b05b50e2..aab476e4 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": { diff --git a/pkg2/CHANGELOG.md b/pkg2/CHANGELOG.md index d4a6038f..368625e7 100644 --- a/pkg2/CHANGELOG.md +++ b/pkg2/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.0.5](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.4...pkg2-v5.0.5) (2024-04-15) + +### Dependencies + +* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v4.0.4): `@npmcli/pkg3@4.0.4` + +### Chores + +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + ## [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 23e60638..1ec62376 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": { diff --git a/pkg3/CHANGELOG.md b/pkg3/CHANGELOG.md index 7b95d2aa..b312f0a3 100644 --- a/pkg3/CHANGELOG.md +++ b/pkg3/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.3...pkg3-v4.0.4) (2024-04-15) + +### Chores + +* [`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 f737e613..a69da357 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": { diff --git a/workspaces/arbitrary-name/CHANGELOG.md b/workspaces/arbitrary-name/CHANGELOG.md index d3dcfaee..26c998ed 100644 --- a/workspaces/arbitrary-name/CHANGELOG.md +++ b/workspaces/arbitrary-name/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg5-v3.0.3...pkg5-v3.0.4) (2024-04-15) + +### Chores + +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + ## [3.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg5-v3.0.2...pkg5-v3.0.3) (2023-11-19) ### Bug Fixes diff --git a/workspaces/arbitrary-name/package.json b/workspaces/arbitrary-name/package.json index 95c7dec8..e94bf734 100644 --- a/workspaces/arbitrary-name/package.json +++ b/workspaces/arbitrary-name/package.json @@ -1,6 +1,6 @@ { "name": "pkg5", - "version": "3.0.3", + "version": "3.0.4", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/not-the-name/CHANGELOG.md b/workspaces/not-the-name/CHANGELOG.md index 253c7701..21233f84 100644 --- a/workspaces/not-the-name/CHANGELOG.md +++ b/workspaces/not-the-name/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg4-v3.0.3...pkg4-v3.0.4) (2024-04-15) + +### Chores + +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + ## [3.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg4-v3.0.2...pkg4-v3.0.3) (2023-11-19) ### Bug Fixes diff --git a/workspaces/not-the-name/package.json b/workspaces/not-the-name/package.json index 6a2dcc80..0ff8928f 100644 --- a/workspaces/not-the-name/package.json +++ b/workspaces/not-the-name/package.json @@ -1,6 +1,6 @@ { "name": "pkg4", - "version": "3.0.3", + "version": "3.0.4", "description": "", "main": "index.js", "scripts": { diff --git a/workspaces/pkg6/CHANGELOG.md b/workspaces/pkg6/CHANGELOG.md index 8978b5cd..c9018859 100644 --- a/workspaces/pkg6/CHANGELOG.md +++ b/workspaces/pkg6/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg6-v3.0.3...pkg6-v3.0.4) (2024-04-15) + +### Chores + +* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys) + ## [3.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg6-v3.0.2...pkg6-v3.0.3) (2023-11-19) ### Bug Fixes diff --git a/workspaces/pkg6/package.json b/workspaces/pkg6/package.json index 6a1bf21a..eb75933e 100644 --- a/workspaces/pkg6/package.json +++ b/workspaces/pkg6/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/pkg6", - "version": "3.0.3", + "version": "3.0.4", "description": "", "main": "index.js", "scripts": {