Skip to content

Commit

Permalink
chore(main): releases packages (#16)
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 772d8aa commit c85c161
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/a": "0.1.1",
"packages/a": "0.1.2",
"packages/b": "0.1.1"
}
7 changes: 7 additions & 0 deletions packages/a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/leavesster/release-please-monorepo-example/compare/[email protected]@0.1.2) (2024-08-01)


### Features

* export aa ([772d8aa](https://github.com/leavesster/release-please-monorepo-example/commit/772d8aa58811f3b17421a479061f8282b6495758))

## [0.1.1](https://github.com/leavesster/release-please-monorepo-example/compare/[email protected]) (2024-08-01)


Expand Down
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.1",
"version": "0.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c85c161

Please sign in to comment.