@dynamic-labs/flow 0.19.4 → 0.19.6

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 +26 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,30 @@
1
1
 
2
+ ### [0.19.6](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.5...v0.19.6) (2023-12-14)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * 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))
8
+ * 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))
9
+ * make the pin input fields responsive ([#4141](https://github.com/dynamic-labs/DynamicAuth/issues/4141)) ([d8a2e0b](https://github.com/dynamic-labs/DynamicAuth/commit/d8a2e0b01db25947237f0321640a7b8916ea361f))
10
+ * 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)
11
+ * 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))
12
+ * reset selected social provider on logout ([164363f](https://github.com/dynamic-labs/DynamicAuth/commit/164363f1435831e911e69f522212030ff66e5474))
13
+ * 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))
14
+ * 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))
15
+
16
+ ### [0.19.5](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.4...v0.19.5) (2023-12-05)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * add support for embedded wallets in connect-only ([#4041](https://github.com/dynamic-labs/DynamicAuth/issues/4041)) ([#4056](https://github.com/dynamic-labs/DynamicAuth/issues/4056)) ([78f34cb](https://github.com/dynamic-labs/DynamicAuth/commit/78f34cbedf127c301997a72e058f9a4ff62badad))
22
+ * show full passkey name on management view ([#4057](https://github.com/dynamic-labs/DynamicAuth/issues/4057)) ([be9c65a](https://github.com/dynamic-labs/DynamicAuth/commit/be9c65a04143b7253b9b6641e153cb100f626343)), closes [#4043](https://github.com/dynamic-labs/DynamicAuth/issues/4043)
23
+ * make passkey recovery more easily discoverable ([#4058](https://github.com/dynamic-labs/DynamicAuth/issues/4058)) ([#4061](https://github.com/dynamic-labs/DynamicAuth/issues/4061)) ([93c4c4f](https://github.com/dynamic-labs/DynamicAuth/commit/93c4c4fb563bc723e3cd180ba44925db87b25459))
24
+ * fix network picker when using embedded wallet ([#4054](https://github.com/dynamic-labs/DynamicAuth/issues/4054)) ([3bac838](https://github.com/dynamic-labs/DynamicAuth/commit/3bac838d434464ab33bca0fefb0c53208014f41b))
25
+ * clear project settings on page refresh ([#3826](https://github.com/dynamic-labs/DynamicAuth/issues/3826)) ([#4039](https://github.com/dynamic-labs/DynamicAuth/issues/4039)) ([bfbb7b2](https://github.com/dynamic-labs/DynamicAuth/commit/bfbb7b2c3349895e0812c3e884a1e71e4ab84c58))
26
+ * add close button to wallets list ([#4036](https://github.com/dynamic-labs/DynamicAuth/issues/4036)) ([#4046](https://github.com/dynamic-labs/DynamicAuth/issues/4046)) ([6e4038d](https://github.com/dynamic-labs/DynamicAuth/commit/6e4038d49de5c26ceda9be723298daaef4bf8356))
27
+
2
28
  ### [0.19.4](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.3...v0.19.4) (2023-11-29)
3
29
 
4
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "0.19.4",
3
+ "version": "0.19.6",
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.4",
31
- "@dynamic-labs/wallet-book": "0.19.4",
32
- "@dynamic-labs/wallet-connector-core": "0.19.4"
30
+ "@dynamic-labs/utils": "0.19.6",
31
+ "@dynamic-labs/wallet-book": "0.19.6",
32
+ "@dynamic-labs/wallet-connector-core": "0.19.6"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }