@dynamic-labs/flow 0.17.24 → 0.17.26

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ### [0.17.26](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.25...v0.17.26) (2023-07-25)
3
+
4
+
5
+ ### Features
6
+
7
+ * 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)
8
+ * Update WalletConnect wallet registry ([#2742](https://github.com/dynamic-labs/DynamicAuth/issues/2742)) ([4bf5266](https://github.com/dynamic-labs/DynamicAuth/commit/4bf5266d3fa8202f00411230e8fa617ead01d405))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 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))
14
+ * **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))
15
+ * remove center style to match main ([#2728](https://github.com/dynamic-labs/DynamicAuth/issues/2728)) ([e58a3a5](https://github.com/dynamic-labs/DynamicAuth/commit/e58a3a541db62c24d8be5ee3b5994d59f16b0f30))
16
+
17
+ ### [0.17.25](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.24...v0.17.25) (2023-07-19)
18
+
19
+ ### Features
20
+
21
+ * update magic to v18.4.1
22
+
2
23
  ### [0.17.24](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.23...v0.17.24) (2023-07-17)
3
24
 
4
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "0.17.24",
3
+ "version": "0.17.26",
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.24",
31
- "@dynamic-labs/wallet-connector-core": "0.17.24"
30
+ "@dynamic-labs/utils": "0.17.26",
31
+ "@dynamic-labs/wallet-connector-core": "0.17.26"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }