@dynamic-labs/waas-evm 4.12.0 → 4.12.2-preview.0

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,23 @@
1
1
 
2
+ ### [4.12.2-preview.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.12.1...v4.12.2-preview.0) (2025-04-15)
3
+
4
+
5
+ ### Features
6
+
7
+ * add zksync smart accounts to global wallets ([cbbdec1](https://github.com/dynamic-labs/dynamic-auth/commit/cbbdec1f74fb19dcf739e10fdff5c4cfde28cfc6))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **bridge:** wrong wallet/chain displaying when switching bridge chains ([#8541](https://github.com/dynamic-labs/dynamic-auth/issues/8541)) ([c9915d2](https://github.com/dynamic-labs/dynamic-auth/commit/c9915d2ede29aac0063ff89539a44e626285d8d0))
13
+
14
+ ### [4.12.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.12.0...v4.12.1) (2025-04-15)
15
+
16
+
17
+ ### Features
18
+
19
+ * add dedicated sui wallet client for waas to override transactions ([#8539](https://github.com/dynamic-labs/dynamic-auth/issues/8539)) ([b37b336](https://github.com/dynamic-labs/dynamic-auth/commit/b37b336060dbfd2ad621c86ae78bd07d44a5fe1e))
20
+
2
21
  ## [4.12.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.11.2...v4.12.0) (2025-04-14)
3
22
 
4
23
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.12.0";
6
+ var version = "4.12.2-preview.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.12.0";
2
+ var version = "4.12.2-preview.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/waas-evm",
3
- "version": "4.12.0",
3
+ "version": "4.12.2-preview.0",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -20,12 +20,12 @@
20
20
  "dependencies": {
21
21
  "@dynamic-labs-wallet/evm": "0.0.60",
22
22
  "viem": "2.21.55",
23
- "@dynamic-labs/assert-package-version": "4.12.0",
24
- "@dynamic-labs/ethereum-core": "4.12.0",
25
- "@dynamic-labs/logger": "4.12.0",
26
- "@dynamic-labs/types": "4.12.0",
27
- "@dynamic-labs/utils": "4.12.0",
28
- "@dynamic-labs/wallet-connector-core": "4.12.0"
23
+ "@dynamic-labs/assert-package-version": "4.12.2-preview.0",
24
+ "@dynamic-labs/ethereum-core": "4.12.2-preview.0",
25
+ "@dynamic-labs/logger": "4.12.2-preview.0",
26
+ "@dynamic-labs/types": "4.12.2-preview.0",
27
+ "@dynamic-labs/utils": "4.12.2-preview.0",
28
+ "@dynamic-labs/wallet-connector-core": "4.12.2-preview.0"
29
29
  },
30
30
  "peerDependencies": {}
31
31
  }