Skip to content

Commit

Permalink
chore(master): release filsnap-adapter-react 2.0.0 (#250)
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 <[email protected]>
  • Loading branch information
github-actions[bot] and hugomrdias authored Sep 3, 2024
1 parent 7b44d5b commit fa142bb
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1.0",
"packages/adapter": "2.0.0",
"packages/adapter-react": "1.0.1"
"packages/adapter-react": "2.0.0"
}
11 changes: 11 additions & 0 deletions packages/adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* add configure and disconnect methods, support reconnect on mount and sync with provider

### Features

* add configure and disconnect methods, support reconnect on mount and sync with provider ([443465b](https://github.com/filecoin-project/filsnap/commit/443465b6f75a35ca7e48222a6691c6a4f4af50e5))

## [1.0.1](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v1.0.0...filsnap-adapter-react-v1.0.1) (2024-07-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": "1.0.1",
"version": "2.0.0",
"description": "Context and hook for filsnap adapter.",
"author": "Protocol Labs",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit fa142bb

Please sign in to comment.