Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 5.0.0 #286

Open
wants to merge 1 commit into
base: gar/release
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "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"
".": "5.0.0",
"pkg1": "6.1.0",
"pkg2": "5.1.0",
"pkg3": "4.1.0",
"workspaces/arbitrary-name": "3.1.0",
"workspaces/not-the-name": "3.1.0",
"workspaces/pkg6": "3.1.0"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [5.0.0](https://github.com/npm/npm-cli-release-please/compare/v5.0.0-pre.0...v5.0.0) (2024-12-11)
### ⚠️ BREAKING CHANGES
* this has a main that you can require now
### Features
* [`8c2d387`](https://github.com/npm/npm-cli-release-please/commit/8c2d387dbb6954786b688a88142f915585d36926) [#280](https://github.com/npm/npm-cli-release-please/pull/280) add main declaraion (#280) (@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)
### Documentation
* [`b7abf06`](https://github.com/npm/npm-cli-release-please/commit/b7abf06b79cc577786f929287b98de347fe2c019) update readme (@wraithgar)
### Chores
* [`6150356`](https://github.com/npm/npm-cli-release-please/commit/6150356a993c1c65af4b3b56536bdb94a675bb2f) [#286](https://github.com/npm/npm-cli-release-please/pull/286) drop prerelease mode (@wraithgar)
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`0541bae`](https://github.com/npm/npm-cli-release-please/commit/0541baeb0784fb9cc7e87d5d9cf3b07dfbd113f2) [#281](https://github.com/npm/npm-cli-release-please/pull/281) release 5.0.0-pre.0 (#281) (@wraithgar)
* [`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

* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg6-v3.1.0): `@npmcli/pkg6@3.1.0`
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v6.1.0): `pkg1@6.1.0`
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v5.1.0): `pkg2@5.1.0`
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg4-v3.1.0): `pkg4@3.1.0`
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg5-v3.1.0): `pkg5@3.1.0`

## [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
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-cli-release-please",
"version": "5.0.0-pre.0",
"version": "5.0.0",
"description": "",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -53,12 +53,12 @@
"content": "./scripts/template-oss"
},
"dependencies": {
"@npmcli/pkg6": "^3.0.3",
"@npmcli/pkg6": "^3.1.0",
"abbrev": "^2.0.0",
"pkg1": "^6.0.5-pre.0",
"pkg2": "^5.0.5-pre.0",
"pkg4": "^3.0.3",
"pkg5": "^3.0.3"
"pkg1": "^6.1.0",
"pkg2": "^5.1.0",
"pkg4": "^3.1.0",
"pkg5": "^3.1.0"
},
"date": "3",
"tap": {
Expand Down
19 changes: 19 additions & 0 deletions pkg1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [6.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.5-pre.0...pkg1-v6.1.0) (2024-12-11)
### Features
* [`46805ea`](https://github.com/npm/npm-cli-release-please/commit/46805ea6c5d60ec78a358231b0ba60ec50a909fa) [#286](https://github.com/npm/npm-cli-release-please/pull/286) trigger release process (@wraithgar)
* [`e245b20`](https://github.com/npm/npm-cli-release-please/commit/e245b20f04cf3e058008063f3844b0554e4de656) [#285](https://github.com/npm/npm-cli-release-please/pull/285) trigger release process (#285) (@wraithgar)
### 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
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`0541bae`](https://github.com/npm/npm-cli-release-please/commit/0541baeb0784fb9cc7e87d5d9cf3b07dfbd113f2) [#281](https://github.com/npm/npm-cli-release-please/pull/281) release 5.0.0-pre.0 (#281) (@wraithgar)
* [`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.1.0): `pkg2@5.1.0`

## [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
Expand Down
4 changes: 2 additions & 2 deletions pkg1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg1",
"version": "6.0.5-pre.0",
"version": "6.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.23.5",
"pkg2": "^5.0.5-pre.0",
"pkg2": "^5.1.0",
"tap": "^16.3.4"
},
"tap": {
Expand Down
19 changes: 19 additions & 0 deletions pkg2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [5.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.5-pre.0...pkg2-v5.1.0) (2024-12-11)
### Features
* [`46805ea`](https://github.com/npm/npm-cli-release-please/commit/46805ea6c5d60ec78a358231b0ba60ec50a909fa) [#286](https://github.com/npm/npm-cli-release-please/pull/286) trigger release process (@wraithgar)
* [`e245b20`](https://github.com/npm/npm-cli-release-please/commit/e245b20f04cf3e058008063f3844b0554e4de656) [#285](https://github.com/npm/npm-cli-release-please/pull/285) trigger release process (#285) (@wraithgar)
### Bug Fixes
* [`527dc8b`](https://github.com/npm/npm-cli-release-please/commit/527dc8b847cd8521deee605057f028980dd3545b) update pk2 only (@lukekarrys)
### Chores
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`0541bae`](https://github.com/npm/npm-cli-release-please/commit/0541baeb0784fb9cc7e87d5d9cf3b07dfbd113f2) [#281](https://github.com/npm/npm-cli-release-please/pull/281) release 5.0.0-pre.0 (#281) (@wraithgar)
* [`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.1.0): `@npmcli/pkg3@4.1.0`

## [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
Expand Down
4 changes: 2 additions & 2 deletions pkg2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg2",
"version": "5.0.5-pre.0",
"version": "5.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/pkg3": "^4.0.4-pre.0"
"@npmcli/pkg3": "^4.1.0"
},
"tap": {
"nyc-arg": [
Expand Down
14 changes: 14 additions & 0 deletions pkg3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.4-pre.0...pkg3-v4.1.0) (2024-12-11)
### Features
* [`46805ea`](https://github.com/npm/npm-cli-release-please/commit/46805ea6c5d60ec78a358231b0ba60ec50a909fa) [#286](https://github.com/npm/npm-cli-release-please/pull/286) trigger release process (@wraithgar)
* [`e245b20`](https://github.com/npm/npm-cli-release-please/commit/e245b20f04cf3e058008063f3844b0554e4de656) [#285](https://github.com/npm/npm-cli-release-please/pull/285) trigger release process (#285) (@wraithgar)
### Bug Fixes
* [`46b4f5f`](https://github.com/npm/npm-cli-release-please/commit/46b4f5ff6a87b87caa8d38b729bf29ecb7de32e4) pkg 3 update (@lukekarrys)
### Chores
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`0541bae`](https://github.com/npm/npm-cli-release-please/commit/0541baeb0784fb9cc7e87d5d9cf3b07dfbd113f2) [#281](https://github.com/npm/npm-cli-release-please/pull/281) release 5.0.0-pre.0 (#281) (@wraithgar)
* [`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.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
Expand Down
2 changes: 1 addition & 1 deletion pkg3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/pkg3",
"version": "4.0.4-pre.0",
"version": "4.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions workspaces/arbitrary-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg5-v3.0.3...pkg5-v3.1.0) (2024-12-11)
### Features
* [`46805ea`](https://github.com/npm/npm-cli-release-please/commit/46805ea6c5d60ec78a358231b0ba60ec50a909fa) [#286](https://github.com/npm/npm-cli-release-please/pull/286) trigger release process (@wraithgar)
* [`e245b20`](https://github.com/npm/npm-cli-release-please/commit/e245b20f04cf3e058008063f3844b0554e4de656) [#285](https://github.com/npm/npm-cli-release-please/pull/285) trigger release process (#285) (@wraithgar)
### Chores
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`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)

## [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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arbitrary-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg5",
"version": "3.0.3",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions workspaces/not-the-name/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg4-v3.0.3...pkg4-v3.1.0) (2024-12-11)
### Features
* [`46805ea`](https://github.com/npm/npm-cli-release-please/commit/46805ea6c5d60ec78a358231b0ba60ec50a909fa) [#286](https://github.com/npm/npm-cli-release-please/pull/286) trigger release process (@wraithgar)
* [`e245b20`](https://github.com/npm/npm-cli-release-please/commit/e245b20f04cf3e058008063f3844b0554e4de656) [#285](https://github.com/npm/npm-cli-release-please/pull/285) trigger release process (#285) (@wraithgar)
### Chores
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`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)

## [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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/not-the-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pkg4",
"version": "3.0.3",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions workspaces/pkg6/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.1.0](https://github.com/npm/npm-cli-release-please/compare/pkg6-v3.0.3...pkg6-v3.1.0) (2024-12-11)
### Features
* [`46805ea`](https://github.com/npm/npm-cli-release-please/commit/46805ea6c5d60ec78a358231b0ba60ec50a909fa) [#286](https://github.com/npm/npm-cli-release-please/pull/286) trigger release process (@wraithgar)
* [`e245b20`](https://github.com/npm/npm-cli-release-please/commit/e245b20f04cf3e058008063f3844b0554e4de656) [#285](https://github.com/npm/npm-cli-release-please/pull/285) trigger release process (#285) (@wraithgar)
### Chores
* [`609fa2a`](https://github.com/npm/npm-cli-release-please/commit/609fa2afa4f606df6ac3ed3fed1d73cf8c0adc5c) bump @npmcli/template-oss to 4.23.5 (@wraithgar)
* [`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)

## [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
Expand Down
2 changes: 1 addition & 1 deletion workspaces/pkg6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/pkg6",
"version": "3.0.3",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading