@metamask/browser-playground 0.6.0 → 0.6.2

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.6.2]
11
+
12
+ ### Fixed
13
+
14
+ - Fix potential stale closure in `handleCheckboxChange` and unconditional `useEffect` on session change ([#257](https://github.com/MetaMask/connect-monorepo/pull/257))
15
+
16
+ ## [0.6.1]
17
+
18
+ ### Added
19
+
20
+ - Add global `localhost` scopes ([#250](https://github.com/MetaMask/connect-monorepo/pull/250))
21
+
22
+ ### Changed
23
+
24
+ - Bump workspace dependencies: @metamask/connect-evm@0.9.1, @metamask/connect-multichain@0.11.1
25
+
10
26
  ## [0.6.0]
11
27
 
12
28
  ### Changed
@@ -123,7 +139,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
139
 
124
140
  - Initial release
125
141
 
126
- [Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.0...HEAD
142
+ [Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.2...HEAD
143
+ [0.6.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.1...@metamask/browser-playground@0.6.2
144
+ [0.6.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.6.0...@metamask/browser-playground@0.6.1
127
145
  [0.6.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.5.1...@metamask/browser-playground@0.6.0
128
146
  [0.5.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.5.0...@metamask/browser-playground@0.5.1
129
147
  [0.5.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.4.2...@metamask/browser-playground@0.5.0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.cdee3abe.css",
4
- "main.js": "./static/js/main.844c8295.js",
4
+ "main.js": "./static/js/main.7bafe25a.js",
5
5
  "static/js/435.8081f498.chunk.js": "./static/js/435.8081f498.chunk.js",
6
6
  "static/js/817.bf92ca72.chunk.js": "./static/js/817.bf92ca72.chunk.js",
7
7
  "static/js/578.67e35af4.chunk.js": "./static/js/578.67e35af4.chunk.js",
@@ -9,7 +9,7 @@
9
9
  "static/js/29.1c56f7d4.chunk.js": "./static/js/29.1c56f7d4.chunk.js",
10
10
  "index.html": "./index.html",
11
11
  "main.cdee3abe.css.map": "./static/css/main.cdee3abe.css.map",
12
- "main.844c8295.js.map": "./static/js/main.844c8295.js.map",
12
+ "main.7bafe25a.js.map": "./static/js/main.7bafe25a.js.map",
13
13
  "435.8081f498.chunk.js.map": "./static/js/435.8081f498.chunk.js.map",
14
14
  "817.bf92ca72.chunk.js.map": "./static/js/817.bf92ca72.chunk.js.map",
15
15
  "578.67e35af4.chunk.js.map": "./static/js/578.67e35af4.chunk.js.map",
@@ -18,6 +18,6 @@
18
18
  },
19
19
  "entrypoints": [
20
20
  "static/css/main.cdee3abe.css",
21
- "static/js/main.844c8295.js"
21
+ "static/js/main.7bafe25a.js"
22
22
  ]
23
23
  }
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./alt-fox.svg"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><title>Multichain Test Dapp</title><script defer="defer" src="./static/js/main.844c8295.js"></script><link href="./static/css/main.cdee3abe.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./alt-fox.svg"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><title>Multichain Test Dapp</title><script defer="defer" src="./static/js/main.7bafe25a.js"></script><link href="./static/css/main.cdee3abe.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>