Skip to content

Commit 85f6a20

Browse files
chore(master): release filsnap 1.2.0 (#253)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hugo Dias <[email protected]>
1 parent 789dd5c commit 85f6a20

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/snap": "1.1.0",
2+
"packages/snap": "1.2.0",
33
"packages/adapter": "2.0.1",
44
"packages/adapter-react": "2.0.0"
55
}

packages/snap/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.1.0...filsnap-v1.2.0) (2024-10-29)
4+
5+
6+
### Features
7+
8+
* add filsnap.dev and glif.io to initialConnections ([53fb49a](https://github.com/filecoin-project/filsnap/commit/53fb49a064407206e80c7ded49c1ee451e848bbb))
9+
10+
11+
### Bug Fixes
12+
13+
* fix account safe return ([b6c4f6a](https://github.com/filecoin-project/filsnap/commit/b6c4f6a25a6d060dffd9f5c8f4437aa8eb27e933))
14+
* fix chain names to avoid metamask warnings ([814317f](https://github.com/filecoin-project/filsnap/commit/814317f1cee92cd40061837ac1e5a6837f4cf108))
15+
* setup internal config on update and default to mainnet ([fd4d8ca](https://github.com/filecoin-project/filsnap/commit/fd4d8ca5de5a4e2bfb42c77f31aff87a13e6686b))
16+
* update dialogs to JSX and some minor improvements to the UI ([18dd299](https://github.com/filecoin-project/filsnap/commit/18dd299f582d554be5d3caf4255f7e4493beaf24))
17+
* update jsx components and mm-snap cli ([ff39df1](https://github.com/filecoin-project/filsnap/commit/ff39df1bb2e311c8c386c6b139832d3379b32bdd))
18+
319
## [1.1.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.3...filsnap-v1.1.0) (2024-09-03)
420

521

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.1.0",
4+
"version": "1.2.0",
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.1.0",
2+
"version": "1.2.0",
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)