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

Commit 731c147

Browse files
authoredNov 28, 2023
chore: release 2012.0.4 (#251)
🤖 I have created a release *beep* *boop* --- <details><summary>2012.0.4</summary> ## [2012.0.4](v2012.0.3...v2012.0.4) (2023-11-28) ### Bug Fixes * [`0a2bf35`](0a2bf35) update pkg3 (@lukekarrys) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2012.0.4): `[email protected]` * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.4): `[email protected]` </details> <details><summary>pkg1: 2012.0.4</summary> ## [2012.0.4](pkg1-v2012.0.3...pkg1-v2012.0.4) (2023-11-28) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.4): `[email protected]` </details> <details><summary>pkg2: 2012.0.4</summary> ## [2012.0.4](pkg2-v2012.0.3...pkg2-v2012.0.4) (2023-11-28) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2012.0.4): `@npmcli/[email protected]` </details> <details><summary>pkg3: 2012.0.4</summary> ## [2012.0.4](pkg3-v2012.0.3...pkg3-v2012.0.4) (2023-11-28) ### Bug Fixes * [`0a2bf35`](0a2bf35) update pkg3 (@lukekarrys) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).

10 files changed

+43
-14
lines changed
 

‎.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".": "2012.0.3",
3-
"pkg1": "2012.0.3",
4-
"pkg2": "2012.0.3",
5-
"pkg3": "2012.0.3",
2+
".": "2012.0.4",
3+
"pkg1": "2012.0.4",
4+
"pkg2": "2012.0.4",
5+
"pkg3": "2012.0.4",
66
"workspaces/arbitrary-name": "2012.0.2",
77
"workspaces/not-the-name": "2012.0.2",
88
"workspaces/pkg6": "2012.0.2"

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2012.0.4](https://github.com/npm/npm-cli-release-please/compare/v2012.0.3...v2012.0.4) (2023-11-28)
4+
5+
### Bug Fixes
6+
7+
* [`0a2bf35`](https://github.com/npm/npm-cli-release-please/commit/0a2bf35304e69331138d4981bd7ecc75d86e83de) update pkg3 (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2012.0.4): `pkg1@2012.0.4`
12+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.4): `pkg2@2012.0.4`
13+
314
## [2012.0.3](https://github.com/npm/npm-cli-release-please/compare/v2012.0.2...v2012.0.3) (2023-11-28)
415

516
### Bug Fixes

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-cli-release-please",
3-
"version": "2012.0.3",
3+
"version": "2012.0.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"@npmcli/pkg6": "^2012.0.2",
5656
"abbrev": "^2.0.0",
57-
"pkg1": "^2012.0.3",
58-
"pkg2": "^2012.0.3",
57+
"pkg1": "^2012.0.4",
58+
"pkg2": "^2012.0.4",
5959
"pkg4": "^2012.0.2",
6060
"pkg5": "^2012.0.2"
6161
},

‎pkg1/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
* devDependencies
2525
* pkg2 bumped from ^1011.0.4 to ^1011.0.5
2626

27+
## [2012.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2012.0.3...pkg1-v2012.0.4) (2023-11-28)
28+
29+
### Dependencies
30+
31+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.4): `pkg2@2012.0.4`
32+
2733
## [2012.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2012.0.2...pkg1-v2012.0.3) (2023-11-28)
2834

2935
### Bug Fixes

‎pkg1/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg1",
3-
"version": "2012.0.3",
3+
"version": "2012.0.4",
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-1524.tgz",
42-
"pkg2": "^2012.0.3",
42+
"pkg2": "^2012.0.4",
4343
"tap": "^16.3.4"
4444
},
4545
"tap": {

‎pkg2/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
* dependencies
2525
* @npmcli/pkg3 bumped from ^1014.0.0 to ^1015.0.0-pre
2626

27+
## [2012.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2012.0.3...pkg2-v2012.0.4) (2023-11-28)
28+
29+
### Dependencies
30+
31+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2012.0.4): `@npmcli/pkg3@2012.0.4`
32+
2733
## [2012.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2012.0.2...pkg2-v2012.0.3) (2023-11-28)
2834

2935
### Bug Fixes

‎pkg2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg2",
3-
"version": "2012.0.3",
3+
"version": "2012.0.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"tap": "^16.3.4"
4343
},
4444
"dependencies": {
45-
"@npmcli/pkg3": "^2012.0.3"
45+
"@npmcli/pkg3": "^2012.0.4"
4646
},
4747
"tap": {
4848
"nyc-arg": [

‎pkg3/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2012.0.4](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2012.0.3...pkg3-v2012.0.4) (2023-11-28)
4+
5+
### Bug Fixes
6+
7+
* [`0a2bf35`](https://github.com/npm/npm-cli-release-please/commit/0a2bf35304e69331138d4981bd7ecc75d86e83de) update pkg3 (@lukekarrys)
8+
39
## [2012.0.3](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2012.0.2...pkg3-v2012.0.3) (2023-11-28)
410

511
### Bug Fixes

‎pkg3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/pkg3",
3-
"version": "2012.0.3",
3+
"version": "2012.0.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
This repository has been archived.