Skip to content

Commit 48e164b

Browse files
MoMannnMrtenz
andauthored
Release/633.0.0 (#6911)
## Explanation Initial release of @metamask/eip-7702-internal-middleware ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Publishes the initial v0.1.0 of `@metamask/eip-7702-internal-rpc-middleware` and bumps the monorepo version to 633.0.0. > > - **Releases**: > - Publish `@metamask/eip-7702-internal-rpc-middleware@0.1.0`. > - Update `packages/eip-7702-internal-rpc-middleware/CHANGELOG.md` with `0.1.0` section and release links. > - Bump `packages/eip-7702-internal-rpc-middleware/package.json` version to `0.1.0`. > - **Monorepo**: > - Bump root `package.json` version to `633.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9aed6e7. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent c90a04b commit 48e164b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "632.0.0",
3+
"version": "633.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/eip-7702-internal-rpc-middleware/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0]
11+
1012
### Added
1113

12-
- Initial release of @metamask/eip-7702-internal-rpc-middleware ([#6789](https://github.com/MetaMask/core/pull/6789))
14+
- Initial release of `@metamask/eip-7702-internal-rpc-middleware` ([#6911](https://github.com/MetaMask/core/pull/6911))
1315
- `wallet_upgradeAccount` JSON-RPC method for upgrading EOA accounts to smart accounts using EIP-7702 ([#6789](https://github.com/MetaMask/core/pull/6789))
1416
- `wallet_getAccountUpgradeStatus` JSON-RPC method for checking account upgrade status ([#6789](https://github.com/MetaMask/core/pull/6789))
1517
- Hook-based architecture with `upgradeAccount` and `getAccountUpgradeStatus` hooks ([#6789](https://github.com/MetaMask/core/pull/6789))
1618
- Comprehensive TypeScript type definitions ([#6789](https://github.com/MetaMask/core/pull/6789))
17-
- Full test coverage with Jest ([#6789](https://github.com/MetaMask/core/pull/6789))
1819
- Documentation and examples ([#6789](https://github.com/MetaMask/core/pull/6789))
1920

20-
[Unreleased]: https://github.com/MetaMask/core/
21+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-7702-internal-rpc-middleware@0.1.0...HEAD
22+
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eip-7702-internal-rpc-middleware@0.1.0

packages/eip-7702-internal-rpc-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eip-7702-internal-rpc-middleware",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Implements internal JSON-RPC methods for EIP-7702 account upgrade functionality",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)