Skip to content

Commit 67d6d7f

Browse files
chore: release main
1 parent eae8ceb commit 67d6d7f

7 files changed

Lines changed: 40 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/pkg-a": "1.1.1",
3-
"packages/pkg-b": "1.0.0",
2+
"packages/pkg-a": "1.2.0",
3+
"packages/pkg-b": "1.0.1",
44
"packages/pkg-c": "0.1.0",
5-
".": "1.1.1"
5+
".": "1.2.0"
66
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/compare/release-please-playground-v1.1.1...release-please-playground-v1.2.0) (2024-06-16)
4+
5+
6+
### Features
7+
8+
* **pkg-a:** prerelease ([80fc7a2](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/80fc7a2bcf42a704089a57dcde69074472885fc8))
9+
10+
11+
### Bug Fixes
12+
13+
* **pkg-b:** fix ([8ac8157](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/8ac81575ffa35236420c87f633de1a3a76a278b3))
14+
* prerelease 1 ([eae8ceb](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/eae8ceb6a00f8cb1c982d5bb9470bfe6752b41f7))
15+
* prerelease 2 ([1624b1b](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/1624b1b9b7476040b627476ba036ecfe7aff93fc))
16+
317
## [1.1.1](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/compare/release-please-playground-v1.1.0...release-please-playground-v1.1.1) (2024-06-16)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-please-playground",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/pkg-a/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/compare/pkg-a-v1.1.1...pkg-a-v1.2.0) (2024-06-16)
4+
5+
6+
### Features
7+
8+
* **pkg-a:** prerelease ([80fc7a2](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/80fc7a2bcf42a704089a57dcde69074472885fc8))
9+
10+
11+
### Bug Fixes
12+
13+
* prerelease 2 ([1624b1b](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/1624b1b9b7476040b627476ba036ecfe7aff93fc))
14+
315
## [1.1.1](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/compare/pkg-a-v1.1.0...pkg-a-v1.1.1) (2024-06-16)
416

517

packages/pkg-a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg-a",
3-
"version": "1.1.1-prerelease.2",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/pkg-b/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/compare/pkg-b-v1.0.0...pkg-b-v1.0.1) (2024-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **pkg-b:** fix ([8ac8157](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/8ac81575ffa35236420c87f633de1a3a76a278b3))
9+
* prerelease 1 ([eae8ceb](https://github.com/Joseph-Hwang-Learning-Note/release-please-playground/commit/eae8ceb6a00f8cb1c982d5bb9470bfe6752b41f7))
10+
311
## 1.0.0 (2023-12-20)
412

513

packages/pkg-b/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pkg-b",
3-
"version": "1.0.1-prerelease.1",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)