From 87b2bd21d14fc4902a48341f9311d3dcb17bb629 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:37:08 +0200 Subject: [PATCH] 0.1.2 (#38) * 0.1.2 * chore(deps): bump @metamask/providers from 11.0.0 to 11.1.0 Bumps [@metamask/providers](https://github.com/MetaMask/providers) from 11.0.0 to 11.1.0. - [Release notes](https://github.com/MetaMask/providers/releases) - [Changelog](https://github.com/MetaMask/providers/blob/main/CHANGELOG.md) - [Commits](https://github.com/MetaMask/providers/compare/v11.0.0...v11.1.0) --- updated-dependencies: - dependency-name: "@metamask/providers" dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: update changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: github-actions Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com> --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624007b2..7e216626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] +### Changed +- Remove unused `#listAccounts()` method. ([#35](https://github.com/MetaMask/eth-snap-keyring/pull/35)) + +### Fixed +- Sync all accounts on snap notificaiton. ([#36](https://github.com/MetaMask/eth-snap-keyring/pull/36)) +- Don't sync accounts twice on deletion. ([#32](https://github.com/MetaMask/eth-snap-keyring/pull/32)) + ## [0.1.1] ### Changed - Use objects in snap -> controller methods. ([#28](https://github.com/MetaMask/eth-snap-keyring/pull/28)) @@ -16,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/MetaMask/eth-snap-keyring/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 5577db40..b0d63962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-snap-keyring", - "version": "0.1.1", + "version": "0.1.2", "description": "Snaps keyring bridge.", "repository": { "type": "git", diff --git a/yarn.lock b/yarn.lock index 20863ff9..80fdfc91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1153,8 +1153,8 @@ __metadata: linkType: hard "@metamask/providers@npm:^11.0.0": - version: 11.0.0 - resolution: "@metamask/providers@npm:11.0.0" + version: 11.1.0 + resolution: "@metamask/providers@npm:11.1.0" dependencies: "@metamask/object-multiplex": ^1.1.0 "@metamask/safe-event-emitter": ^3.0.0 @@ -1167,7 +1167,7 @@ __metadata: json-rpc-middleware-stream: ^4.2.1 pump: ^3.0.0 webextension-polyfill: ^0.10.0 - checksum: 49667d9d9d2ad64adf480f8a6a04199f388f7a89f38978b6f9e8b18d5fbc7a82900326956b29af68c88d54cd45e0185d2198c687bb48470669b756742159bf95 + checksum: fe62112c650d0bc2c012fcb48b6d18709866448d5ded289c85c96d683a263b63a9f60c171fb4bc2cdffc00a6c72b27343611680d72274b5778243f1366be7256 languageName: node linkType: hard