Skip to content

Commit

Permalink
chore(master): release filsnap-adapter 2.0.0 (#251)
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 542590d commit 7b44d5b
Show file tree
Hide file tree
Showing 3 changed files with 19 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": "1.0.2",
"packages/adapter": "2.0.0",
"packages/adapter-react": "1.0.1"
}
17 changes: 17 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider

### Features

* add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider ([94f8792](https://github.com/filecoin-project/filsnap/commit/94f8792ef962336609b7e9303c785800e469a76f))
* **snap:** add basic onHomePage and onInstall handlers ([ad5f28c](https://github.com/filecoin-project/filsnap/commit/ad5f28c19c913cfe1a45a1bf769fca5397373417))


### Bug Fixes

* keep trying to find mm provider ([6f0096f](https://github.com/filecoin-project/filsnap/commit/6f0096f44bd59183c301ec602e1291b3f4a0f577))

## [1.0.2](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v1.0.1...filsnap-adapter-v1.0.2) (2024-07-03)


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

0 comments on commit 7b44d5b

Please sign in to comment.