@dynamic-labs/multi-wallet 0.18.13 → 0.18.15

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,4 +1,24 @@
1
1
 
2
+ ### [0.18.15](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.14...v0.18.15) (2023-09-11)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * sdkSettings should call once per session ([#3189](https://github.com/dynamic-labs/DynamicAuth/issues/3189)) ([#3264](https://github.com/dynamic-labs/DynamicAuth/issues/3264)) ([3f503bb](https://github.com/dynamic-labs/DynamicAuth/commit/3f503bbd43107a22c78d18d8e01e7ea26c83f36c))
8
+ * wallet transition in the bridge ([#3268](https://github.com/dynamic-labs/DynamicAuth/issues/3268)) ([8568387](https://github.com/dynamic-labs/DynamicAuth/commit/8568387461da80c5342f53313ce1dda7647320fa)), closes [#3243](https://github.com/dynamic-labs/DynamicAuth/issues/3243)
9
+
10
+ ### [0.18.14](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.13...v0.18.14) (2023-09-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * add onSignedMessage callback ([#3213](https://github.com/dynamic-labs/DynamicAuth/issues/3213)) ([648defa](https://github.com/dynamic-labs/DynamicAuth/commit/648defa1c5f84805e5dcdbb98a30be2a47f53ed7))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * prefer mainnet chain id when connecting with WCv2 ([#3219](https://github.com/dynamic-labs/DynamicAuth/issues/3219)) ([6ee8fb6](https://github.com/dynamic-labs/DynamicAuth/commit/6ee8fb6c0565e759837f45179de12c985ac0dd71))
21
+
2
22
  ### [0.18.13](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.12...v0.18.13) (2023-08-31)
3
23
 
4
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "0.18.13",
3
+ "version": "0.18.15",
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.270",
11
11
  "ethers": "5.7.2",
12
12
  "tslib": "2.4.1",
13
- "@dynamic-labs/rpc-providers": "0.18.13",
14
- "@dynamic-labs/types": "0.18.13",
15
- "@dynamic-labs/utils": "0.18.13",
16
- "@dynamic-labs/wallet-book": "0.18.13",
17
- "@dynamic-labs/wallet-connector-core": "0.18.13"
13
+ "@dynamic-labs/rpc-providers": "0.18.15",
14
+ "@dynamic-labs/types": "0.18.15",
15
+ "@dynamic-labs/utils": "0.18.15",
16
+ "@dynamic-labs/wallet-book": "0.18.15",
17
+ "@dynamic-labs/wallet-connector-core": "0.18.15"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@walletconnect/types": "2.4.2"