Skip to content

Commit 754c67a

Browse files
github-actions[bot]github-actionsmontelaidev
authored
0.2.1 (#41)
This is the release candidate for version 0.2.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Monte Lai <monte.lai@consensys.net>
1 parent 1ff3220 commit 754c67a

File tree

6 files changed

+17
-7
lines changed

6 files changed

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

packages/site/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.1]
11+
1012
## [0.2.0]
1113

1214
### Changed
@@ -20,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022

2123
- Initial release.
2224

23-
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.0...HEAD
25+
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.1...HEAD
26+
[0.2.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.0...v0.2.1
2427
[0.2.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.1.0...v0.2.0
2528
[0.1.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/releases/tag/v0.1.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.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"license": "(MIT-0 OR Apache-2.0)",
66
"scripts": {

packages/snap/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.2.1]
11+
12+
### Changed
13+
14+
- Bump keyring-api dependency ([#26](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/26))
15+
1016
## [0.2.0]
1117

1218
### Added
@@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531

2632
- Initial release.
2733

28-
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.0...HEAD
34+
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.1...HEAD
35+
[0.2.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.0...v0.2.1
2936
[0.2.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.1.0...v0.2.0
3037
[0.1.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/releases/tag/v0.1.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.2.0",
3+
"version": "0.2.1",
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.2.0",
2+
"version": "0.2.1",
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": "PaNUMwvTKDzxh7nsv8g7L5BMHZNNkEe9zrt3FBbb3Oc=",
10+
"shasum": "pt02N6pkR03Z5R//e9KzAHQG4DDycIHqqzfC2LXedTA=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

0 commit comments

Comments
 (0)