@dynamic-labs/flow 2.2.9 → 2.3.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 +22 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,26 @@
1
1
 
2
+ ## [2.3.0](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.10...v2.3.0) (2024-07-12)
3
+
4
+
5
+ ### Features
6
+
7
+ * 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))
8
+ * 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))
9
+ * 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))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * 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))
15
+
16
+ ### [2.2.10](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.9...v2.2.10) (2024-07-05)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * Allow user to close connect wallet modal to cancel making a wallet primary. ([#6251](https://github.com/dynamic-labs/DynamicAuth/issues/6251)) ([5a53fac](https://github.com/dynamic-labs/DynamicAuth/commit/5a53fac6e3e77de880e3fe5619b0c2be32fe5a92))
22
+ * Use white color in farcaster qr code when in dark mode to improve scanning. ([#6247](https://github.com/dynamic-labs/DynamicAuth/issues/6247)) ([1967bd7](https://github.com/dynamic-labs/DynamicAuth/commit/1967bd71423ae03c73fdce53adc41ad01f09a52e))
23
+
2
24
  ### [2.2.9](https://github.com/dynamic-labs/DynamicAuth/compare/v2.2.8...v2.2.9) (2024-07-04)
3
25
 
4
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "2.2.9",
3
+ "version": "2.3.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.9",
31
- "@dynamic-labs/wallet-book": "2.2.9",
32
- "@dynamic-labs/wallet-connector-core": "2.2.9"
30
+ "@dynamic-labs/utils": "2.3.0",
31
+ "@dynamic-labs/wallet-book": "2.3.0",
32
+ "@dynamic-labs/wallet-connector-core": "2.3.0"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }