@dynamic-labs/flow 2.2.10 → 2.3.1-alpha.0

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 +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ### [2.3.1-alpha.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.3.0...v2.3.1-alpha.0) (2024-07-12)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * embedded wallets hide confirmation ui cherrypick ([#6325](https://github.com/dynamic-labs/DynamicAuth/issues/6325)) ([4c97af6](https://github.com/dynamic-labs/DynamicAuth/commit/4c97af64520fc47277af0e53236f1070f2b310c7))
8
+
9
+ ## [2.3.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.10...v2.3.0) (2024-07-12)
10
+
11
+
12
+ ### Features
13
+
14
+ * add bundlerRpc and paymasterRpc parameters to zerodev ([#6304](https://github.com/dynamic-labs/DynamicAuth/issues/6304)) ([#6306](https://github.com/dynamic-labs/DynamicAuth/issues/6306)) ([2c561cf](https://github.com/dynamic-labs/DynamicAuth/commit/2c561cfa90f705e71b034fbf45f18d2fb593d7a0))
15
+ * add instrumentation to track sdk loading time ([#6260](https://github.com/dynamic-labs/DynamicAuth/issues/6260)) ([1f2f2bd](https://github.com/dynamic-labs/DynamicAuth/commit/1f2f2bdf433001ee860d867f0aa0dc8e1dbccff7))
16
+ * add new hook to select wallet option to connect ([#6311](https://github.com/dynamic-labs/DynamicAuth/issues/6311)) ([9712426](https://github.com/dynamic-labs/DynamicAuth/commit/97124267446d004165980d5455a09d8ab19ae055))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * fix sdkHasLoaded flipping back to false with otp ([#6256](https://github.com/dynamic-labs/DynamicAuth/issues/6256)) ([4fc047f](https://github.com/dynamic-labs/DynamicAuth/commit/4fc047f02f6f06d5c129d8de4eed42ee35b4545e))
22
+
2
23
  ### [2.2.10](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.9...v2.2.10) (2024-07-05)
3
24
 
4
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "2.2.10",
3
+ "version": "2.3.1-alpha.0",
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.2.10",
31
- "@dynamic-labs/wallet-book": "2.2.10",
32
- "@dynamic-labs/wallet-connector-core": "2.2.10"
30
+ "@dynamic-labs/utils": "2.3.1-alpha.0",
31
+ "@dynamic-labs/wallet-book": "2.3.1-alpha.0",
32
+ "@dynamic-labs/wallet-connector-core": "2.3.1-alpha.0"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }