Skip to content

Commit

Permalink
chore(main): releases packages (#12)
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 Aug 1, 2024
1 parent 4da6f07 commit b453a02
Show file tree
Hide file tree
Showing 5 changed files with 20 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.1.1",
"packages/b": "0.1.1"
}
8 changes: 8 additions & 0 deletions packages/a/CHANGELOG.md
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))
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.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/b/CHANGELOG.md
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))
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.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b453a02

Please sign in to comment.