Skip to content

Commit

Permalink
chore(master): release filsnap-adapter-react 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 12, 2023
1 parent 1a8715f commit 58da860
Show file tree
Hide file tree
Showing 3 changed files with 14 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.5.0",
"packages/adapter": "0.3.0",
"packages/adapter-react": "0.0.3"
"packages/adapter-react": "0.1.0"
}
12 changes: 12 additions & 0 deletions packages/adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.0](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v0.0.3...filsnap-adapter-react-v0.1.0) (2023-09-12)


### Features

* update mm and others ([#60](https://github.com/filecoin-project/filsnap/issues/60)) ([06dd585](https://github.com/filecoin-project/filsnap/commit/06dd5858af23b47907ba32b2a16e3de756476845))


### Bug Fixes

* fix error prop and mount useEffect dependencies ([8e03461](https://github.com/filecoin-project/filsnap/commit/8e0346103d8da37fa99284baf2eb02b6315257e1))

## [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)


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.3",
"version": "0.1.0",
"description": "Context and hook for filsnap adapter.",
"license": "(Apache-2.0 AND MIT)",
"author": "Protocol Labs",
Expand Down

0 comments on commit 58da860

Please sign in to comment.