@dynamic-labs/multi-wallet 0.17.21 → 0.17.22

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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ### [0.17.22](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.21...v0.17.22) (2023-07-10)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **MagicWalletConnector:** check if user is logged when getting balance ([#2615](https://github.com/dynamic-labs/DynamicAuth/issues/2615)) ([ece4073](https://github.com/dynamic-labs/DynamicAuth/commit/ece407333f4e4aadde3601aab51a99fdffb1932b))
8
+ * **useValidateSession:** only check for bridge on wallet connect wallets ([#2616](https://github.com/dynamic-labs/DynamicAuth/issues/2616)) ([063828b](https://github.com/dynamic-labs/DynamicAuth/commit/063828b14855fc0601c39f232dde959330b474a7))
9
+
2
10
  ### [0.17.21](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.20...v0.17.21) (2023-07-06)
3
11
 
4
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "0.17.21",
3
+ "version": "0.17.22",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -10,11 +10,11 @@
10
10
  "@dynamic-labs/sdk-api": "0.0.198",
11
11
  "ethers": "5.7.2",
12
12
  "tslib": "2.4.1",
13
- "@dynamic-labs/rpc-providers": "0.17.21",
14
- "@dynamic-labs/types": "0.17.21",
15
- "@dynamic-labs/utils": "0.17.21",
16
- "@dynamic-labs/wallet-book": "0.17.21",
17
- "@dynamic-labs/wallet-connector-core": "0.17.21"
13
+ "@dynamic-labs/rpc-providers": "0.17.22",
14
+ "@dynamic-labs/types": "0.17.22",
15
+ "@dynamic-labs/utils": "0.17.22",
16
+ "@dynamic-labs/wallet-book": "0.17.22",
17
+ "@dynamic-labs/wallet-connector-core": "0.17.22"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@walletconnect/types": "2.4.2"