From ca7ac64bd41ead4236abaafd544b33ba8c111736 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 12 Sep 2023 16:53:31 +0100 Subject: [PATCH] chore(master): release filsnap 1.0.0 (#77) --- .github/release-please-manifest.json | 2 +- packages/snap/CHANGELOG.md | 18 ++++++++++++++++++ packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 6 +++--- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 1b7635cf..27cf9e38 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/snap": "0.5.0", + "packages/snap": "1.0.0", "packages/adapter": "0.3.0", "packages/adapter-react": "0.0.3" } diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 62260adc..bb607205 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.5.0...filsnap-v1.0.0) (2023-09-12) + + +### ⚠ BREAKING CHANGES + +* more UI info, remove Messages, origin scoped config, private key export only in the UI and more + +### Features + +* more UI info, remove Messages, origin scoped config, private key export only in the UI and more ([1a8715f](https://github.com/filecoin-project/filsnap/commit/1a8715f42cfc9f721e8faab8a7a2610f53592f94)), closes [#72](https://github.com/filecoin-project/filsnap/issues/72) [#70](https://github.com/filecoin-project/filsnap/issues/70) [#69](https://github.com/filecoin-project/filsnap/issues/69) [#68](https://github.com/filecoin-project/filsnap/issues/68) [#66](https://github.com/filecoin-project/filsnap/issues/66) +* update mm and others ([#60](https://github.com/filecoin-project/filsnap/issues/60)) ([06dd585](https://github.com/filecoin-project/filsnap/commit/06dd5858af23b47907ba32b2a16e3de756476845)) + + +### Bug Fixes + +* remove flask detection code ([776c41b](https://github.com/filecoin-project/filsnap/commit/776c41b4eb8bac08a6f8d17cf83d157fb047fe34)), closes [#62](https://github.com/filecoin-project/filsnap/issues/62) +* remove programatic private key export and add more info to the UI elements ([c88a9ee](https://github.com/filecoin-project/filsnap/commit/c88a9ee1359e9a35735ce5d7b18b4cfcd2de0326)), closes [#67](https://github.com/filecoin-project/filsnap/issues/67) + ## [0.5.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.4.1...filsnap-v0.5.0) (2023-08-01) diff --git a/packages/snap/package.json b/packages/snap/package.json index e14b7f8f..81374b3a 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "filsnap", - "version": "0.5.0", + "version": "1.0.0", "description": "Filsnap - Metamask snap to interact with Filecoin dapps.", "license": "(Apache-2.0 AND MIT)", "author": "Protocol Labs", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 6ae5a3e8..63426d98 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,7 +1,7 @@ { - "version": "0.5.0", - "description": "Connect to Filecoin dapps using Metamask. Manage Filecoin accounts, send FIL to Native and FEVM accounts and enable FEVM transaction insights.", - "proposedName": "Filecoin Wallet", + "version": "1.0.0", + "description": "Metamask snap to enable developers to add Filecoin integration to their dapps.", + "proposedName": "Filecoin Snap", "repository": { "type": "git", "url": "https://github.com/filecoin-project/filsnap.git"