@metamask-previews/sample-controllers 2.0.1-preview-ab0ad568 → 2.0.2-preview-0458fe94

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
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
11
11
 
12
12
  - **BREAKING:** Migrate to new `Messenger` class ([#6335](https://github.com/MetaMask/core/pull/6335))
13
+ - **BREAKING:** Rename metadata property `anonymous` to `includeInDebugSnapshot` ([#6335](https://github.com/MetaMask/core/pull/6335))
14
+
15
+ ## [2.0.2]
16
+
17
+ ### Changed
18
+
13
19
  - Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
14
20
  - Bump `@metamask/network-controller` from `^24.2.2` to `^24.3.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
15
21
 
@@ -64,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
70
 
65
71
  - Initial release of @metamask/sample-controllers.
66
72
 
67
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@2.0.1...HEAD
73
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@2.0.2...HEAD
74
+ [2.0.2]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@2.0.1...@metamask/sample-controllers@2.0.2
68
75
  [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@2.0.0...@metamask/sample-controllers@2.0.1
69
76
  [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@1.0.0...@metamask/sample-controllers@2.0.0
70
77
  [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@0.1.0...@metamask/sample-controllers@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/sample-controllers",
3
- "version": "2.0.1-preview-ab0ad568",
3
+ "version": "2.0.2-preview-0458fe94",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@metamask/auto-changelog": "^3.4.4",
56
56
  "@metamask/controller-utils": "^11.14.1",
57
- "@metamask/network-controller": "^24.3.0",
57
+ "@metamask/network-controller": "^24.3.1",
58
58
  "@types/jest": "^27.4.1",
59
59
  "deepmerge": "^4.2.2",
60
60
  "jest": "^27.5.1",