@metamask-previews/controller-utils 8.0.2-preview.dad68d4 → 8.0.3-preview.498e9e1
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [8.0.3]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/ethjs-unit` to `^0.3.0` ([#3897](https://github.com/MetaMask/core/pull/3897))
|
|
15
|
+
|
|
10
16
|
## [8.0.2]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -264,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
264
270
|
|
|
265
271
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
266
272
|
|
|
267
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@8.0.
|
|
273
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@8.0.3...HEAD
|
|
274
|
+
[8.0.3]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@8.0.2...@metamask/controller-utils@8.0.3
|
|
268
275
|
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@8.0.1...@metamask/controller-utils@8.0.2
|
|
269
276
|
[8.0.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@8.0.0...@metamask/controller-utils@8.0.1
|
|
270
277
|
[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@7.0.0...@metamask/controller-utils@8.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/controller-utils",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3-preview.498e9e1",
|
|
4
4
|
"description": "Data and convenience functions shared by multiple packages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@metamask/eth-query": "^4.0.0",
|
|
35
|
-
"@metamask/ethjs-unit": "^0.
|
|
35
|
+
"@metamask/ethjs-unit": "^0.3.0",
|
|
36
36
|
"@metamask/utils": "^8.3.0",
|
|
37
37
|
"@spruceid/siwe-parser": "1.1.3",
|
|
38
38
|
"eth-ens-namehash": "^2.0.8",
|