@dynamic-labs/flow 3.4.1 → 3.4.3
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.
- package/CHANGELOG.md +21 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
|
|
2
|
+
### [3.4.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.2...v3.4.3) (2024-10-23)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add mobile wallet redirect view ([#7168](https://github.com/dynamic-labs/DynamicAuth/issues/7168)) ([#7194](https://github.com/dynamic-labs/DynamicAuth/issues/7194)) ([1d25423](https://github.com/dynamic-labs/DynamicAuth/commit/1d254236e8609847e9ad8a390593ce7741fc10a6))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* sdkHasLoaded should check if primaryWallet has finished loading ([#7193](https://github.com/dynamic-labs/DynamicAuth/issues/7193)) ([1b9a0de](https://github.com/dynamic-labs/DynamicAuth/commit/1b9a0de0e279804f808f36a4945a8b2500cc2b7a))
|
|
13
|
+
|
|
14
|
+
### [3.4.2](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.1...v3.4.2) (2024-10-18)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* improve displayed chain name in network switcher ([#7153](https://github.com/dynamic-labs/DynamicAuth/issues/7153)) ([#7160](https://github.com/dynamic-labs/DynamicAuth/issues/7160)) ([838f0ed](https://github.com/dynamic-labs/DynamicAuth/commit/838f0edcda86080459e8aa1dffcdb36e3aa73f1b))
|
|
20
|
+
* surface relevant error message when social pop-up blocked by browser ([#7158](https://github.com/dynamic-labs/DynamicAuth/issues/7158)) ([663e81f](https://github.com/dynamic-labs/DynamicAuth/commit/663e81f45c1ab0c091690dab21a9cafb7f0cccde))
|
|
21
|
+
* use embedded primaryChain when passing undefined chains list to createTurnkeyWallet ([#7156](https://github.com/dynamic-labs/DynamicAuth/issues/7156)) ([f023092](https://github.com/dynamic-labs/DynamicAuth/commit/f023092b3fecef76bcee144632c63a149e5e432f))
|
|
22
|
+
|
|
2
23
|
### [3.4.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.4.0...v3.4.1) (2024-10-17)
|
|
3
24
|
|
|
4
25
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@onflow/fcl": "1.10.0",
|
|
30
|
-
"@dynamic-labs/assert-package-version": "3.4.
|
|
31
|
-
"@dynamic-labs/utils": "3.4.
|
|
32
|
-
"@dynamic-labs/wallet-book": "3.4.
|
|
33
|
-
"@dynamic-labs/wallet-connector-core": "3.4.
|
|
30
|
+
"@dynamic-labs/assert-package-version": "3.4.3",
|
|
31
|
+
"@dynamic-labs/utils": "3.4.3",
|
|
32
|
+
"@dynamic-labs/wallet-book": "3.4.3",
|
|
33
|
+
"@dynamic-labs/wallet-connector-core": "3.4.3"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {}
|
|
36
36
|
}
|