@metamask-previews/network-connection-banner-controller 0.1.1-preview-a42e8d0d2 → 0.1.2-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 +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/network-controller` from `^34.0.0` to `^35.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735))
15
+ - Bump `@metamask/network-enablement-controller` from `^6.0.0` to `^6.0.1` ([#9735](https://github.com/MetaMask/core/pull/9735))
16
+
10
17
  ## [0.1.1]
11
18
 
12
19
  ### Changed
@@ -22,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
29
  dismissal, and switching custom RPC endpoints to an available Infura endpoint
23
30
  ([#9041](https://github.com/MetaMask/core/pull/9041))
24
31
 
25
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.1...HEAD
32
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.2...HEAD
33
+ [0.1.2]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.1...@metamask/network-connection-banner-controller@0.1.2
26
34
  [0.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.0...@metamask/network-connection-banner-controller@0.1.1
27
35
  [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/network-connection-banner-controller@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/network-connection-banner-controller",
3
- "version": "0.1.1-preview-a42e8d0d2",
3
+ "version": "0.1.2-preview-d2f661012",
4
4
  "description": "Decides when and how to surface the network connection banner based on RPC endpoint health",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,8 +60,8 @@
60
60
  "@metamask/connectivity-controller": "^0.3.0",
61
61
  "@metamask/keyring-controller": "^27.1.0",
62
62
  "@metamask/messenger": "^2.0.0",
63
- "@metamask/network-controller": "^34.0.0",
64
- "@metamask/network-enablement-controller": "^6.0.0",
63
+ "@metamask/network-controller": "^35.0.0",
64
+ "@metamask/network-enablement-controller": "^6.0.1",
65
65
  "@metamask/utils": "^11.11.0",
66
66
  "reselect": "^5.1.1"
67
67
  },