@metamask-previews/base-controller 7.0.1-preview-1e2accee → 7.0.2-preview-fa7d96bb

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 +8 -1
  2. 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
+ ## [7.0.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
15
+
10
16
  ## [7.0.1]
11
17
 
12
18
  ### Fixed
@@ -263,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263
269
 
264
270
  All changes listed after this point were applied to this package following the monorepo conversion.
265
271
 
266
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.1...HEAD
272
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.2...HEAD
273
+ [7.0.2]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.1...@metamask/base-controller@7.0.2
267
274
  [7.0.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@7.0.0...@metamask/base-controller@7.0.1
268
275
  [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.3...@metamask/base-controller@7.0.0
269
276
  [6.0.3]: https://github.com/MetaMask/core/compare/@metamask/base-controller@6.0.2...@metamask/base-controller@6.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/base-controller",
3
- "version": "7.0.1-preview-1e2accee",
3
+ "version": "7.0.2-preview-fa7d96bb",
4
4
  "description": "Provides scaffolding for controllers as well a communication system for all controllers",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@metamask/auto-changelog": "^3.4.4",
54
- "@metamask/json-rpc-engine": "^10.0.0",
54
+ "@metamask/json-rpc-engine": "^10.0.1",
55
55
  "@types/jest": "^27.4.1",
56
56
  "@types/sinon": "^9.0.10",
57
57
  "deepmerge": "^4.2.2",