Skip to content

Commit

Permalink
chore(master): release filsnap-adapter-react 2.0.1 (#270)
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>
Co-authored-by: Hugo Dias <hugomrdias@gmail.com>
  • Loading branch information
github-actions[bot] and hugomrdias authored Oct 29, 2024
1 parent 83a9de3 commit 0caec0b
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": "1.2.0",
"packages/adapter": "2.0.2",
"packages/adapter-react": "2.0.0"
"packages/adapter-react": "2.0.1"
}
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

## [2.0.1](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v2.0.0...filsnap-adapter-react-v2.0.1) (2024-10-29)


### Bug Fixes

* disconnect when changing to a non filecoin chain ([81faada](https://github.com/filecoin-project/filsnap/commit/81faada04637d57b142dbc5276c5ae76401388f4))

## [2.0.0](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v1.0.1...filsnap-adapter-react-v2.0.0) (2024-09-03)


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

0 comments on commit 0caec0b

Please sign in to comment.