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-pre.1 #283

Open
wants to merge 1 commit into
base: gar/major2
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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "5.0.0-pre.0",
"pkg1": "6.0.5-pre.0",
"pkg2": "5.0.5-pre.0",
"pkg3": "4.0.4-pre.0",
".": "5.0.0-pre.1",
"pkg1": "6.0.5-pre.1",
"pkg2": "5.0.5-pre.1",
"pkg3": "4.0.4-pre.1",
"workspaces/arbitrary-name": "3.0.3",
"workspaces/not-the-name": "3.0.3",
"workspaces/pkg6": "3.0.3"
Expand Down
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [5.0.0-pre.1](https://github.com/npm/npm-cli-release-please/compare/v5.0.0-pre.0...v5.0.0-pre.1) (2024-11-22)

### ⚠️ BREAKING CHANGES

* it logs something completely different
* this has a main that you can require now

### Features

* [`0b34c71`](https://github.com/npm/npm-cli-release-please/commit/0b34c7197af00ba5d313737b6969bee2b567add5) do something else (@wraithgar)
* [`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)

### Chores

* [`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

* The following workspace dependencies were updated
* dependencies
* pkg1 bumped from ^6.0.5-pre.0 to ^6.0.5-pre.1
* pkg2 bumped from ^5.0.5-pre.0 to ^5.0.5-pre.1

## [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
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 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-pre.1",
"description": "",
"main": "lib",
"scripts": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"dependencies": {
"@npmcli/pkg6": "^3.0.3",
"abbrev": "^2.0.0",
"pkg1": "^6.0.5-pre.0",
"pkg2": "^5.0.5-pre.0",
"pkg1": "^6.0.5-pre.1",
"pkg2": "^5.0.5-pre.1",
"pkg4": "^3.0.3",
"pkg5": "^3.0.3"
},
Expand Down
21 changes: 21 additions & 0 deletions pkg1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [6.0.5-pre.1](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.5-pre.0...pkg1-v6.0.5-pre.1) (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

* [`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

* The following workspace dependencies were updated
* devDependencies
* pkg2 bumped from ^5.0.5-pre.0 to ^5.0.5-pre.1

## [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.0.5-pre.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-13764.tgz",
"pkg2": "^5.0.5-pre.0",
"pkg2": "^5.0.5-pre.1",
"tap": "^16.3.4"
},
"tap": {
Expand Down
21 changes: 21 additions & 0 deletions pkg2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [5.0.5-pre.1](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.5-pre.0...pkg2-v5.0.5-pre.1) (2024-11-22)

### Bug Fixes

* [`527dc8b`](https://github.com/npm/npm-cli-release-please/commit/527dc8b847cd8521deee605057f028980dd3545b) update pk2 only (@lukekarrys)

### Chores

* [`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

* The following workspace dependencies were updated
* dependencies
* @npmcli/pkg3 bumped from ^4.0.4-pre.0 to ^4.0.4-pre.1

## [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.0.5-pre.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"tap": "^16.3.4"
},
"dependencies": {
"@npmcli/pkg3": "^4.0.4-pre.0"
"@npmcli/pkg3": "^4.0.4-pre.1"
},
"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.0.4-pre.1](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.4-pre.0...pkg3-v4.0.4-pre.1) (2024-11-22)

### Bug Fixes

* [`46b4f5f`](https://github.com/npm/npm-cli-release-please/commit/46b4f5ff6a87b87caa8d38b729bf29ecb7de32e4) pkg 3 update (@lukekarrys)

### Chores

* [`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.0.4-pre.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down