@metamask-previews/sample-controllers 5.0.3-preview-a42e8d0d2 → 5.0.4-preview-d2f661012

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -7,9 +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.4]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
15
+ - Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
13
16
 
14
17
  ## [5.0.3]
15
18
 
@@ -169,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169
172
 
170
173
  - Initial release of @metamask/sample-controllers.
171
174
 
172
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.3...HEAD
175
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.4...HEAD
176
+ [5.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.3...@metamask/sample-controllers@5.0.4
173
177
  [5.0.3]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.2...@metamask/sample-controllers@5.0.3
174
178
  [5.0.2]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...@metamask/sample-controllers@5.0.2
175
179
  [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...@metamask/sample-controllers@5.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/sample-controllers",
3
- "version": "5.0.3-preview-a42e8d0d2",
3
+ "version": "5.0.4-preview-d2f661012",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -58,7 +58,7 @@
58
58
  "@metamask/base-controller": "^9.1.0",
59
59
  "@metamask/base-data-service": "^0.1.3",
60
60
  "@metamask/messenger": "^2.0.0",
61
- "@metamask/network-controller": "^34.0.0",
61
+ "@metamask/network-controller": "^35.0.0",
62
62
  "@metamask/superstruct": "^3.1.0",
63
63
  "@metamask/utils": "^11.11.0",
64
64
  "@tanstack/query-core": "^4.43.0"