Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 93f6351

Browse files
committed
chore: release 5.0.0-pre.0
1 parent fb525ec commit 93f6351

File tree

10 files changed

+110
-19
lines changed

10 files changed

+110
-19
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".": "4.0.4",
3-
"pkg1": "6.0.4",
4-
"pkg2": "5.0.4",
5-
"pkg3": "4.0.3",
2+
".": "5.0.0-pre.0",
3+
"pkg1": "6.0.5-pre.0",
4+
"pkg2": "5.0.5-pre.0",
5+
"pkg3": "4.0.4-pre.0",
66
"workspaces/arbitrary-name": "3.0.3",
77
"workspaces/not-the-name": "3.0.3",
88
"workspaces/pkg6": "3.0.3"

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [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)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* it logs something completely different
8+
* this has a main that you can require now
9+
10+
### Features
11+
12+
* [`fb525ec`](https://github.com/npm/npm-cli-release-please/commit/fb525ec281682af72fc33609fefbb3e2918da8d4) do something else (@wraithgar)
13+
* [`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)
14+
* [`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)
15+
16+
### Bug Fixes
17+
18+
* [`055cbd3`](https://github.com/npm/npm-cli-release-please/commit/055cbd3f3d97d83c8f123213faa7833a7b01b103) no pre (@lukekarrys)
19+
20+
### Chores
21+
22+
* [`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)
23+
* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys)
24+
* [`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])
25+
* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys)
26+
* [`2852114`](https://github.com/npm/npm-cli-release-please/commit/28521145ac4e01cdb484932e8df12637c44be27b) prerelease (@lukekarrys)
27+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
28+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
29+
* [`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])
30+
* [`9b856b0`](https://github.com/npm/npm-cli-release-please/commit/9b856b00c1570669647abdf8f8def76f50c6a09b) update config (@lukekarrys)
31+
* [`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)
32+
33+
34+
### Dependencies
35+
36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* pkg1 bumped from ^6.0.4 to ^6.0.5-pre.0
39+
* pkg2 bumped from ^5.0.4 to ^5.0.5-pre.0
40+
341
## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/v4.0.3...v4.0.4) (2023-11-19)
442

543
### Bug Fixes

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-cli-release-please",
3-
"version": "4.0.4",
3+
"version": "5.0.0-pre.0",
44
"description": "",
55
"main": "lib",
66
"scripts": {
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"@npmcli/pkg6": "^3.0.3",
5656
"abbrev": "^2.0.0",
57-
"pkg1": "^6.0.4",
58-
"pkg2": "^5.0.4",
57+
"pkg1": "^6.0.5-pre.0",
58+
"pkg2": "^5.0.5-pre.0",
5959
"pkg4": "^3.0.3",
6060
"pkg5": "^3.0.3"
6161
},

pkg1/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [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)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
9+
### Chores
10+
11+
* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys)
12+
* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys)
13+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
14+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* devDependencies
21+
* pkg2 bumped from ^5.0.4 to ^5.0.5-pre.0
22+
323
## [6.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg1-v6.0.3...pkg1-v6.0.4) (2023-11-19)
424

525
### Bug Fixes

pkg1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg1",
3-
"version": "6.0.4",
3+
"version": "6.0.5-pre.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@npmcli/eslint-config": "^4.0.1",
4141
"@npmcli/template-oss": "file:../scripts/npmcli-template-oss-13764.tgz",
42-
"pkg2": "^5.0.4",
42+
"pkg2": "^5.0.5-pre.0",
4343
"tap": "^16.3.4"
4444
},
4545
"tap": {

pkg2/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [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)
4+
5+
### Bug Fixes
6+
7+
* [`527dc8b`](https://github.com/npm/npm-cli-release-please/commit/527dc8b847cd8521deee605057f028980dd3545b) update pk2 only (@lukekarrys)
8+
9+
### Chores
10+
11+
* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys)
12+
* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys)
13+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
14+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @npmcli/pkg3 bumped from ^4.0.3 to ^4.0.4-pre.0
22+
323
## [5.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.3...pkg2-v5.0.4) (2023-11-19)
424

525
### Bug Fixes

pkg2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg2",
3-
"version": "5.0.4",
3+
"version": "5.0.5-pre.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"tap": "^16.3.4"
4343
},
4444
"dependencies": {
45-
"@npmcli/pkg3": "^4.0.3"
45+
"@npmcli/pkg3": "^4.0.4-pre.0"
4646
},
4747
"tap": {
4848
"nyc-arg": [

pkg3/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [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)
4+
5+
### Bug Fixes
6+
7+
* [`46b4f5f`](https://github.com/npm/npm-cli-release-please/commit/46b4f5ff6a87b87caa8d38b729bf29ecb7de32e4) pkg 3 update (@lukekarrys)
8+
9+
### Chores
10+
11+
* [`e93ce0c`](https://github.com/npm/npm-cli-release-please/commit/e93ce0ce38bb8e628c6ea5de0087d62664121a24) update template-oss (@lukekarrys)
12+
* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys)
13+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
14+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
15+
316
## [4.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.2...pkg3-v4.0.3) (2023-11-19)
417

518
### Bug Fixes

pkg3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/pkg3",
3-
"version": "4.0.3",
3+
"version": "4.0.4-pre.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)