@dynamic-labs/multi-wallet 0.17.0 → 0.17.2

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 +10 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,4 +1,14 @@
1
1
 
2
+ ### [0.17.2](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.1...v0.17.2) (2023-06-14)
3
+
4
+ ### [0.17.1](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0...v0.17.1) (2023-06-14)
5
+
6
+
7
+ ### Bug Fixes
8
+
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
11
+
2
12
  ## [0.17.0](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.0-RC.33...v0.17.0) (2023-06-13)
3
13
 
4
14
  Dynamic is excited to announce our most amazing SDK update yet (at least since 0.16.0 :-))!
@@ -62,7 +72,6 @@ Enjoy!
62
72
  ### Features
63
73
 
64
74
  * Add suffix to local storage ([#2227](https://github.com/dynamic-labs/DynamicAuth/issues/2227)) ([b901b9b](https://github.com/dynamic-labs/DynamicAuth/commit/b901b9b43a3eaa80706b9ec0679f668a7b8b2507))
65
- * Block Self Service so users have to schedule a demo ([#2286](https://github.com/dynamic-labs/DynamicAuth/issues/2286)) ([8a2f19a](https://github.com/dynamic-labs/DynamicAuth/commit/8a2f19a13a91ef0d9b860ff5164d61f6f7664426))
66
75
  * dyn 2486 Add support for superb ([#2271](https://github.com/dynamic-labs/DynamicAuth/issues/2271)) ([8ea51e9](https://github.com/dynamic-labs/DynamicAuth/commit/8ea51e93c5d74d02efd47877042d7af05ca55f5c))
67
76
  * pass icon theme variant to usages of SocialIcon ([#2303](https://github.com/dynamic-labs/DynamicAuth/issues/2303)) ([da59d6f](https://github.com/dynamic-labs/DynamicAuth/commit/da59d6f22e7ec49cb8cff757baada3cb1e737b99))
68
77
 
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "0.17.0",
3
+ "version": "0.17.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
7
7
  "directory": "packages/multi-wallet"
8
8
  },
9
9
  "dependencies": {
10
- "@dynamic-labs/sdk-api": "0.0.198",
10
+ "@dynamic-labs/sdk-api": "0.0.218",
11
11
  "ethers": "5.7.2",
12
12
  "tslib": "2.4.1",
13
- "@dynamic-labs/rpc-providers": "0.17.0",
14
- "@dynamic-labs/types": "0.17.0",
15
- "@dynamic-labs/utils": "0.17.0",
16
- "@dynamic-labs/wallet-book": "0.17.0",
17
- "@dynamic-labs/wallet-connector-core": "0.17.0"
13
+ "@dynamic-labs/rpc-providers": "0.17.2",
14
+ "@dynamic-labs/types": "0.17.2",
15
+ "@dynamic-labs/utils": "0.17.2",
16
+ "@dynamic-labs/wallet-book": "0.17.2",
17
+ "@dynamic-labs/wallet-connector-core": "0.17.2"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@walletconnect/types": "2.4.2"