Skip to content

Commit

Permalink
Merge pull request #2 from remarkablemark/release-please/branches/master
Browse files Browse the repository at this point in the history
chore: release master
  • Loading branch information
remarkablemark authored Sep 21, 2021
2 parents e9f1e20 + c6b1ebc commit 56005ab
Show file tree
Hide file tree
Showing 3 changed files with 10 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 +1 @@
{"packages/package-a":"1.0.0"}
{"packages/package-a":"1.0.0","packages/package-b":"1.0.0"}
8 changes: 8 additions & 0 deletions packages/package-b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2021-09-21)


### Features

* add package-b package.json ([eb2af92](https://www.github.com/remarkablemark/release-please-manifest-demo/commit/eb2af921dd1900aefa4bd75a7ddd19549d82b533))
2 changes: 1 addition & 1 deletion packages/package-b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-b",
"version": "0.0.0",
"version": "1.0.0",
"dependencies": {
"package-a": "1.0.0"
}
Expand Down

0 comments on commit 56005ab

Please sign in to comment.