Skip to content

Commit 85188d8

Browse files
Release 276.0.0 (#5104)
Minor release of `@metamask/signature-controller` to support global network refactor in mobile.
1 parent 3bd40d3 commit 85188d8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

package.json

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

packages/signature-controller/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

14+
- Bump `@metamask/utils` to `^11.0.1` and `@metamask/rpc-errors` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080))
15+
- Bump `@metamask/keyring-controller` from `19.0.1` to `19.0.2` ([#5058](https://github.com/MetaMask/core/pull/5058))
16+
- Bump `@metamask/network-controller` from `22.1.0` to `^22.1.1` ([#5038](https://github.com/MetaMask/core/pull/5038))
1217
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079))
1318

19+
### Fixed
20+
21+
- Align signature request and message params ID ([#5102](https://github.com/MetaMask/core/pull/5102))
22+
1423
## [23.1.0]
1524

1625
### Changed
@@ -444,7 +453,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
444453

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

447-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.1.0...HEAD
456+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.2.0...HEAD
457+
[23.2.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.1.0...@metamask/signature-controller@23.2.0
448458
[23.1.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.0.1...@metamask/signature-controller@23.1.0
449459
[23.0.1]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@23.0.0...@metamask/signature-controller@23.0.1
450460
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@22.0.0...@metamask/signature-controller@23.0.0

packages/signature-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/signature-controller",
3-
"version": "23.1.0",
3+
"version": "23.2.0",
44
"description": "Processes signing requests in order to sign arbitrary and typed data",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)