From 768210aa9c56af134e72564e096d9b73898f7519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:08:11 +0200 Subject: [PATCH] 1.0.1 (#109) * 1.0.1 * chore: update changelog * chore: update snap hash --------- Co-authored-by: github-actions Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com> --- package.json | 2 +- packages/site/CHANGELOG.md | 2 +- packages/snap/CHANGELOG.md | 11 +++++++++-- packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 97be9b69..bc486838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring", - "version": "1.0.0", + "version": "1.0.1", "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 415ae5fc..8daae540 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add alert banner for users ([#104](https://github.com/MetaMask/snap-simple-keyring/pull/104)) +- Add alert banner for users ([#104](https://github.com/MetaMask/snap-simple-keyring/pull/104)). ## [0.4.0] diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 32c372b5..4714da19 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] + +### Changed + +- Remove logs from Snap ([#108](https://github.com/MetaMask/snap-simple-keyring/pull/108)). + ## [1.0.0] ### Changed -- Remove http://localhost:8000 from allowed origins ([#106](https://github.com/MetaMask/snap-simple-keyring/pull/106)) +- Remove from allowed origins ([#106](https://github.com/MetaMask/snap-simple-keyring/pull/106)). ## [0.4.0] @@ -98,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.4.0...v1.0.0 [0.4.0]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/MetaMask/snap-simple-keyring/compare/v0.3.0...v0.3.1 diff --git a/packages/snap/package.json b/packages/snap/package.json index f6d72291..e2e27e97 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-simple-keyring-snap", - "version": "1.0.0", + "version": "1.0.1", "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 161d8bed..f37ffbe0 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "1.0.1", "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": "nUXC7PvZod2V+cy1s0J/VVFPhQV7Gunh13i77J9fYhM=", + "shasum": "rBefvbSfjNsvzlhzUTNwlqk9lAecu/X7cP1ZOC/Wa2A=", "location": { "npm": { "filePath": "dist/bundle.js",