@dynamic-labs/flow 0.17.2 → 0.18.0-RC.0

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 +6 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,15 @@
1
1
 
2
- ### [0.17.2](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.1...v0.17.2) (2023-06-14)
2
+ ## [0.18.0-RC.0](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0...v0.18.0-RC.0) (2023-06-14)
3
3
 
4
- ### [0.17.1](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0...v0.17.1) (2023-06-14)
4
+
5
+ ### Features
6
+
7
+ * **DYN-1260:** support for building groups in wallet list builder ([#2272](https://github.com/dynamic-labs/DynamicAuth/issues/2272)) ([a120f98](https://github.com/dynamic-labs/DynamicAuth/commit/a120f9848def97ae70565e06c9058a2a992ad4bb))
5
8
 
6
9
 
7
10
  ### Bug Fixes
8
11
 
9
- * display social icons in correct order ([#2320](https://github.com/dynamic-labs/DynamicAuth/issues/2320)) ([#2325](https://github.com/dynamic-labs/DynamicAuth/issues/2325)) ([6012bd9](https://github.com/dynamic-labs/DynamicAuth/commit/6012bd95030ff5076ce8a82d490c2e617eb05bdb))
10
- * set min-height on social overlay modal
12
+ * **social:** display social icons is current order ([#2320](https://github.com/dynamic-labs/DynamicAuth/issues/2320)) ([ca8099f](https://github.com/dynamic-labs/DynamicAuth/commit/ca8099f23e17313f23b0aaa1ba02f1903565da37))
11
13
 
12
14
  ## [0.17.0](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0-RC.33...v0.17.0) (2023-06-13)
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "0.17.2",
3
+ "version": "0.18.0-RC.0",
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.2",
31
- "@dynamic-labs/wallet-connector-core": "0.17.2"
30
+ "@dynamic-labs/utils": "0.18.0-RC.0",
31
+ "@dynamic-labs/wallet-connector-core": "0.18.0-RC.0"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }