Skip to content

Commit

Permalink
chore(master): release filsnap-adapter-react 0.1.1 (#164)
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>
  • Loading branch information
github-actions[bot] committed Mar 7, 2024
1 parent a166ddb commit c0eb81c
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0.1",
"packages/adapter": "1.0.0",
"packages/adapter-react": "0.1.0"
"packages/adapter-react": "0.1.1"
}
8 changes: 8 additions & 0 deletions packages/adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-react-v0.1.0...filsnap-adapter-react-v0.1.1) (2024-03-06)


### Bug Fixes

* collisions with other wallet providers ([#162](https://github.com/filecoin-project/filsnap/issues/162)) ([a166ddb](https://github.com/filecoin-project/filsnap/commit/a166ddb189282b3c327dc411b57b857064765335))
* fix metamask updates ([#163](https://github.com/filecoin-project/filsnap/issues/163)) ([4aa9642](https://github.com/filecoin-project/filsnap/commit/4aa96421f871388e3804a4f99e626bd090a46248))

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


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

0 comments on commit c0eb81c

Please sign in to comment.