Skip to content

Commit

Permalink
chore(master): release filsnap 1.1.0 (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
1 parent fcf5463 commit 542590d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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.0.3",
"packages/snap": "1.1.0",
"packages/adapter": "1.0.2",
"packages/adapter-react": "1.0.1"
}
12 changes: 12 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* **snap:** add basic onHomePage and onInstall handlers ([ad5f28c](https://github.com/filecoin-project/filsnap/commit/ad5f28c19c913cfe1a45a1bf769fca5397373417))


### Bug Fixes

* moved provider type to adapter, updated to mm v12 ([56da6b5](https://github.com/filecoin-project/filsnap/commit/56da6b5cafe7ea85ef1b9944dd828c8ae30f483b))

## [1.0.3](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.2...filsnap-v1.0.3) (2024-07-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.0.5",
"version": "1.1.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.0.5",
"version": "1.1.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

0 comments on commit 542590d

Please sign in to comment.