@dynamic-labs/multi-wallet 4.9.10 → 4.9.12

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,21 @@
1
1
 
2
+ ### [4.9.12](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.11...v4.9.12) (2025-03-28)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * prevent event subscription from throwing a page error ([#8393](https://github.com/dynamic-labs/dynamic-auth/issues/8393)) ([eda85cd](https://github.com/dynamic-labs/dynamic-auth/commit/eda85cdeed4cc208e20618882cf3e5a54b176356))
8
+ * global wallet popup in rainbowkit reopening ([#8395](https://github.com/dynamic-labs/dynamic-auth/issues/8395)) ([5473e87](https://github.com/dynamic-labs/dynamic-auth/commit/5473e87834c5a2102f7d87fc649590726bc390c7))
9
+ * notify user when sei is not enable in keplr ([#8396](https://github.com/dynamic-labs/dynamic-auth/issues/8396)) ([79aea59](https://github.com/dynamic-labs/dynamic-auth/commit/79aea59bde82dabbe070a1f0fc5ac484a696e7ac))
10
+ * respect tokenBalance order from backend for SendBalance view ([#8398](https://github.com/dynamic-labs/dynamic-auth/issues/8398)) ([fdb0e1c](https://github.com/dynamic-labs/dynamic-auth/commit/fdb0e1cc2f1614326f506dfdb1726f4c5baf9c0c))
11
+
12
+ ### [4.9.11](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.10...v4.9.11) (2025-03-26)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * ensure global wallet users can disconnect from dapp ([#8389](https://github.com/dynamic-labs/dynamic-auth/issues/8389)) ([79e5892](https://github.com/dynamic-labs/dynamic-auth/commit/79e58921de673757dc0662977ed4eb391aaaf632))
18
+
2
19
  ### [4.9.10](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.9...v4.9.10) (2025-03-26)
3
20
 
4
21
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.9.10";
6
+ var version = "4.9.12";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.9.10";
2
+ var version = "4.9.12";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "4.9.10",
3
+ "version": "4.9.12",
4
4
  "dependencies": {
5
5
  "@dynamic-labs/sdk-api-core": "0.0.644",
6
6
  "tslib": "2.4.1",
7
- "@dynamic-labs/assert-package-version": "4.9.10",
8
- "@dynamic-labs/rpc-providers": "4.9.10",
9
- "@dynamic-labs/types": "4.9.10",
10
- "@dynamic-labs/utils": "4.9.10",
11
- "@dynamic-labs/wallet-book": "4.9.10",
12
- "@dynamic-labs/wallet-connector-core": "4.9.10"
7
+ "@dynamic-labs/assert-package-version": "4.9.12",
8
+ "@dynamic-labs/rpc-providers": "4.9.12",
9
+ "@dynamic-labs/types": "4.9.12",
10
+ "@dynamic-labs/utils": "4.9.12",
11
+ "@dynamic-labs/wallet-book": "4.9.12",
12
+ "@dynamic-labs/wallet-connector-core": "4.9.12"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@walletconnect/types": "2.19.1"