Skip to content

Commit 9d738ef

Browse files
authored
Release 165.0.0 (#4457)
Releases `queued-request-controller` #4456
1 parent 9b2b7bc commit 9d738ef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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": "164.0.0",
3+
"version": "165.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/queued-request-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.0.0]
11+
12+
### Added
13+
14+
- **BREAKING:** `QueuedRequestController` constructor params now requires the `showApprovalRequest` hook that is called when the approval request UI should be opened/focused as the result of a request with confirmation being enqueued ([#4456](https://github.com/MetaMask/core/pull/4456))
15+
1016
## [1.0.0]
1117

1218
### Changed
@@ -207,7 +213,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207213

208214
- Initial release
209215

210-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
216+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/[email protected]
217+
[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
211218
[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
212219
[0.12.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]
213220
[0.11.0]: https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]

packages/queued-request-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/queued-request-controller",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Includes a controller and middleware that implements a request queue",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)