Skip to content

Commit

Permalink
chore: release main (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 24, 2024
1 parent 86a90f7 commit 6a11582
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
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.2.0",
"packages/b": "0.2.0"
}
9 changes: 9 additions & 0 deletions packages/a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.2.0](https://github.com/leavesster/monorepo-changelog-example/compare/b-v0.1.0...b-v0.2.0) (2024-03-23)


### Features

* add package a and b in root package ([ae3a175](https://github.com/leavesster/monorepo-changelog-example/commit/ae3a175f03bd1b4634119617b9e4143cd6729431))
* export b in package b ([272bc14](https://github.com/leavesster/monorepo-changelog-example/commit/272bc14f6eb98490a7b85a680312eba71cc485ed))
2 changes: 1 addition & 1 deletion packages/a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.2.0](https://github.com/leavesster/monorepo-changelog-example/compare/a-v0.1.0...a-v0.2.0) (2024-03-23)


### Features

* add package a and b in root package ([ae3a175](https://github.com/leavesster/monorepo-changelog-example/commit/ae3a175f03bd1b4634119617b9e4143cd6729431))
* export a in package a ([4aaf4e5](https://github.com/leavesster/monorepo-changelog-example/commit/4aaf4e5db01e7dda5fe2a32d2d70ecf2fe1ee8b0))
2 changes: 1 addition & 1 deletion packages/b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "b",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6a11582

Please sign in to comment.