File tree Expand file tree Collapse file tree 8 files changed +13
-8
lines changed
chain-agnostic-permission
eip1193-permission-middleware
multichain-api-middleware Expand file tree Collapse file tree 8 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/core-monorepo" ,
3- "version" : " 485 .0.0" ,
3+ "version" : " 486 .0.0" ,
44 "private" : true ,
55 "description" : " Monorepo for packages shared between MetaMask clients" ,
66 "repository" : {
Original file line number Diff line number Diff 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+ ## [ 1.1.0]
11+
1012### Added
1113
1214- Added ` getCaip25PermissionFromLegacyPermissions ` and ` requestPermittedChainsPermissionIncremental ` misc functions. ([ #6225 ] ( https://github.com/MetaMask/core/pull/6225 ) )
@@ -120,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120122
121123- Initial release
122124
123- [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.0.0...HEAD
125+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.1.0...HEAD
126+ [ 1.1.0 ] : https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.0.0...@metamask/chain-agnostic-permission@1.1.0
124127[ 1.0.0 ] : https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.8.0...@metamask/chain-agnostic-permission@1.0.0
125128[ 0.8.0 ] : https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.7.1...@metamask/chain-agnostic-permission@0.8.0
126129[ 0.7.1 ] : https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@0.7.0...@metamask/chain-agnostic-permission@0.7.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/chain-agnostic-permission" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Defines a CAIP-25 based endowment permission and helpers for interfacing with it" ,
55 "keywords" : [
66 " MetaMask" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - Bump ` @metamask/chain-agnostic-permission ` from ` 1.0.0 ` to ` 1.1.0 ` ([ #6241 ] ( https://github.com/MetaMask/core/pull/6241 ) )
1213- Bump ` @metamask/controller-utils ` from ` ^11.10.0 ` to ` ^11.11.0 ` ([ #6069 ] ( https://github.com/MetaMask/core/pull/6069 ) )
1314- Bump ` @metamask/utils ` from ` ^11.2.0 ` to ` ^11.4.2 ` ([ #6054 ] ( https://github.com/MetaMask/core/pull/6054 ) )
1415
Original file line number Diff line number Diff line change 4747 "test:watch" : " NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848 },
4949 "dependencies" : {
50- "@metamask/chain-agnostic-permission" : " ^1.0 .0" ,
50+ "@metamask/chain-agnostic-permission" : " ^1.1 .0" ,
5151 "@metamask/controller-utils" : " ^11.11.0" ,
5252 "@metamask/json-rpc-engine" : " ^10.0.3" ,
5353 "@metamask/permission-controller" : " ^11.0.6" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - Bump ` @metamask/chain-agnostic-permission ` from ` 1.0.0 ` to ` 1.1.0 ` ([ #6241 ] ( https://github.com/MetaMask/core/pull/6241 ) )
1213- Bump ` @metamask/controller-utils ` from ` ^11.10.0 ` to ` ^11.11.0 ` ([ #6069 ] ( https://github.com/MetaMask/core/pull/6069 ) )
1314- Bump ` @metamask/network-controller ` from ` ^24.0.0 ` to ` ^24.0.1 ` ([ #6148 ] ( https://github.com/MetaMask/core/pull/6148 ) )
1415- Bump ` @metamask/utils ` from ` ^11.2.0 ` to ` ^11.4.2 ` ([ #6054 ] ( https://github.com/MetaMask/core/pull/6054 ) )
Original file line number Diff line number Diff line change 4848 },
4949 "dependencies" : {
5050 "@metamask/api-specs" : " ^0.14.0" ,
51- "@metamask/chain-agnostic-permission" : " ^1.0 .0" ,
51+ "@metamask/chain-agnostic-permission" : " ^1.1 .0" ,
5252 "@metamask/controller-utils" : " ^11.11.0" ,
5353 "@metamask/json-rpc-engine" : " ^10.0.3" ,
5454 "@metamask/network-controller" : " ^24.0.1" ,
Original file line number Diff line number Diff line change @@ -2884,7 +2884,7 @@ __metadata:
28842884 languageName: unknown
28852885 linkType: soft
28862886
2887- "@metamask/chain-agnostic-permission@npm:^1.0 .0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission":
2887+ "@metamask/chain-agnostic-permission@npm:^1.1 .0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission":
28882888 version: 0.0.0-use.local
28892889 resolution: "@metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission"
28902890 dependencies:
@@ -3106,7 +3106,7 @@ __metadata:
31063106 resolution: "@metamask/eip1193-permission-middleware@workspace:packages/eip1193-permission-middleware"
31073107 dependencies:
31083108 "@metamask/auto-changelog": "npm:^3.4.4"
3109- "@metamask/chain-agnostic-permission": "npm:^1.0 .0"
3109+ "@metamask/chain-agnostic-permission": "npm:^1.1 .0"
31103110 "@metamask/controller-utils": "npm:^11.11.0"
31113111 "@metamask/json-rpc-engine": "npm:^10.0.3"
31123112 "@metamask/permission-controller": "npm:^11.0.6"
@@ -3855,7 +3855,7 @@ __metadata:
38553855 dependencies:
38563856 "@metamask/api-specs": "npm:^0.14.0"
38573857 "@metamask/auto-changelog": "npm:^3.4.4"
3858- "@metamask/chain-agnostic-permission": "npm:^1.0 .0"
3858+ "@metamask/chain-agnostic-permission": "npm:^1.1 .0"
38593859 "@metamask/controller-utils": "npm:^11.11.0"
38603860 "@metamask/eth-json-rpc-filters": "npm:^9.0.0"
38613861 "@metamask/json-rpc-engine": "npm:^10.0.3"
You can’t perform that action at this time.
0 commit comments