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

Commit 66db85b

Browse files
committed
chore: release 4.1.0-pre
1 parent 540f354 commit 66db85b

File tree

10 files changed

+80
-19
lines changed

10 files changed

+80
-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+
".": "4.1.0-pre",
3+
"pkg1": "6.0.5-pre",
4+
"pkg2": "5.0.5",
5+
"pkg3": "4.0.4-pre",
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [4.1.0-pre](https://github.com/npm/npm-cli-release-please/compare/v4.0.4...v4.1.0-pre) (2024-05-01)
4+
5+
### Features
6+
7+
* [`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)
8+
9+
### Chores
10+
11+
* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys)
12+
* [`2852114`](https://github.com/npm/npm-cli-release-please/commit/28521145ac4e01cdb484932e8df12637c44be27b) prerelease (@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+
* [`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])
16+
* [`9b856b0`](https://github.com/npm/npm-cli-release-please/commit/9b856b00c1570669647abdf8f8def76f50c6a09b) update config (@lukekarrys)
17+
* [`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)
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* pkg1 bumped from ^6.0.4 to ^6.0.5-pre
25+
* pkg2 bumped from ^5.0.4 to ^5.0.5
26+
327
## [4.0.4](https://github.com/npm/npm-cli-release-please/compare/v4.0.3...v4.0.4) (2023-11-19)
428

529
### 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": "4.1.0-pre",
44
"description": "",
55
"main": "index.js",
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",
58+
"pkg2": "^5.0.5",
5959
"pkg4": "^3.0.3",
6060
"pkg5": "^3.0.3"
6161
},

pkg1/CHANGELOG.md

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

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

524
### 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",
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-4749.tgz",
42-
"pkg2": "^5.0.4",
42+
"pkg2": "^5.0.5",
4343
"tap": "^16.3.4"
4444
},
4545
"tap": {

pkg2/CHANGELOG.md

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

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @npmcli/pkg3 bumped from ^4.0.3 to ^4.0.4-pre
8+
39
## [5.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg2-v5.0.3...pkg2-v5.0.4) (2023-11-19)
410

511
### 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",
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"
4646
},
4747
"tap": {
4848
"nyc-arg": [

pkg3/CHANGELOG.md

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

3+
## [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)
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+
* [`540f354`](https://github.com/npm/npm-cli-release-please/commit/540f354cdcd1f9229a7038148254ded028d991a6) update template-oss (@lukekarrys)
12+
* [`8bdee7d`](https://github.com/npm/npm-cli-release-please/commit/8bdee7d531d9475c63771399e62de2c983e9cf4f) update template-oss (@lukekarrys)
13+
* [`b020bd0`](https://github.com/npm/npm-cli-release-please/commit/b020bd0b791a2f20d2b6e23e5dc5ad2a73ebc207) update template-oss (@lukekarrys)
14+
315
## [4.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg3-v4.0.2...pkg3-v4.0.3) (2023-11-19)
416

517
### 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",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)