@dynamic-labs/flow 2.3.6 → 2.3.8

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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,19 @@
1
1
 
2
+ ### [2.3.8](https://github.com/dynamic-labs/DynamicAuth/compare/v2.3.7...v2.3.8) (2024-08-02)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * fetch user on refresh from backend when cookie-enabled and user not in local storage ([#6472](https://github.com/dynamic-labs/DynamicAuth/issues/6472)) ([7300a21](https://github.com/dynamic-labs/DynamicAuth/commit/7300a21d81d51ef1fc93af12d1081b5c1d57b578))
8
+ * stop filtering wallet connect on keyword "wallet" ([#6476](https://github.com/dynamic-labs/DynamicAuth/issues/6476)) ([fc1be36](https://github.com/dynamic-labs/DynamicAuth/commit/fc1be36b0370f876dcfe4e84e25ee60cf9682306)), closes [#6475](https://github.com/dynamic-labs/DynamicAuth/issues/6475)
9
+
10
+ ### [2.3.7](https://github.com/dynamic-labs/DynamicAuth/compare/v2.3.6...v2.3.7) (2024-07-26)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * cherrypick ledger toggle works on safari ([#6429](https://github.com/dynamic-labs/DynamicAuth/issues/6429)) ([e58f687](https://github.com/dynamic-labs/DynamicAuth/commit/e58f687d569ab3ea51f6026c481d41e70bd0e7f6))
16
+
2
17
  ### [2.3.6](https://github.com/dynamic-labs/DynamicAuth/compare/v2.3.5...v2.3.6) (2024-07-26)
3
18
 
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "2.3.6",
3
+ "version": "2.3.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@onflow/fcl": "1.10.0",
30
- "@dynamic-labs/utils": "2.3.6",
31
- "@dynamic-labs/wallet-book": "2.3.6",
32
- "@dynamic-labs/wallet-connector-core": "2.3.6"
30
+ "@dynamic-labs/utils": "2.3.8",
31
+ "@dynamic-labs/wallet-book": "2.3.8",
32
+ "@dynamic-labs/wallet-connector-core": "2.3.8"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }