-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): releases packages (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4da6f07
commit b453a02
Showing
5 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"packages/a": "0.1.0", | ||
"packages/b": "0.1.0" | ||
"packages/a": "0.1.1", | ||
"packages/b": "0.1.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.1.1](https://github.com/leavesster/release-please-monorepo-example/compare/[email protected]) (2024-08-01) | ||
|
||
|
||
### Features | ||
|
||
* add package a and b in root package ([ae3a175](https://github.com/leavesster/release-please-monorepo-example/commit/ae3a175f03bd1b4634119617b9e4143cd6729431)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "a", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.1.1](https://github.com/leavesster/release-please-monorepo-example/compare/[email protected]) (2024-08-01) | ||
|
||
|
||
### Features | ||
|
||
* add package a and b in root package ([ae3a175](https://github.com/leavesster/release-please-monorepo-example/commit/ae3a175f03bd1b4634119617b9e4143cd6729431)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "b", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|