Skip to content

Commit c528c24

Browse files
chore: release main (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e03ecc4 commit c528c24

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/package-a": "2.1.2",
2+
"packages/package-a": "2.1.3",
33
"packages/package-b": "3.1.0",
44
"packages/package-c": "4.1.0"
55
}

packages/package-a/CHANGELOG.md

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

3+
## [2.1.3](https://github.com/tasshi-playground/demo-monorepo-release-please/compare/[email protected]) (2022-06-30)
4+
5+
6+
### Bug Fixes
7+
8+
* update README.md ([e03ecc4](https://github.com/tasshi-playground/demo-monorepo-release-please/commit/e03ecc4349c7dcebb7de4280cf99519760b05b0e))
9+
310
## [2.1.2](https://github.com/tasshi-playground/demo-monorepo-release-please/compare/package-a-v2.1.1...package-a-v2.1.2) (2022-06-29)
411

512

packages/package-a/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tasshi/package-a",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"main": "index.js",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)