@dynamic-labs/flow 0.19.5 → 0.19.7

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,28 @@
1
1
 
2
+ ### [0.19.7](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.6...v0.19.7) (2023-12-18)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * prevent duplicated brave wallet connector ([#4208](https://github.com/dynamic-labs/DynamicAuth/issues/4208)) ([dd09a63](https://github.com/dynamic-labs/DynamicAuth/commit/dd09a635bad3afe6314acbaa07a18db3b6540326))
8
+ * call email verification callbacks reliably ([#4176](https://github.com/dynamic-labs/DynamicAuth/issues/4176)) ([dda35c2](https://github.com/dynamic-labs/DynamicAuth/commit/dda35c29e2d990502a3d2d5330e40e3d1bdaa927))
9
+ * ensure wallets group view shows multiple options ([#4184](https://github.com/dynamic-labs/DynamicAuth/issues/4184)) ([#4188](https://github.com/dynamic-labs/DynamicAuth/issues/4188)) ([b3b7542](https://github.com/dynamic-labs/DynamicAuth/commit/b3b75427e8e7f923745f5fd71852f260fca73d5b))
10
+ * enable brave to read the connected network ([#4199](https://github.com/dynamic-labs/DynamicAuth/issues/4199)) ([2d046a4](https://github.com/dynamic-labs/DynamicAuth/commit/2d046a4067be6a8bfb775be6664844f1b6a5c668))
11
+
12
+ ### [0.19.6](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.5...v0.19.6) (2023-12-14)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * better handle recovery decrypt failure ([#4148](https://github.com/dynamic-labs/DynamicAuth/issues/4148)) ([#4151](https://github.com/dynamic-labs/DynamicAuth/issues/4151)) ([30178f9](https://github.com/dynamic-labs/DynamicAuth/commit/30178f9b92dc16d9aacea385e15319a413d54ac2))
18
+ * detect wallet network switch for secondary wallets ([#4139](https://github.com/dynamic-labs/DynamicAuth/issues/4139)) ([7096819](https://github.com/dynamic-labs/DynamicAuth/commit/70968199485e5e1bb68dfda577085adcf262137d))
19
+ * make the pin input fields responsive ([#4141](https://github.com/dynamic-labs/DynamicAuth/issues/4141)) ([d8a2e0b](https://github.com/dynamic-labs/DynamicAuth/commit/d8a2e0b01db25947237f0321640a7b8916ea361f))
20
+ * remove last separator from email or social only login view ([#4118](https://github.com/dynamic-labs/DynamicAuth/issues/4118)) ([3bdd25c](https://github.com/dynamic-labs/DynamicAuth/commit/3bdd25ca9c97d1d88f4f62a2e80c04ed634c1ed4)), closes [#4103](https://github.com/dynamic-labs/DynamicAuth/issues/4103)
21
+ * render recovery section only when turnkey provider is enabled ([#4093](https://github.com/dynamic-labs/DynamicAuth/issues/4093)) ([#4096](https://github.com/dynamic-labs/DynamicAuth/issues/4096)) ([969eef1](https://github.com/dynamic-labs/DynamicAuth/commit/969eef1616e9891a8387746dbdd87162fd111a94))
22
+ * reset selected social provider on logout ([164363f](https://github.com/dynamic-labs/DynamicAuth/commit/164363f1435831e911e69f522212030ff66e5474))
23
+ * sync wagmi when using embedded wallets in connect-only ([#4110](https://github.com/dynamic-labs/DynamicAuth/issues/4110)) ([e97da0d](https://github.com/dynamic-labs/DynamicAuth/commit/e97da0d1b8a51857f69b578adc157a2ba694be7e))
24
+ * update wagmi to v1.4.12 to fix ledger security issue ([#4170](https://github.com/dynamic-labs/DynamicAuth/issues/4170)) ([3ad0a17](https://github.com/dynamic-labs/DynamicAuth/commit/3ad0a171cca9d97f6a62659b75826926cd955b27))
25
+
2
26
  ### [0.19.5](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.4...v0.19.5) (2023-12-05)
3
27
 
4
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "0.19.5",
3
+ "version": "0.19.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@onflow/fcl": "1.4.1",
30
- "@dynamic-labs/utils": "0.19.5",
31
- "@dynamic-labs/wallet-book": "0.19.5",
32
- "@dynamic-labs/wallet-connector-core": "0.19.5"
30
+ "@dynamic-labs/utils": "0.19.7",
31
+ "@dynamic-labs/wallet-book": "0.19.7",
32
+ "@dynamic-labs/wallet-connector-core": "0.19.7"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }