Skip to content

Commit

Permalink
chore(master): release filsnap 1.0.1 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 10, 2023
1 parent 7f801ff commit 8c61041
Show file tree
Hide file tree
Showing 4 changed files with 11 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.0",
"packages/snap": "1.0.1",
"packages/adapter": "1.0.0",
"packages/adapter-react": "0.1.0"
}
8 changes: 8 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.0...filsnap-v1.0.1) (2023-10-10)


### Bug Fixes

* add origin data to the signature dialogs ([6ddb227](https://github.com/filecoin-project/filsnap/commit/6ddb227738ed3aa041c18131eee65a98e17acdf4))
* change naming to Filecoin Wallet ([54c2783](https://github.com/filecoin-project/filsnap/commit/54c2783c6d0f1852c6f83a07dd38cf5f6ba5e314))

## [1.0.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.5.0...filsnap-v1.0.0) (2023-09-12)


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.0",
"version": "1.0.1",
"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.0",
"version": "1.0.1",
"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",
"repository": {
Expand Down

0 comments on commit 8c61041

Please sign in to comment.