Skip to content

Commit e1f562c

Browse files
github-actions[bot]github-actionsccharly
authored
0.5.0 (#167)
This is the release candidate for version 0.5.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
1 parent 9364b6c commit e1f562c

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.2",
3+
"version": "0.5.0",
44
"private": true,
55
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
66
"keywords": [

packages/site/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0]
11+
12+
### Changed
13+
14+
- Use new `keyring-api` modules layout ([#166](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/166))
15+
1016
## [0.4.2]
1117

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

6066
- Initial release.
6167

62-
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD
68+
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.5.0...HEAD
69+
[0.5.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...v0.5.0
6370
[0.4.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...v0.4.2
6471
[0.4.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.0...v0.4.1
6572
[0.4.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...v0.4.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.2",
3+
"version": "0.5.0",
44
"private": true,
55
"license": "(MIT-0 OR Apache-2.0)",
66
"scripts": {

packages/snap/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Provide `scopes` field to `KeyringAccount` during account creation ([#166](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/166))
15+
- Bump `@metamask/keyring-api` from `^8.1.3` to `^13.0.0`.
16+
- Compatible with `@metamask/eth-snap-keyring@^7.1.0`.
17+
1018
## [0.4.2]
1119

1220
### Changed
@@ -62,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6270

6371
- Initial release.
6472

65-
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD
73+
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.5.0...HEAD
74+
[0.5.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...v0.5.0
6675
[0.4.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.1...v0.4.2
6776
[0.4.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.0...v0.4.1
6877
[0.4.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...v0.4.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.2",
3+
"version": "0.5.0",
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.2",
2+
"version": "0.5.0",
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": "0cztxJAPmGDoD2i83uWtZxMHDJpRDhk0CNKXrdC+TBs=",
10+
"shasum": "maaDDproS3WejIacAVdX2Sa8dJnIJZlWc2NL0vp+Tu8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)