Skip to content

Commit

Permalink
chore(master): release filsnap 1.0.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 12, 2023
1 parent 980141e commit ca7ac64
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 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": "0.5.0",
"packages/snap": "1.0.0",
"packages/adapter": "0.3.0",
"packages/adapter-react": "0.0.3"
}
18 changes: 18 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ca7ac64

Please sign in to comment.