Skip to content

Commit

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

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2024
1 parent 25c284d commit b6c15a5
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.1",
"version": "0.4.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.4.2]

### Changed

- Bump `@metamask/keyring-api` from `^8.0.2` to `^8.1.3` ([#141](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/141))
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).

## [0.4.1]

### Changed
Expand Down Expand Up @@ -52,7 +59,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.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD
[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
[0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.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.1",
"version": "0.4.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.4.2]

### Changed

- Bump `@metamask/keyring-api` from `^8.0.2` to `^8.1.3` ([#141](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/141))
- This version is now built slightly differently and is part of the [accounts monorepo](https://github.com/MetaMask/accounts).

## [0.4.1]

## [0.4.0]
Expand Down Expand Up @@ -55,7 +62,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.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.4.2...HEAD
[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
[0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.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.1",
"version": "0.4.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.4.1",
"version": "0.4.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": "7tU0wyKtdu97f6cLTRKThGLrVUB98ZU0uX/35ulzFRY=",
"shasum": "yClpEKuFXRgeR0x2QliJwNa02kOvFDuC8KvqzYoyXC0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit b6c15a5

Please sign in to comment.