Skip to content

Commit cf37f30

Browse files
Release 379.0.0 (MetaMask#5722)
## Explanation Releases a new version of `base-controller` which has a minor performance improvement. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
1 parent 04001ea commit cf37f30

76 files changed

Lines changed: 188 additions & 76 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

packages/accounts-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@ethereumjs/util": "^9.1.0",
51-
"@metamask/base-controller": "^8.0.0",
51+
"@metamask/base-controller": "^8.0.1",
5252
"@metamask/eth-snap-keyring": "^12.1.1",
5353
"@metamask/keyring-api": "^17.4.0",
5454
"@metamask/keyring-internal-api": "^6.0.1",

packages/address-book-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^8.0.0",
50+
"@metamask/base-controller": "^8.0.1",
5151
"@metamask/controller-utils": "^11.7.0",
5252
"@metamask/utils": "^11.2.0"
5353
},

packages/announcement-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

packages/announcement-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^8.0.0"
50+
"@metamask/base-controller": "^8.0.1"
5151
},
5252
"devDependencies": {
5353
"@metamask/auto-changelog": "^3.4.4",

packages/app-metadata-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

packages/app-metadata-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4848
},
4949
"dependencies": {
50-
"@metamask/base-controller": "^8.0.0"
50+
"@metamask/base-controller": "^8.0.1"
5151
},
5252
"devDependencies": {
5353
"@metamask/auto-changelog": "^3.4.4",

packages/approval-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)