@metamask-previews/sample-controllers 4.0.4-preview-2fdaa18 → 5.0.0-preview-f3d53de3e

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 +6 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.0.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add actions and events for accessing and interacting with the new query cache for `SampleGasPricesService` ([#8343](https://github.com/MetaMask/core/pull/8343))
@@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
30
  - Add `@metamask/superstruct` ^3.2.1
29
31
  - Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
30
32
  - Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
31
- - Bump `@metamask/network-controller` from `^30.0.1` to `^30.1.0` ([#8636](https://github.com/MetaMask/core/pull/8636))
33
+ - Bump `@metamask/network-controller` from `^30.0.1` to `^31.0.0` ([#8636](https://github.com/MetaMask/core/pull/8636), [#8755](https://github.com/MetaMask/core/pull/8755))
34
+ - Bump `@metamask/base-data-service` from `^0.1.1` to `^0.1.2` ([#8755](https://github.com/MetaMask/core/pull/8755))
32
35
 
33
36
  ### Removed
34
37
 
@@ -141,7 +144,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141
144
 
142
145
  - Initial release of @metamask/sample-controllers.
143
146
 
144
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.4...HEAD
147
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...HEAD
148
+ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.4...@metamask/sample-controllers@5.0.0
145
149
  [4.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.3...@metamask/sample-controllers@4.0.4
146
150
  [4.0.3]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.2...@metamask/sample-controllers@4.0.3
147
151
  [4.0.2]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.1...@metamask/sample-controllers@4.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/sample-controllers",
3
- "version": "4.0.4-preview-2fdaa18",
3
+ "version": "5.0.0-preview-f3d53de3e",
4
4
  "description": "Sample package to illustrate best practices for controllers",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -54,16 +54,16 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@metamask/base-controller": "^9.1.0",
57
- "@metamask/base-data-service": "^0.1.1",
57
+ "@metamask/base-data-service": "^0.1.2",
58
58
  "@metamask/messenger": "^1.2.0",
59
- "@metamask/network-controller": "^30.1.0",
59
+ "@metamask/network-controller": "^31.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": "^11.20.0",
66
+ "@metamask/controller-utils": "^12.0.0",
67
67
  "@ts-bridge/cli": "^0.6.4",
68
68
  "@types/jest": "^29.5.14",
69
69
  "deepmerge": "^4.2.2",