Skip to content

Commit b6c15a5

Browse files
github-actions[bot]github-actionsccharly
authored
0.4.2 (#142)
This is the release candidate for version 0.4.2. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
1 parent 25c284d commit b6c15a5

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-account-abstraction-keyring-monorepo",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
66
"keywords": [

packages/site/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/keyring-api` from `^8.0.2` to `^8.1.3` ([#141](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/141))
15+
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).
16+
1017
## [0.4.1]
1118

1219
### Changed
@@ -52,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5259

5360
- Initial release.
5461

55-
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...HEAD
62+
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD
63+
[0.4.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...v0.4.2
5664
[0.4.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.0...v0.4.1
5765
[0.4.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...v0.4.0
5866
[0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.0

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-account-abstraction-keyring-site",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"license": "(MIT-0 OR Apache-2.0)",
66
"scripts": {

packages/snap/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/keyring-api` from `^8.0.2` to `^8.1.3` ([#141](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/141))
15+
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).
16+
1017
## [0.4.1]
1118

1219
## [0.4.0]
@@ -55,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5562

5663
- Initial release.
5764

58-
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...HEAD
65+
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD
66+
[0.4.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...v0.4.2
5967
[0.4.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.0...v0.4.1
6068
[0.4.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...v0.4.0
6169
[0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.0

packages/snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-account-abstraction-keyring",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
55
"keywords": [
66
"metamask",

packages/snap/snap.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"version": "0.4.1",
2+
"version": "0.4.2",
33
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
44
"proposedName": "MetaMask Account Abstraction Snap Keyring",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/MetaMask/snap-account-abstraction-keyring.git"
88
},
99
"source": {
10-
"shasum": "7tU0wyKtdu97f6cLTRKThGLrVUB98ZU0uX/35ulzFRY=",
10+
"shasum": "yClpEKuFXRgeR0x2QliJwNa02kOvFDuC8KvqzYoyXC0=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)