@dynamic-labs/flow 1.0.4 → 1.0.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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,22 @@
1
1
 
2
+ ### [1.0.6](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.5...v1.0.6) (2024-01-18)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * call onUnlinkSuccess in headless mode ([#4417](https://github.com/dynamic-labs/DynamicAuth/issues/4417)) ([d00e644](https://github.com/dynamic-labs/DynamicAuth/commit/d00e644f3452ab9081af4cad0e98aa055ebe3722))
8
+ * correctly map keplr chain ids from project settings ([#4418](https://github.com/dynamic-labs/DynamicAuth/issues/4418)) ([#4420](https://github.com/dynamic-labs/DynamicAuth/issues/4420)) ([1f75a5f](https://github.com/dynamic-labs/DynamicAuth/commit/1f75a5f6138513634d59a4aec389b0271176d72e))
9
+ * correctly update wallets connected flag after wallet switch ([#4397](https://github.com/dynamic-labs/DynamicAuth/issues/4397)) ([#4405](https://github.com/dynamic-labs/DynamicAuth/issues/4405)) ([ca9ae8a](https://github.com/dynamic-labs/DynamicAuth/commit/ca9ae8a92e717cb3d5dd66d4bbdb9a7f8834d22a))
10
+ * fix ui issues on react 17 ([#4373](https://github.com/dynamic-labs/DynamicAuth/issues/4373)) ([#4376](https://github.com/dynamic-labs/DynamicAuth/issues/4376)) ([a3719cf](https://github.com/dynamic-labs/DynamicAuth/commit/a3719cf23517c82cc7a5574013e14807c99811bb))
11
+
12
+ ### [1.0.5](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.4...v1.0.5) (2024-01-10)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * trigger onAuthSuccess before embedded wallet creation ([eff7166](https://github.com/dynamic-labs/DynamicAuth/commit/eff7166902e851e726d5ee7a6bf51f9a9a85dba1))
18
+ * turnkeyWalletConnector is not an email otp connector and uses dynamic otp ([#4314](https://github.com/dynamic-labs/DynamicAuth/issues/4314)) ([446b536](https://github.com/dynamic-labs/DynamicAuth/commit/446b536c83ab2ff9d2bc727047dd2ff2601fa2a6))
19
+
2
20
  ### [1.0.4](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.3...v1.0.4) (2024-01-04)
3
21
 
4
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "1.0.4",
3
+ "version": "1.0.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": "1.0.4",
31
- "@dynamic-labs/wallet-book": "1.0.4",
32
- "@dynamic-labs/wallet-connector-core": "1.0.4"
30
+ "@dynamic-labs/utils": "1.0.6",
31
+ "@dynamic-labs/wallet-book": "1.0.6",
32
+ "@dynamic-labs/wallet-connector-core": "1.0.6"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }