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

Commit 59bb564

Browse files
authored
chore: release 2012.0.2 (#249)
🤖 I have created a release *beep* *boop* --- <details><summary>2012.0.2</summary> ## [2012.0.2](v2012.0.1...v2012.0.2) (2023-11-27) ### Bug Fixes * [`ca0c379`](ca0c379) update pkg3 (@lukekarrys) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2012.0.2): `[email protected]` * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.2): `[email protected]` </details> <details><summary>pkg1: 2012.0.2</summary> ## [2012.0.2](pkg1-v2012.0.1...pkg1-v2012.0.2) (2023-11-27) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.2): `[email protected]` </details> <details><summary>pkg2: 2012.0.2</summary> ## [2012.0.2](pkg2-v2012.0.1...pkg2-v2012.0.2) (2023-11-27) ### Dependencies * [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2012.0.2): `@npmcli/[email protected]` </details> <details><summary>pkg3: 2012.0.2</summary> ## [2012.0.2](pkg3-v2012.0.1...pkg3-v2012.0.2) (2023-11-27) ### Bug Fixes * [`ca0c379`](ca0c379) 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).
1 parent ca0c379 commit 59bb564

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.1",
3-
"pkg1": "2012.0.1",
4-
"pkg2": "2012.0.1",
5-
"pkg3": "2012.0.1",
2+
".": "2012.0.2",
3+
"pkg1": "2012.0.2",
4+
"pkg2": "2012.0.2",
5+
"pkg3": "2012.0.2",
66
"workspaces/arbitrary-name": "2012.0.1",
77
"workspaces/not-the-name": "2012.0.1",
88
"workspaces/pkg6": "2012.0.1"

CHANGELOG.md

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

3+
## [2012.0.2](https://github.com/npm/npm-cli-release-please/compare/v2012.0.1...v2012.0.2) (2023-11-27)
4+
5+
### Bug Fixes
6+
7+
* [`ca0c379`](https://github.com/npm/npm-cli-release-please/commit/ca0c379aac384693441cf7dfe74ead9e46510c33) update pkg3 (@lukekarrys)
8+
9+
### Dependencies
10+
11+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2012.0.2): `[email protected]`
12+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.2): `[email protected]`
13+
314
## [2012.0.1](https://github.com/npm/npm-cli-release-please/compare/v2012.0.0...v2012.0.1) (2023-11-27)
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.1",
3+
"version": "2012.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"@npmcli/pkg6": "^2012.0.1",
5656
"abbrev": "^2.0.0",
57-
"pkg1": "^2012.0.1",
58-
"pkg2": "^2012.0.1",
57+
"pkg1": "^2012.0.2",
58+
"pkg2": "^2012.0.2",
5959
"pkg4": "^2012.0.1",
6060
"pkg5": "^2012.0.1"
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.2](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2012.0.1...pkg1-v2012.0.2) (2023-11-27)
28+
29+
### Dependencies
30+
31+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.2): `[email protected]`
32+
2733
## [2012.0.1](https://github.com/npm/npm-cli-release-please/compare/pkg1-v2012.0.0...pkg1-v2012.0.1) (2023-11-27)
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.1",
3+
"version": "2012.0.2",
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-31247.tgz",
42-
"pkg2": "^2012.0.1",
42+
"pkg2": "^2012.0.2",
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.2](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2012.0.1...pkg2-v2012.0.2) (2023-11-27)
28+
29+
### Dependencies
30+
31+
* [workspace](https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2012.0.2): `@npmcli/[email protected]`
32+
2733
## [2012.0.1](https://github.com/npm/npm-cli-release-please/compare/pkg2-v2012.0.0...pkg2-v2012.0.1) (2023-11-27)
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.1",
3+
"version": "2012.0.2",
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.1"
45+
"@npmcli/pkg3": "^2012.0.2"
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.2](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2012.0.1...pkg3-v2012.0.2) (2023-11-27)
4+
5+
### Bug Fixes
6+
7+
* [`ca0c379`](https://github.com/npm/npm-cli-release-please/commit/ca0c379aac384693441cf7dfe74ead9e46510c33) update pkg3 (@lukekarrys)
8+
39
## [2012.0.1](https://github.com/npm/npm-cli-release-please/compare/pkg3-v2012.0.0...pkg3-v2012.0.1) (2023-11-27)
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.1",
3+
"version": "2012.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)