@metamask-previews/sample-controllers 5.0.2-preview-1bd5239bf → 5.0.3-preview-29a675b

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
+ ## [5.0.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/network-controller` from `^33.0.0` to `^34.0.0` ([#9349](https://github.com/MetaMask/core/pull/9349))
15
+
10
16
  ## [5.0.2]
11
17
 
12
18
  ### Changed
@@ -159,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
165
 
160
166
  - Initial release of @metamask/sample-controllers.
161
167
 
162
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.2...HEAD
168
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.3...HEAD
169
+ [5.0.3]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.2...@metamask/sample-controllers@5.0.3
163
170
  [5.0.2]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...@metamask/sample-controllers@5.0.2
164
171
  [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...@metamask/sample-controllers@5.0.1
165
172
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.4...@metamask/sample-controllers@5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/sample-controllers",
3
- "version": "5.0.2-preview-1bd5239bf",
3
+ "version": "5.0.3-preview-29a675b",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -56,7 +56,7 @@
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": "^33.0.0",
59
+ "@metamask/network-controller": "^34.0.0",
60
60
  "@metamask/superstruct": "^3.1.0",
61
61
  "@metamask/utils": "^11.11.0",
62
62
  "@tanstack/query-core": "^4.43.0"