-
-
Notifications
You must be signed in to change notification settings - Fork 275
Release/714.0.0 #7330
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/714.0.0 #7330
Changes from all commits
b2e53c6
3d07d43
5cf0364
898a367
e680910
f29a841
11e982a
9432ad4
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 |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ | |
| "@metamask/error-reporting-service": "^3.0.0", | ||
| "@metamask/eth-block-tracker": "^15.0.0", | ||
| "@metamask/eth-json-rpc-infura": "^10.3.0", | ||
| "@metamask/eth-json-rpc-middleware": "^22.0.0", | ||
| "@metamask/eth-json-rpc-middleware": "^22.0.1", | ||
|
Member
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. This should be documented in the changelog
Contributor
Author
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. 👍 |
||
| "@metamask/eth-json-rpc-provider": "^6.0.0", | ||
| "@metamask/eth-query": "^4.0.0", | ||
| "@metamask/json-rpc-engine": "^10.2.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [4.0.0] | ||
|
Contributor
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. Why this needs to be a major release ? (BTW signature-controller is now just a dependency and not anymore a peerDependency)
Contributor
Author
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. This is a major version, because of the dependency bump |
||
|
|
||
| ### Changed | ||
|
|
||
| - **BREAKING:** Bump `@metamask/signature-controller` from `^37.0.0` to `^38.0.0` ([#7330](https://github.com/MetaMask/core/pull/7330)) | ||
| - Bump `@metamask/transaction-controller` from `^62.3.0` to `^62.5.0` ([#7257](https://github.com/MetaMask/core/pull/7257), [#7289](https://github.com/MetaMask/core/pull/7289), [#7325](https://github.com/MetaMask/core/pull/7325)) | ||
|
|
||
| ## [3.1.0] | ||
|
|
@@ -166,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
|
||
| - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137) | ||
|
|
||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.1.0...HEAD | ||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.0.0...HEAD | ||
| [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.1.0...@metamask/shield-controller@4.0.0 | ||
| [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@3.0.0...@metamask/shield-controller@3.1.0 | ||
| [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@2.1.1...@metamask/shield-controller@3.0.0 | ||
| [2.1.1]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@2.1.0...@metamask/shield-controller@2.1.1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||
|
|
||||||||
| ## [Unreleased] | ||||||||
|
|
||||||||
| ## [38.0.0] | ||||||||
|
Contributor
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. Why this needs to be a major release ?
Suggested change
Contributor
Author
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. This is a major version, because of the dependency bump |
||||||||
|
|
||||||||
| ### Changed | ||||||||
|
|
||||||||
| - **BREAKING:** Bump `@metamask/gator-permissions-controller` from `^0.6.0` to `^0.8.0` ([#7274](https://github.com/MetaMask/core/pull/7274)), ([#7330](https://github.com/MetaMask/core/pull/7330)) | ||||||||
| - Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258)) | ||||||||
| - The dependencies moved are: | ||||||||
| - `@metamask/accounts-controller` (^35.0.0) | ||||||||
|
|
@@ -636,7 +639,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||
|
|
||||||||
| - Initial release ([#1214](https://github.com/MetaMask/core/pull/1214)) | ||||||||
|
|
||||||||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@37.0.0...HEAD | ||||||||
| [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@38.0.0...HEAD | ||||||||
| [38.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@37.0.0...@metamask/signature-controller@38.0.0 | ||||||||
| [37.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@36.0.0...@metamask/signature-controller@37.0.0 | ||||||||
| [36.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@35.0.0...@metamask/signature-controller@36.0.0 | ||||||||
| [35.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@34.0.2...@metamask/signature-controller@35.0.0 | ||||||||
|
|
||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@metamask/signature-controller", | ||
| "version": "37.0.0", | ||
| "version": "38.0.0", | ||
| "description": "Processes signing requests in order to sign arbitrary and typed data", | ||
| "keywords": [ | ||
| "MetaMask", | ||
|
|
@@ -53,7 +53,7 @@ | |
| "@metamask/base-controller": "^9.0.0", | ||
| "@metamask/controller-utils": "^11.16.0", | ||
| "@metamask/eth-sig-util": "^8.2.0", | ||
| "@metamask/gator-permissions-controller": "^0.7.0", | ||
| "@metamask/gator-permissions-controller": "^0.8.0", | ||
|
Member
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. This should be documented in the changelog
Contributor
Author
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. 👍 Also included a release of @metamask/signature-controller in the PR Subsequently also a release of @metamask/shield-controller |
||
| "@metamask/keyring-controller": "^25.0.0", | ||
| "@metamask/logging-controller": "^7.0.1", | ||
| "@metamask/messenger": "^0.3.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.