Skip to content

Commit 7b44d5b

Browse files
chore(master): release filsnap-adapter 2.0.0 (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hugo Dias <[email protected]>
1 parent 542590d commit 7b44d5b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/snap": "1.1.0",
3-
"packages/adapter": "1.0.2",
3+
"packages/adapter": "2.0.0",
44
"packages/adapter-react": "1.0.1"
55
}

packages/adapter/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v1.0.2...filsnap-adapter-v2.0.0) (2024-09-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider
9+
10+
### Features
11+
12+
* add reconnect, disconnect and changeChain, add better getProvider and new connector to manage provider ([94f8792](https://github.com/filecoin-project/filsnap/commit/94f8792ef962336609b7e9303c785800e469a76f))
13+
* **snap:** add basic onHomePage and onInstall handlers ([ad5f28c](https://github.com/filecoin-project/filsnap/commit/ad5f28c19c913cfe1a45a1bf769fca5397373417))
14+
15+
16+
### Bug Fixes
17+
18+
* keep trying to find mm provider ([6f0096f](https://github.com/filecoin-project/filsnap/commit/6f0096f44bd59183c301ec602e1291b3f4a0f577))
19+
320
## [1.0.2](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v1.0.1...filsnap-adapter-v1.0.2) (2024-07-03)
421

522

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filsnap-adapter",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55
"description": "Adapter for installing Filsnap",
66
"author": "Protocol Labs",
77
"license": "(Apache-2.0 AND MIT)",

0 commit comments

Comments
 (0)