Skip to content

Commit

Permalink
0.2.2 (#48)
Browse files Browse the repository at this point in the history
This is the release candidate for version 0.2.2.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Monte Lai <[email protected]>
  • Loading branch information
3 people committed Feb 21, 2024
1 parent cf6b9ee commit 9038cd8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-account-abstraction-keyring-monorepo",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
10 changes: 9 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2]

### Changed

- Bump keyring-api in site package to (latest) 3.0.0 ([#47](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/47))
- Update snap origin ([#44](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/44))

## [0.2.1]

## [0.2.0]
Expand All @@ -22,7 +29,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.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-account-abstraction-keyring-site",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2]

### Changed

- Update chain config validation logic ([#20](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/20))
- Bump @metamask/snaps-sdk from 2.0.0 to 2.1.0 ([#37](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/37))

## [0.2.1]

### Changed
Expand All @@ -31,7 +38,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.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-account-abstraction-keyring",
"version": "0.2.1",
"version": "0.2.2",
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.1",
"version": "0.2.2",
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"proposedName": "MetaMask Account Abstraction Snap Keyring",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-account-abstraction-keyring.git"
},
"source": {
"shasum": "WtdOTE7WZr96ANFh3raYkSoWmJfNJnwUS6EVXWCPFkw=",
"shasum": "5Jila6+Ekh3meLDdJZBMKjM6Lto1P+qVUL/oKt+MZ1U=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 9038cd8

Please sign in to comment.