diff --git a/package.json b/package.json index eb96186f..cb39b674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring", - "version": "0.2.1", + "version": "0.2.2", "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 546b8d74..13f6d6e4 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] +### Added +- Let the dapp specifies the Snap version to install ([#72](https://github.com/MetaMask/snap-simple-keyring/pull/72)) +- Add dapp version to header ([#71](https://github.com/MetaMask/snap-simple-keyring/pull/71)) + +### Fixed +- Disable async-sync toggle if snap is not installed ([#77](https://github.com/MetaMask/snap-simple-keyring/pull/77)) + ## [0.2.1] ### Changed - Align button and request result with action name ([#66](https://github.com/MetaMask/snap-simple-keyring/pull/66)). @@ -45,7 +53,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.3...v0.1.4 diff --git a/packages/site/package.json b/packages/site/package.json index 1258be93..0a8b4bff 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-site", - "version": "0.2.1", + "version": "0.2.2", "private": true, "license": "(MIT-0 OR Apache-2.0)", "scripts": { diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 600374a9..a829da16 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.2.2] +### Fixed +- Persist snap state after switching between sync <-> async ([#76](https://github.com/MetaMask/snap-simple-keyring/pull/76)) + ## [0.2.1] ### Changed - Migrate to new `keyring-api` version (0.2.x) ([#64](https://github.com/MetaMask/snap-simple-keyring/pull/64)). @@ -41,7 +45,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.1.3...v0.1.4 diff --git a/packages/snap/package.json b/packages/snap/package.json index 8c007fa9..ce323858 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-snap", - "version": "0.2.1", + "version": "0.2.2", "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 e0890fe6..861edb1f 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.2.2", "description": "An example of a key management snap for a simple keyring.", "proposedName": "MetaMask Snap Simple Keyring", "repository": { @@ -7,7 +7,7 @@ "url": "git+https://github.com/MetaMask/snap-simple-keyring.git" }, "source": { - "shasum": "93ed/SZcYIEKzgfDgkyuFNCZu3UerHwFO0dTfjKr2bc=", + "shasum": "W174ptxQv71xllsW8NbFOOT1NHE+SyMA2gJBm1f6glo=", "location": { "npm": { "filePath": "dist/bundle.js",