@metamask-previews/perps-controller 9.2.1-preview-0e180da1e → 9.2.1-preview-14c30de
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/account-tree-controller` from `^7.5.3` to `7.5.4` ([#9429](https://github.com/MetaMask/core/pull/9429))
|
|
13
|
+
|
|
10
14
|
## [9.2.1]
|
|
11
15
|
|
|
12
16
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/perps-controller",
|
|
3
|
-
"version": "9.2.1-preview-
|
|
3
|
+
"version": "9.2.1-preview-14c30de",
|
|
4
4
|
"description": "Controller for perpetual trading functionality in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"uuid": "^8.3.2"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@metamask/account-tree-controller": "^7.5.
|
|
111
|
+
"@metamask/account-tree-controller": "^7.5.4",
|
|
112
112
|
"@metamask/authenticated-user-storage": "^3.0.0",
|
|
113
113
|
"@metamask/auto-changelog": "^6.1.0",
|
|
114
114
|
"@metamask/geolocation-controller": "^0.1.3",
|