-
-
Notifications
You must be signed in to change notification settings - Fork 256
Release/661.0.0 #7057
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
Release/661.0.0 #7057
Changes from all commits
41528ac
fb09966
1389c68
a9c7247
6221487
6a4f655
6fe60fe
214251d
968ed03
5429772
87e16bd
1cab9cc
4476880
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@metamask/signature-controller", | ||
| "version": "35.0.0", | ||
| "version": "36.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Peer dependency gap after signature-controller bumpThe signature-controller version is being bumped to 36.0.0, but shield-controller (which has a peer dependency on signature-controller@^35.0.0) is not being updated in this release. This creates an unmet peer dependency issue because the semver range ^35.0.0 does not include version 36.0.0. The shield-controller package needs to be updated to accept signature-controller@^36.0.0 as a peer dependency to maintain compatibility across the monorepo. |
||
| "description": "Processes signing requests in order to sign arbitrary and typed data", | ||
| "keywords": [ | ||
| "MetaMask", | ||
|
|
@@ -61,7 +61,7 @@ | |
| "@metamask/accounts-controller": "^34.0.0", | ||
| "@metamask/approval-controller": "^8.0.0", | ||
| "@metamask/auto-changelog": "^3.4.4", | ||
| "@metamask/gator-permissions-controller": "^0.3.0", | ||
| "@metamask/gator-permissions-controller": "^0.4.0", | ||
| "@metamask/keyring-controller": "^24.0.0", | ||
| "@metamask/logging-controller": "^7.0.0", | ||
| "@metamask/network-controller": "^25.0.0", | ||
|
|
@@ -77,7 +77,7 @@ | |
| "peerDependencies": { | ||
| "@metamask/accounts-controller": "^34.0.0", | ||
| "@metamask/approval-controller": "^8.0.0", | ||
| "@metamask/gator-permissions-controller": "^0.3.0", | ||
| "@metamask/gator-permissions-controller": "^0.4.0", | ||
mcmire marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "@metamask/keyring-controller": "^24.0.0", | ||
| "@metamask/logging-controller": "^7.0.0", | ||
| "@metamask/network-controller": "^25.0.0" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.