Skip to content

Commit

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

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2025
1 parent 9364b6c commit e1f562c
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.4.2",
"version": "0.5.0",
"private": true,
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
9 changes: 8 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

### Changed

- Use new `keyring-api` modules layout ([#166](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/166))

## [0.4.2]

### Changed
Expand Down Expand Up @@ -59,7 +65,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...v0.5.0
[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
Expand Down
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.4.2",
"version": "0.5.0",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
11 changes: 10 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

### Changed

- **BREAKING:** Provide `scopes` field to `KeyringAccount` during account creation ([#166](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/166))
- Bump `@metamask/keyring-api` from `^8.1.3` to `^13.0.0`.
- Compatible with `@metamask/eth-snap-keyring@^7.1.0`.

## [0.4.2]

### Changed
Expand Down Expand Up @@ -62,7 +70,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...v0.5.0
[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
Expand Down
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.4.2",
"version": "0.5.0",
"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.4.2",
"version": "0.5.0",
"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": "0cztxJAPmGDoD2i83uWtZxMHDJpRDhk0CNKXrdC+TBs=",
"shasum": "maaDDproS3WejIacAVdX2Sa8dJnIJZlWc2NL0vp+Tu8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit e1f562c

Please sign in to comment.