Skip to content

Commit

Permalink
chore(master): release filsnap 1.0.2 (#166)
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>
Co-authored-by: Dave Justice <meandave@protonmail.com>
  • Loading branch information
github-actions[bot] and meandavejustice committed Mar 7, 2024
1 parent ef1f4dc commit e05da99
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.1",
"packages/snap": "1.0.2",
"packages/adapter": "1.0.1",
"packages/adapter-react": "0.1.1"
}
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.2](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.0.1...filsnap-v1.0.2) (2024-03-07)


### Bug Fixes

* collisions with other wallet providers ([#162](https://github.com/filecoin-project/filsnap/issues/162)) ([a166ddb](https://github.com/filecoin-project/filsnap/commit/a166ddb189282b3c327dc411b57b857064765335))
* fix metamask updates ([#163](https://github.com/filecoin-project/filsnap/issues/163)) ([4aa9642](https://github.com/filecoin-project/filsnap/commit/4aa96421f871388e3804a4f99e626bd090a46248))

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


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.1",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"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 e05da99

Please sign in to comment.