Skip to content

Release/401.0.0 #5818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "400.0.0",
"version": "401.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion packages/chain-agnostic-permission/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0]

### Changed

- Bump `@metamask/api-specs` to `^0.14.0` ([#5817](https://github.com/MetaMask/core/pull/5817))
Expand Down Expand Up @@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[0.7.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.6.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.5.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.4.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-agnostic-permission/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/chain-agnostic-permission",
"version": "0.6.0",
"version": "0.7.0",
"description": "Defines a CAIP-25 based endowment permission and helpers for interfacing with it",
"keywords": [
"MetaMask",
Expand Down
1 change: 1 addition & 0 deletions packages/eip1193-permission-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Bump `@metamask/chain-agnostic-permission` to `^0.7.0` ([#5818](https://github.com/MetaMask/core/pull/5818))
Copy link
Contributor

@cryptodev-2s cryptodev-2s May 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: What do you think about combining the three lines for the chain-agnostic permission bumps into a single entry, listing the PRs comma-separated? Also, I noticed a gap in the bump sequence—could it be that some PRs are missing?

Suggested change
- Bump `@metamask/chain-agnostic-permission` to `^0.7.0` ([#5818](https://github.com/MetaMask/core/pull/5818))
- Bump `@metamask/chain-agnostic-permission` to `^0.7.0` ([#5518](https://github.com/MetaMask/core/pull/5518), [#5674](https://github.com/MetaMask/core/pull/5674), [#5818](https://github.com/MetaMask/core/pull/5818))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleaned up here: e967dd7

- Bump `@metamask/chain-agnostic-permission` to `^0.4.0` ([#5674](https://github.com/MetaMask/core/pull/5674))
- Bump `@metamask/chain-agnostic-permission` to `^0.2.0` ([#5518](https://github.com/MetaMask/core/pull/5518))
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
Expand Down
2 changes: 1 addition & 1 deletion packages/eip1193-permission-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/chain-agnostic-permission": "^0.6.0",
"@metamask/chain-agnostic-permission": "^0.7.0",
"@metamask/controller-utils": "^11.9.0",
"@metamask/json-rpc-engine": "^10.0.3",
"@metamask/permission-controller": "^11.0.6",
Expand Down
7 changes: 6 additions & 1 deletion packages/multichain-api-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0]

### Changed

- feat: Add more chain-agnostic-permission utility functions from sip-26 usage ([#5609](https://github.com/MetaMask/core/pull/5609))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: can we remove this entry from here now ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏 fixed here: 2abe4bc

- Bump `@metamask/chain-agnostic-permission` to `^0.6.0` ([#5715](https://github.com/MetaMask/core/pull/5715),[#5760](https://github.com/MetaMask/core/pull/5760))
- Bump `@metamask/api-specs` to `^0.14.0` ([#5817](https://github.com/MetaMask/core/pull/5817))
- Bump `@metamask/controller-utils` to `^11.9.0` ([#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
- Bump `@metamask/network-controller` to `^23.5.0` ([#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812))
Expand Down Expand Up @@ -42,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[0.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/[email protected]
4 changes: 2 additions & 2 deletions packages/multichain-api-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain-api-middleware",
"version": "0.2.0",
"version": "0.3.0",
"description": "JSON-RPC methods and middleware to support the MetaMask Multichain API",
"keywords": [
"MetaMask",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@metamask/api-specs": "^0.14.0",
"@metamask/chain-agnostic-permission": "^0.6.0",
"@metamask/chain-agnostic-permission": "^0.7.0",
"@metamask/controller-utils": "^11.9.0",
"@metamask/json-rpc-engine": "^10.0.3",
"@metamask/network-controller": "^23.5.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/multichain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.1.0]

### Changed

- Bump `@metamask/api-specs` to `^0.14.0` ([#5817](https://github.com/MetaMask/core/pull/5817))
Expand Down Expand Up @@ -186,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release ([#4962](https://github.com/MetaMask/core/pull/4962))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
[2.2.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/multichain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain",
"version": "4.0.0",
"version": "4.1.0",
"description": "Provides types, helpers, adapters, and wrappers for facilitating CAIP Multichain sessions",
"keywords": [
"MetaMask",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/chain-agnostic-permission@npm:^0.6.0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission":
"@metamask/chain-agnostic-permission@npm:^0.7.0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission":
version: 0.0.0-use.local
resolution: "@metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission"
dependencies:
Expand Down Expand Up @@ -3022,7 +3022,7 @@ __metadata:
resolution: "@metamask/eip1193-permission-middleware@workspace:packages/eip1193-permission-middleware"
dependencies:
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/chain-agnostic-permission": "npm:^0.6.0"
"@metamask/chain-agnostic-permission": "npm:^0.7.0"
"@metamask/controller-utils": "npm:^11.9.0"
"@metamask/json-rpc-engine": "npm:^10.0.3"
"@metamask/permission-controller": "npm:^11.0.6"
Expand Down Expand Up @@ -3670,7 +3670,7 @@ __metadata:
dependencies:
"@metamask/api-specs": "npm:^0.14.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/chain-agnostic-permission": "npm:^0.6.0"
"@metamask/chain-agnostic-permission": "npm:^0.7.0"
"@metamask/controller-utils": "npm:^11.9.0"
"@metamask/eth-json-rpc-filters": "npm:^9.0.0"
"@metamask/json-rpc-engine": "npm:^10.0.3"
Expand Down
Loading