Skip to content

Commit

Permalink
chore(master): release filsnap-adapter-react 0.0.3 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Jul 30, 2023
1 parent 18233ee commit 3ea9191
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/snap": "0.4.1",
"packages/adapter": "0.2.0",
"packages/adapter-react": "0.0.2"
"packages/adapter-react": "0.0.3"
}
7 changes: 7 additions & 0 deletions packages/adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.3](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v0.0.2...filsnap-adapter-react-v0.0.3) (2023-07-29)


### Bug Fixes

* improve docs and type descriptions ([b6c95cc](https://github.com/filecoin-project/filsnap/commit/b6c95ccde12b015812721abaf90d970b1a1a82e4))

## [0.0.2](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v0.0.1...filsnap-adapter-react-v0.0.2) (2023-07-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filsnap-adapter-react",
"version": "0.0.2",
"version": "0.0.3",
"description": "Context and hook for filsnap adapter.",
"license": "(Apache-2.0 AND MIT)",
"author": "Protocol Labs",
Expand Down

0 comments on commit 3ea9191

Please sign in to comment.