Skip to content

Commit

Permalink
chore(master): release filsnap-adapter-react 0.1.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 12, 2023
1 parent b644553 commit f0a8e4c
Show file tree
Hide file tree
Showing 3 changed files with 15 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.0",
"packages/adapter": "1.0.0",
"packages/adapter-react": "0.0.3"
"packages/adapter-react": "0.1.0"
}
13 changes: 13 additions & 0 deletions packages/adapter-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# 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))
* remove flask detection code ([776c41b](https://github.com/filecoin-project/filsnap/commit/776c41b4eb8bac08a6f8d17cf83d157fb047fe34)), closes [#62](https://github.com/filecoin-project/filsnap/issues/62)

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

Please sign in to comment.