@dynamic-labs/multi-wallet 0.16.0-RC.2 → 0.16.0-RC.4

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## [0.16.0-RC.4](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.0-RC.3...v0.16.0-RC.4) (2023-03-10)
3
+
4
+
5
+ ### Features
6
+
7
+ * Show toolkit on user profile open ([fe373be](https://github.com/dynamic-labs/DynamicAuth/commit/fe373be16b54727bb6596b6bae3e42afa3b3262b))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **DYN-144:** Dynamic widget should show when multiWalletWidgetState changes ([1e0ae27](https://github.com/dynamic-labs/DynamicAuth/commit/1e0ae27bb99d95a2e436f011302c532dfecfc3db))
13
+ * **dynamic_context:** use token to check if is authenticated ([88e4de4](https://github.com/dynamic-labs/DynamicAuth/commit/88e4de44636078bfc2408130ec526d75f0909f93))
14
+ * update validateAuthUser to account for verified credential with emails ([4d3ab68](https://github.com/dynamic-labs/DynamicAuth/commit/4d3ab6812525efa9e042374150ba59fe47596212))
15
+
16
+ ## [0.16.0-RC.3](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.0-RC.2...v0.16.0-RC.3) (2023-03-08)
17
+
2
18
  ## [0.16.0-RC.2](https://github.com/dynamic-labs/DynamicAuth/compare/v0.16.0-RC.1...v0.16.0-RC.2) (2023-03-08)
3
19
 
4
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "0.16.0-RC.2",
3
+ "version": "0.16.0-RC.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@blocto/sdk": "0.3.3",
11
- "@coinbase/wallet-sdk": "3.6.2",
11
+ "@coinbase/wallet-sdk": "3.6.4",
12
12
  "@dynamic-labs/sdk-api": "0.0.155",
13
13
  "@onflow/fcl": "1.3.2",
14
14
  "@randlabs/myalgo-connect": "1.4.2",
@@ -23,8 +23,8 @@
23
23
  "magic-sdk": "13.4.0",
24
24
  "starknet": "3.19.0",
25
25
  "tslib": "2.4.1",
26
- "@dynamic-labs/logger": "0.16.0-RC.2",
27
- "@dynamic-labs/wallet-connector-core": "0.16.0-RC.2"
26
+ "@dynamic-labs/logger": "0.16.0-RC.4",
27
+ "@dynamic-labs/wallet-connector-core": "0.16.0-RC.4"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@walletconnect/types": "^2.2.1"