@metamask-previews/sample-controllers 5.0.1-preview-8beb00079 → 5.0.2-preview-2a256aff2

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.0.2]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
13
15
  - Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
14
16
  - Bump `@metamask/base-data-service` from `^0.1.2` to `^0.1.3` ([#8799](https://github.com/MetaMask/core/pull/8799))
17
+ - Bump `@metamask/network-controller` from `^32.0.0` to `^33.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
15
18
 
16
19
  ## [5.0.1]
17
20
 
@@ -156,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
159
 
157
160
  - Initial release of @metamask/sample-controllers.
158
161
 
159
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...HEAD
162
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.2...HEAD
163
+ [5.0.2]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...@metamask/sample-controllers@5.0.2
160
164
  [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...@metamask/sample-controllers@5.0.1
161
165
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.4...@metamask/sample-controllers@5.0.0
162
166
  [4.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.3...@metamask/sample-controllers@4.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/sample-controllers",
3
- "version": "5.0.1-preview-8beb00079",
3
+ "version": "5.0.2-preview-2a256aff2",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,14 +56,14 @@
56
56
  "@metamask/base-controller": "^9.1.0",
57
57
  "@metamask/base-data-service": "^0.1.3",
58
58
  "@metamask/messenger": "^1.2.0",
59
- "@metamask/network-controller": "^32.0.0",
59
+ "@metamask/network-controller": "^33.0.0",
60
60
  "@metamask/superstruct": "^3.1.0",
61
61
  "@metamask/utils": "^11.11.0",
62
62
  "@tanstack/query-core": "^4.43.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@metamask/auto-changelog": "^6.1.0",
66
- "@metamask/controller-utils": "^12.2.0",
66
+ "@metamask/controller-utils": "^12.3.0",
67
67
  "@ts-bridge/cli": "^0.6.4",
68
68
  "@types/jest": "^29.5.14",
69
69
  "deepmerge": "^4.2.2",