Skip to content

Commit 542590d

Browse files
chore(master): release filsnap 1.1.0 (#249)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcf5463 commit 542590d

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
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
{
2-
"packages/snap": "1.0.3",
2+
"packages/snap": "1.1.0",
33
"packages/adapter": "1.0.2",
44
"packages/adapter-react": "1.0.1"
55
}

packages/snap/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.3...filsnap-v1.1.0) (2024-09-03)
4+
5+
6+
### Features
7+
8+
* **snap:** add basic onHomePage and onInstall handlers ([ad5f28c](https://github.com/filecoin-project/filsnap/commit/ad5f28c19c913cfe1a45a1bf769fca5397373417))
9+
10+
11+
### Bug Fixes
12+
13+
* moved provider type to adapter, updated to mm v12 ([56da6b5](https://github.com/filecoin-project/filsnap/commit/56da6b5cafe7ea85ef1b9944dd828c8ae30f483b))
14+
315
## [1.0.3](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.2...filsnap-v1.0.3) (2024-07-03)
416

517

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