@dynamic-labs/flow 0.17.25 → 0.17.27
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 +23 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.17.27](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.26...v0.17.27) (2023-07-26)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* do not proceed to authSuccess if there are still missing fields ([#2726](https://github.com/dynamic-labs/DynamicAuth/issues/2726)) ([e5b8139](https://github.com/dynamic-labs/DynamicAuth/commit/e5b8139bedbcc82f6f42251c5877a97955d90564)), closes [#2740](https://github.com/dynamic-labs/DynamicAuth/issues/2740)
|
|
8
|
+
* WalletConnect bug on fresh session with high latency ([#2669](https://github.com/dynamic-labs/DynamicAuth/issues/2669)) ([0fcb9c9](https://github.com/dynamic-labs/DynamicAuth/commit/0fcb9c969d39dad856ae76b2bdd02368c6c8d64a))
|
|
9
|
+
|
|
10
|
+
### [0.17.26](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.25...v0.17.26) (2023-07-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* introduce MenuList and Dropdown components to unify redundant i… ([#2698](https://github.com/dynamic-labs/DynamicAuth/issues/2698)) ([9cab849](https://github.com/dynamic-labs/DynamicAuth/commit/9cab849ed3173c81fe09a3cbe7291e31dde44bfb)), closes [#2675](https://github.com/dynamic-labs/DynamicAuth/issues/2675)
|
|
16
|
+
* Update WalletConnect wallet registry ([#2742](https://github.com/dynamic-labs/DynamicAuth/issues/2742)) ([4bf5266](https://github.com/dynamic-labs/DynamicAuth/commit/4bf5266d3fa8202f00411230e8fa617ead01d405))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* correctly round balance numbers on widget ([#2625](https://github.com/dynamic-labs/DynamicAuth/issues/2625)) ([#2688](https://github.com/dynamic-labs/DynamicAuth/issues/2688)) ([88f7b07](https://github.com/dynamic-labs/DynamicAuth/commit/88f7b07d1764be7767c202500b6a7680daf2a971))
|
|
22
|
+
* **GVTY-58:** do not allow users to submit empty whitespace strings in onboarding form ([#2723](https://github.com/dynamic-labs/DynamicAuth/issues/2723)) ([31f29ed](https://github.com/dynamic-labs/DynamicAuth/commit/31f29ed4c8db5ab3ccb6283301fa04e29c130b39))
|
|
23
|
+
* remove center style to match main ([#2728](https://github.com/dynamic-labs/DynamicAuth/issues/2728)) ([e58a3a5](https://github.com/dynamic-labs/DynamicAuth/commit/e58a3a541db62c24d8be5ee3b5994d59f16b0f30))
|
|
24
|
+
|
|
2
25
|
### [0.17.25](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.24...v0.17.25) (2023-07-19)
|
|
3
26
|
|
|
4
27
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/flow",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.27",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@onflow/fcl": "1.3.2",
|
|
30
|
-
"@dynamic-labs/utils": "0.17.
|
|
31
|
-
"@dynamic-labs/wallet-connector-core": "0.17.
|
|
30
|
+
"@dynamic-labs/utils": "0.17.27",
|
|
31
|
+
"@dynamic-labs/wallet-connector-core": "0.17.27"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {}
|
|
34
34
|
}
|