From ef1f4dc21fcaed7971d7062a2ee09f50a319737c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:35:13 -0700 Subject: [PATCH] chore(master): release filsnap-adapter 1.0.1 (#165) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/adapter/CHANGELOG.md | 8 ++++++++ packages/adapter/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 80474a73..9a13107c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/snap": "1.0.1", - "packages/adapter": "1.0.0", + "packages/adapter": "1.0.1", "packages/adapter-react": "0.1.1" } diff --git a/packages/adapter/CHANGELOG.md b/packages/adapter/CHANGELOG.md index 788c3632..9667a5b8 100644 --- a/packages/adapter/CHANGELOG.md +++ b/packages/adapter/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v1.0.0...filsnap-adapter-v1.0.1) (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.0](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v0.3.0...filsnap-adapter-v1.0.0) (2023-09-12) diff --git a/packages/adapter/package.json b/packages/adapter/package.json index bedb6a3a..4a0f5dbb 100644 --- a/packages/adapter/package.json +++ b/packages/adapter/package.json @@ -1,7 +1,7 @@ { "name": "filsnap-adapter", "type": "module", - "version": "1.0.0", + "version": "1.0.1", "description": "Adapter for installing Filsnap", "author": "Protocol Labs", "license": "(Apache-2.0 AND MIT)",