From b6c15a5c14f5878b5864122eab4c8794fbb495cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:14:30 +0200 Subject: [PATCH] 0.4.2 (#142) This is the release candidate for version 0.4.2. --------- Co-authored-by: github-actions Co-authored-by: Charly Chevalier --- package.json | 2 +- packages/site/CHANGELOG.md | 10 +++++++++- packages/site/package.json | 2 +- packages/snap/CHANGELOG.md | 10 +++++++++- packages/snap/package.json | 2 +- packages/snap/snap.manifest.json | 4 ++-- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 001af59..c8eeb55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-account-abstraction-keyring-monorepo", - "version": "0.4.1", + "version": "0.4.2", "private": true, "description": "An account abstraction keyring snap that integrates with MetaMask accounts.", "keywords": [ diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index 1659d1b..9fb7791 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] + +### Changed + +- Bump `@metamask/keyring-api` from `^8.0.2` to `^8.1.3` ([#141](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/141)) + - This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts). + ## [0.4.1] ### Changed @@ -52,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.0 diff --git a/packages/site/package.json b/packages/site/package.json index 555927a..6c36533 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-account-abstraction-keyring-site", - "version": "0.4.1", + "version": "0.4.2", "private": true, "license": "(MIT-0 OR Apache-2.0)", "scripts": { diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index 65f5ec6..c0137cb 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2] + +### Changed + +- Bump `@metamask/keyring-api` from `^8.0.2` to `^8.1.3` ([#141](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/141)) + - This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts). + ## [0.4.1] ## [0.4.0] @@ -55,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.0 diff --git a/packages/snap/package.json b/packages/snap/package.json index 9680ada..50122d2 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-account-abstraction-keyring", - "version": "0.4.1", + "version": "0.4.2", "description": "An account abstraction keyring snap that integrates with MetaMask accounts.", "keywords": [ "metamask", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index a5c4926..a41f522 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.4.1", + "version": "0.4.2", "description": "An account abstraction keyring snap that integrates with MetaMask accounts.", "proposedName": "MetaMask Account Abstraction Snap Keyring", "repository": { @@ -7,7 +7,7 @@ "url": "git+https://github.com/MetaMask/snap-account-abstraction-keyring.git" }, "source": { - "shasum": "7tU0wyKtdu97f6cLTRKThGLrVUB98ZU0uX/35ulzFRY=", + "shasum": "yClpEKuFXRgeR0x2QliJwNa02kOvFDuC8KvqzYoyXC0=", "location": { "npm": { "filePath": "dist/bundle.js",