File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed
Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.0]
11+
1012### Added
1113
1214- Initial release ([ #7623 ] ( https://github.com/MetaMask/core/pull/7623 ) )
1315
14- [ Unreleased ] : https://github.com/MetaMask/core/
16+ [ Unreleased ] : https://github.com/MetaMask/core/compare/@metamask/connectivity-controller@0.1.0...HEAD
17+ [ 0.1.0 ] : https://github.com/MetaMask/core/releases/tag/@metamask/connectivity-controller@0.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/connectivity-controller" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " ConnectivityController stores the device's internet connectivity status" ,
55 "keywords" : [
66 " MetaMask" ,
Original file line number Diff line number Diff line change @@ -294,9 +294,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
294294[ 7.2.0 ] : https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0
295295[ 7.1.1 ] : https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.0...@metamask/json-rpc-engine@7.1.1
296296[ 7.1.0 ] : https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.0.0...@metamask/json-rpc-engine@7.1.0
297- [ 7.0.0 ] : https://github.com/MetaMask/core/compare/@metamask/ json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0
298- [ 6.1.0 ] : https://github.com/MetaMask/core/compare/@metamask/ json-rpc-engine@6.0.0...@metamask/ json-rpc-engine@6.1.0
299- [ 6.0.0 ] : https://github.com/MetaMask/core/compare/@metamask/ json-rpc-engine@5.4.0...@metamask/ json-rpc-engine@6.0.0
300- [ 5.4.0 ] : https://github.com/MetaMask/core/compare/@metamask/ json-rpc-engine@5.3.0...@metamask/ json-rpc-engine@5.4.0
301- [ 5.3.0 ] : https://github.com/MetaMask/core/compare/@metamask/ json-rpc-engine@5.2.0...@metamask/ json-rpc-engine@5.3.0
302- [ 5.2.0 ] : https://github.com/MetaMask/core/releases/tag/@metamask/ json-rpc-engine@5.2.0
297+ [ 7.0.0 ] : https://github.com/MetaMask/core/compare/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0
298+ [ 6.1.0 ] : https://github.com/MetaMask/core/compare/json-rpc-engine@6.0.0...json-rpc-engine@6.1.0
299+ [ 6.0.0 ] : https://github.com/MetaMask/core/compare/json-rpc-engine@5.4.0...json-rpc-engine@6.0.0
300+ [ 5.4.0 ] : https://github.com/MetaMask/core/compare/json-rpc-engine@5.3.0...json-rpc-engine@5.4.0
301+ [ 5.3.0 ] : https://github.com/MetaMask/core/compare/json-rpc-engine@5.2.0...json-rpc-engine@5.3.0
302+ [ 5.2.0 ] : https://github.com/MetaMask/core/releases/tag/json-rpc-engine@5.2.0
Original file line number Diff line number Diff line change 4949 },
5050 "dependencies" : {
5151 "@metamask/base-controller" : " ^9.0.0" ,
52- "@metamask/connectivity-controller" : " ^0.0 .0" ,
52+ "@metamask/connectivity-controller" : " ^0.1 .0" ,
5353 "@metamask/controller-utils" : " ^11.18.0" ,
5454 "@metamask/eth-block-tracker" : " ^15.0.1" ,
5555 "@metamask/eth-json-rpc-infura" : " ^10.3.0" ,
Original file line number Diff line number Diff line change @@ -2964,7 +2964,7 @@ __metadata:
29642964 languageName: unknown
29652965 linkType: soft
29662966
2967- "@metamask/connectivity-controller@npm:^0.0 .0, @metamask/connectivity-controller@workspace:packages/connectivity-controller":
2967+ "@metamask/connectivity-controller@npm:^0.1 .0, @metamask/connectivity-controller@workspace:packages/connectivity-controller":
29682968 version: 0.0.0-use.local
29692969 resolution: "@metamask/connectivity-controller@workspace:packages/connectivity-controller"
29702970 dependencies:
@@ -4207,7 +4207,7 @@ __metadata:
42074207 "@json-rpc-specification/meta-schema": "npm:^1.0.6"
42084208 "@metamask/auto-changelog": "npm:^3.4.4"
42094209 "@metamask/base-controller": "npm:^9.0.0"
4210- "@metamask/connectivity-controller": "npm:^0.0 .0"
4210+ "@metamask/connectivity-controller": "npm:^0.1 .0"
42114211 "@metamask/controller-utils": "npm:^11.18.0"
42124212 "@metamask/eth-block-tracker": "npm:^15.0.1"
42134213 "@metamask/eth-json-rpc-infura": "npm:^10.3.0"
You can’t perform that action at this time.
0 commit comments