From 602680056c586cc0cc8e36b2e7c4549b291c4517 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:42:11 -0400 Subject: [PATCH] 0.3.0 (#100) * 0.3.0 * chore: update changelog * chore: update snap hash * chore: update changelog --------- Co-authored-by: github-actions Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com> --- package.json | 2 +- packages/site/CHANGELOG.md | 7 ++++++- packages/site/package.json | 2 +- packages/snap/CHANGELOG.md | 7 ++++++- packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 4 ++-- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b3909e9c..823a87f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring", - "version": "0.2.4", + "version": "0.3.0", "private": true, "description": "A simple keyring snap that integrates with MetaMask accounts.", "keywords": [ diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 6ad38683..8a5c6a04 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] +### Changed +- **BREAKING:** Use `onKeyringRequest` to handle keyring methods ([#97](https://github.com/MetaMask/snap-simple-keyring/pull/97)). + ## [0.2.4] ### Added - Add update button ([#93](https://github.com/MetaMask/snap-simple-keyring/pull/93)). @@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.4...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.4...v0.3.0 [0.2.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.1...v0.2.2 diff --git a/packages/site/package.json b/packages/site/package.json index bf20af23..4df1b940 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-site", - "version": "0.2.4", + "version": "0.3.0", "private": true, "license": "(MIT-0 OR Apache-2.0)", "scripts": { diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 926b7498..70f8a0f0 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] +### Changed +- **BREAKING:** Use `onKeyringRequest` to handle keyring methods ([#97](https://github.com/MetaMask/snap-simple-keyring/pull/97)). + ## [0.2.4] ### Fixed - Fix Snap and Extension are out of sync when creating/removing account ([#95](https://github.com/MetaMask/snap-simple-keyring/pull/95)). @@ -56,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.4...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.4...v0.3.0 [0.2.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.1...v0.2.2 diff --git a/packages/snap/package.json b/packages/snap/package.json index 0b603aa9..bfda6f52 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-snap", - "version": "0.2.4", + "version": "0.3.0", "description": "A simple keyring snap that integrates with MetaMask accounts.", "keywords": [ "metamask", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 07510a75..0d5eb8d2 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.3.0", "description": "An example of a key management snap for a simple keyring.", "proposedName": "MetaMask Simple Snap Keyring", "repository": { @@ -7,7 +7,7 @@ "url": "git+https://github.com/MetaMask/snap-simple-keyring.git" }, "source": { - "shasum": "uVAbDvxL04+yb5nF3mSpyWtY3IX/pEzKplTOyf6yPVk=", + "shasum": "D5e0rnba5O/HqWtNgBbvgu8Q6VSZQTnCLUqBLQEdhtg=", "location": { "npm": { "filePath": "dist/bundle.js",