Skip to content

Commit

Permalink
chore: update changelog and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
montelaidev committed Apr 18, 2024
1 parent d4db8ac commit 4786604
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
17 changes: 11 additions & 6 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 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/),
Expand All @@ -7,27 +8,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

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

### Added

- Added deployment of verifying paymaster from frontend ([#71](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/71))

## [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.3.0...HEAD
Expand Down
23 changes: 16 additions & 7 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 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/),
Expand All @@ -7,35 +8,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

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

### Changed

- Bump dependencies `@metamask/keyring-api` to `^6.0.0`, `@metamask/snaps-sdk` to `^4.0.1` and other minor versions of @etherumjs and @metamask dependencies([#86](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/86))
- Fix chain config setup ([#62](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/62))
- 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))
- Remove pending requests and associated methods ([#45](https://github.com/MetaMask/snap-account-abstraction-keyring/pull/45))

## [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.3.0...HEAD
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.2",
"version": "0.3.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": "dLUO6JjV/E8HZNKqg2RP2s59cHpJN50vK/EoHq2a4Rc=",
"shasum": "Mfu+0zN4GztOlkSXOZeMqlU4/BtzJoYqlMWaOGrqrpI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 4786604

Please sign in to comment.