@metamask/name-controller 8.0.1 → 8.0.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [8.0.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.4` ([#4834](https://github.com/MetaMask/core/pull/4834), [#4862](https://github.com/MetaMask/core/pull/4862), [#4870](https://github.com/MetaMask/core/pull/4870), [#4915](https://github.com/MetaMask/core/pull/4915), [#5012](https://github.com/MetaMask/core/pull/5012))
15
+ - Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
16
+ - Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862))
17
+
10
18
  ## [8.0.1]
11
19
 
12
20
  ### Changed
@@ -145,7 +153,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145
153
 
146
154
  - Initial Release ([#1647](https://github.com/MetaMask/core/pull/1647))
147
155
 
148
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.1...HEAD
156
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.2...HEAD
157
+ [8.0.2]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.1...@metamask/name-controller@8.0.2
149
158
  [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/name-controller@8.0.0...@metamask/name-controller@8.0.1
150
159
  [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/name-controller@7.0.0...@metamask/name-controller@8.0.0
151
160
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/name-controller@6.0.1...@metamask/name-controller@7.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/name-controller",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "Stores and suggests names for values such as Ethereum addresses",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,9 +48,9 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/base-controller": "^7.0.1",
52
- "@metamask/controller-utils": "^11.3.0",
53
- "@metamask/utils": "^9.1.0",
51
+ "@metamask/base-controller": "^7.0.2",
52
+ "@metamask/controller-utils": "^11.4.4",
53
+ "@metamask/utils": "^10.0.0",
54
54
  "async-mutex": "^0.5.0"
55
55
  },
56
56
  "devDependencies": {