Skip to content

Commit 1d50987

Browse files
committed
Merge branch 'master' of github.com:filecoin-project/filsnap
* 'master' of github.com:filecoin-project/filsnap: chore(master): release filsnap-adapter 3.3.8 (#417) chore(master): release filsnap 1.9.3 (#418)
2 parents 0a120a2 + 620517f commit 1d50987

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/snap": "1.9.2",
3-
"packages/adapter": "3.3.7",
2+
"packages/snap": "1.9.3",
3+
"packages/adapter": "3.3.8",
44
"packages/adapter-react": "2.0.5"
55
}

packages/adapter/CHANGELOG.md

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

3+
## [3.3.8](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v3.3.7...filsnap-adapter-v3.3.8) (2025-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fix filsnap version ([3cd859e](https://github.com/filecoin-project/filsnap/commit/3cd859e17d445644c83cb6072631a4a82ccbb3bf))
9+
310
## [3.3.7](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v3.3.6...filsnap-adapter-v3.3.7) (2025-10-14)
411

512

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": "3.3.7",
4+
"version": "3.3.8",
55
"description": "Adapter for installing Filsnap",
66
"author": "Protocol Labs",
77
"license": "(Apache-2.0 AND MIT)",

packages/snap/CHANGELOG.md

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

3+
## [1.9.3](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.9.2...filsnap-v1.9.3) (2025-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* fix build ([596c6fd](https://github.com/filecoin-project/filsnap/commit/596c6fd9dab60b81a234403f61615afa9be810fa))
9+
310
## [1.9.2](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.9.1...filsnap-v1.9.2) (2025-10-14)
411

512

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "filsnap",
33
"type": "module",
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"description": "Connect to Filecoin dapps using Metamask. Manage Filecoin accounts, send FIL to Native and FEVM accounts and enable FEVM transaction insights.",
66
"author": "Protocol Labs",
77
"license": "(Apache-2.0 AND MIT)",

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.9.2",
2+
"version": "1.9.3",
33
"description": "Enhances MetaMask with native Filecoin address support (e.g. f1 addresses). (Not needed for the Filecoin EVM.)",
44
"proposedName": "Filecoin Wallet",
55
"repository": {

0 commit comments

Comments
 (0)