Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 18, 2024
1 parent 3c17950 commit d4db8ac
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 22 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.2",
"version": "0.3.0",
"private": true,
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"keywords": [
Expand Down
18 changes: 10 additions & 8 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,37 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2]
## [0.3.0]
### Uncategorized
- chore(deps): update ethereumjs, and metamask dependencies ([#86](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/86))
- Fix/279-deploy-verifying-paymaster-from-frontend ([#71](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/71))
- fix: Chain config setup ([#62](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/62))
- test: increase test coverage ([#51](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/51))
- Feat: remove pending requests and associated methods ([#45](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/45))

## [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]

### Changed

- Fix updates configs to match template ([#14](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/14))
- Fix chain config for the companion dapp ([#8](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/8))

## [0.1.0] - 2024-01-15

### Added

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.0
[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
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.2.2",
"version": "0.3.0",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
23 changes: 12 additions & 11 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,45 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.2]
## [0.3.0]
### Uncategorized
- chore(deps): update ethereumjs, and metamask dependencies ([#86](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/86))
- Fix/279-deploy-verifying-paymaster-from-frontend ([#71](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/71))
- Fix undefined param for chain config ([#81](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/81))
- fix: Chain config setup ([#62](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/62))
- test: increase test coverage ([#51](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/51))
- Feat: remove pending requests and associated methods ([#45](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/45))
- test: refactor chain configuration unit test ([#49](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/49))

## [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

- Bump keyring-api dependency ([#26](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/26))

## [0.2.0]

### Added

- Add userop methods and updates account creation ([#4](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/4))
- Add contract addresses and deployment script ([#2](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/2))

### Changed

- Fix regex to support query parameters ([#13](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/13))
- Fix initcode generation ([#8](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/8))

## [0.1.0] - 2024-01-15

### Added

- Initial release.

[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/MetaMask/snap-account-abstraction-keyring/compare/v0.2.2...v0.3.0
[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
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.2.2",
"version": "0.3.0",
"description": "An account abstraction keyring snap that integrates with MetaMask accounts.",
"keywords": [
"metamask",
Expand Down

0 comments on commit d4db8ac

Please sign in to comment.