Skip to content

Commit f9a0d70

Browse files
authored
Release/387.0.0 (#5760)
## Explanation Releases `chain-agnostic-permission` fix ## 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 --> ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## 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
1 parent 146982e commit f9a0d70

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

package.json

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

packages/chain-agnostic-permission/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0]
11+
1012
### Changed
1113

1214
- Fix `getAllNamespacesFromCaip25CaveatValue` to return the reference instead of full scope when passed in values are `wallet` namespaced ([#5759](https://github.com/MetaMask/core/pull/5759))
@@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7476

7577
- Initial release
7678

77-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
79+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
80+
[0.6.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
7881
[0.5.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
7982
[0.4.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
8083
[0.3.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/chain-agnostic-permission/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/chain-agnostic-permission",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Defines a CAIP-25 based endowment permission and helpers for interfacing with it",
55
"keywords": [
66
"MetaMask",

packages/eip1193-permission-middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/chain-agnostic-permission": "^0.5.0",
50+
"@metamask/chain-agnostic-permission": "^0.6.0",
5151
"@metamask/controller-utils": "^11.7.0",
5252
"@metamask/json-rpc-engine": "^10.0.3",
5353
"@metamask/permission-controller": "^11.0.6",

packages/multichain-api-middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@metamask/api-specs": "^0.10.12",
51-
"@metamask/chain-agnostic-permission": "^0.5.0",
51+
"@metamask/chain-agnostic-permission": "^0.6.0",
5252
"@metamask/controller-utils": "^11.7.0",
5353
"@metamask/json-rpc-engine": "^10.0.3",
5454
"@metamask/network-controller": "^23.3.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ __metadata:
28032803
languageName: unknown
28042804
linkType: soft
28052805

2806-
"@metamask/chain-agnostic-permission@npm:^0.5.0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission":
2806+
"@metamask/chain-agnostic-permission@npm:^0.6.0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission":
28072807
version: 0.0.0-use.local
28082808
resolution: "@metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission"
28092809
dependencies:
@@ -3022,7 +3022,7 @@ __metadata:
30223022
resolution: "@metamask/eip1193-permission-middleware@workspace:packages/eip1193-permission-middleware"
30233023
dependencies:
30243024
"@metamask/auto-changelog": "npm:^3.4.4"
3025-
"@metamask/chain-agnostic-permission": "npm:^0.5.0"
3025+
"@metamask/chain-agnostic-permission": "npm:^0.6.0"
30263026
"@metamask/controller-utils": "npm:^11.7.0"
30273027
"@metamask/json-rpc-engine": "npm:^10.0.3"
30283028
"@metamask/permission-controller": "npm:^11.0.6"
@@ -3670,7 +3670,7 @@ __metadata:
36703670
dependencies:
36713671
"@metamask/api-specs": "npm:^0.10.12"
36723672
"@metamask/auto-changelog": "npm:^3.4.4"
3673-
"@metamask/chain-agnostic-permission": "npm:^0.5.0"
3673+
"@metamask/chain-agnostic-permission": "npm:^0.6.0"
36743674
"@metamask/controller-utils": "npm:^11.7.0"
36753675
"@metamask/eth-json-rpc-filters": "npm:^9.0.0"
36763676
"@metamask/json-rpc-engine": "npm:^10.0.3"

0 commit comments

Comments
 (0)