@metamask-previews/ens-controller 17.0.1-preview-6c94ae59 → 17.1.0-preview-e8868d87

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 +7 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,15 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [17.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6473](https://github.com/MetaMask/core/pull/6473))
13
15
 
14
16
  ### Changed
15
17
 
16
- - Bump `@metamask/base-controller` from `^8.0.1` to `^8.4.0` ([#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632))
17
- - Bump `@metamask/controller-utils` from `^11.11.0` to `^11.14.0` ([#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
18
- - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
18
+ - Bump `@metamask/base-controller` from `^8.0.1` to `^8.4.1` ([#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
19
+ - Bump `@metamask/controller-utils` from `^11.11.0` to `^11.14.1` ([#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807))
20
+ - Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
19
21
 
20
22
  ## [17.0.1]
21
23
 
@@ -309,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
309
311
 
310
312
  All changes listed after this point were applied to this package following the monorepo conversion.
311
313
 
312
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.0.1...HEAD
314
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.1.0...HEAD
315
+ [17.1.0]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.0.1...@metamask/ens-controller@17.1.0
313
316
  [17.0.1]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@17.0.0...@metamask/ens-controller@17.0.1
314
317
  [17.0.0]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@16.0.0...@metamask/ens-controller@17.0.0
315
318
  [16.0.0]: https://github.com/MetaMask/core/compare/@metamask/ens-controller@15.0.2...@metamask/ens-controller@16.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/ens-controller",
3
- "version": "17.0.1-preview-6c94ae59",
3
+ "version": "17.1.0-preview-e8868d87",
4
4
  "description": "Maps ENS names to their resolved addresses by chain id",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,14 +48,14 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@ethersproject/providers": "^5.7.0",
51
- "@metamask/base-controller": "^8.4.0",
52
- "@metamask/controller-utils": "^11.14.0",
53
- "@metamask/utils": "^11.8.0",
51
+ "@metamask/base-controller": "^8.4.1",
52
+ "@metamask/controller-utils": "^11.14.1",
53
+ "@metamask/utils": "^11.8.1",
54
54
  "punycode": "^2.1.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@metamask/auto-changelog": "^3.4.4",
58
- "@metamask/network-controller": "^24.2.0",
58
+ "@metamask/network-controller": "^24.2.1",
59
59
  "@types/jest": "^27.4.1",
60
60
  "deepmerge": "^4.2.2",
61
61
  "jest": "^27.5.1",