Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release filsnap 1.2.0 #253

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/snap": "1.2.0",
"packages/adapter": "2.0.1",
"packages/adapter-react": "2.0.0"
}
16 changes: 16 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.2.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.1.0...filsnap-v1.2.0) (2024-10-29)


### Features

* add filsnap.dev and glif.io to initialConnections ([53fb49a](https://github.com/filecoin-project/filsnap/commit/53fb49a064407206e80c7ded49c1ee451e848bbb))


### Bug Fixes

* fix account safe return ([b6c4f6a](https://github.com/filecoin-project/filsnap/commit/b6c4f6a25a6d060dffd9f5c8f4437aa8eb27e933))
* fix chain names to avoid metamask warnings ([814317f](https://github.com/filecoin-project/filsnap/commit/814317f1cee92cd40061837ac1e5a6837f4cf108))
* setup internal config on update and default to mainnet ([fd4d8ca](https://github.com/filecoin-project/filsnap/commit/fd4d8ca5de5a4e2bfb42c77f31aff87a13e6686b))
* update dialogs to JSX and some minor improvements to the UI ([18dd299](https://github.com/filecoin-project/filsnap/commit/18dd299f582d554be5d3caf4255f7e4493beaf24))
* update jsx components and mm-snap cli ([ff39df1](https://github.com/filecoin-project/filsnap/commit/ff39df1bb2e311c8c386c6b139832d3379b32bdd))

## [1.1.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.3...filsnap-v1.1.0) (2024-09-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filsnap",
"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"description": "Connect to Filecoin dapps using Metamask. Manage Filecoin accounts, send FIL to Native and FEVM accounts and enable FEVM transaction insights.",
"author": "Protocol Labs",
"license": "(Apache-2.0 AND MIT)",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.2.0",
"description": "Enhances MetaMask with native Filecoin address support (e.g. f1 addresses). (Not needed for the Filecoin EVM.)",
"proposedName": "Filecoin Wallet",
"repository": {
Expand Down