@metamask-previews/sample-controllers 5.0.0-preview-f80989522 → 5.0.1-preview-337abd924

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 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.0.1]
11
+
10
12
  ### Changed
11
13
 
12
- - Bump `@metamask/network-controller` from `^31.0.0` to `^31.1.0` ([#8765](https://github.com/MetaMask/core/pull/8765))
14
+ - Bump `@metamask/network-controller` from `^31.0.0` to `^32.0.0` ([#8765](https://github.com/MetaMask/core/pull/8765), [#8774](https://github.com/MetaMask/core/pull/8774))
13
15
 
14
16
  ## [5.0.0]
15
17
 
@@ -148,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148
150
 
149
151
  - Initial release of @metamask/sample-controllers.
150
152
 
151
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...HEAD
153
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...HEAD
154
+ [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...@metamask/sample-controllers@5.0.1
152
155
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.4...@metamask/sample-controllers@5.0.0
153
156
  [4.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.3...@metamask/sample-controllers@4.0.4
154
157
  [4.0.3]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.2...@metamask/sample-controllers@4.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/sample-controllers",
3
- "version": "5.0.0-preview-f80989522",
3
+ "version": "5.0.1-preview-337abd924",
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.2",
58
58
  "@metamask/messenger": "^1.2.0",
59
- "@metamask/network-controller": "^31.1.0",
59
+ "@metamask/network-controller": "^32.0.0",
60
60
  "@metamask/superstruct": "^3.1.0",
61
61
  "@metamask/utils": "^11.9.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.0.0",
66
+ "@metamask/controller-utils": "^12.1.0",
67
67
  "@ts-bridge/cli": "^0.6.4",
68
68
  "@types/jest": "^29.5.14",
69
69
  "deepmerge": "^4.2.2",