@dynamic-labs/waas-evm 4.27.0 → 4.28.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,21 @@
1
1
 
2
+ ## [4.28.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.27.1...v4.28.0) (2025-08-18)
3
+
4
+
5
+ ### Features
6
+
7
+ * create multiple 7702 wallets ([#9368](https://github.com/dynamic-labs/dynamic-auth/issues/9368)) ([4e04cbf](https://github.com/dynamic-labs/dynamic-auth/commit/4e04cbf6805070d3ceb863010789bfb605d0b165))
8
+
9
+ ### [4.27.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.27.0...v4.27.1) (2025-08-18)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * apple icon black background ([#9363](https://github.com/dynamic-labs/dynamic-auth/issues/9363)) ([b8242e6](https://github.com/dynamic-labs/dynamic-auth/commit/b8242e699f457036f5dbe5e061617d966b6e639e))
15
+ * issue when signing pbst with embedded wallet ([#9356](https://github.com/dynamic-labs/dynamic-auth/issues/9356)) ([3abac9a](https://github.com/dynamic-labs/dynamic-auth/commit/3abac9a52f27a27a95f576e402163ea9d19f69a5))
16
+ * secondary embedded wallets can register session on transactions and signing ([#9030](https://github.com/dynamic-labs/dynamic-auth/issues/9030)) ([716bd95](https://github.com/dynamic-labs/dynamic-auth/commit/716bd9588ac0c435dd6e3e2f37e93f4c488aa0ae))
17
+ * show native balance when on testnet ([#9329](https://github.com/dynamic-labs/dynamic-auth/issues/9329)) ([d8cbe3b](https://github.com/dynamic-labs/dynamic-auth/commit/d8cbe3b319c2ab2f3579e3759ca45913c7434e44))
18
+
2
19
  ## [4.27.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.26.0...v4.27.0) (2025-08-16)
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.27.0";
6
+ var version = "4.28.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.27.0";
2
+ var version = "4.28.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.27.0",
3
+ "version": "4.28.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,13 +20,13 @@
20
20
  "dependencies": {
21
21
  "@dynamic-labs/sdk-api-core": "0.0.753",
22
22
  "viem": "^2.28.4",
23
- "@dynamic-labs/assert-package-version": "4.27.0",
24
- "@dynamic-labs/ethereum-core": "4.27.0",
25
- "@dynamic-labs/logger": "4.27.0",
26
- "@dynamic-labs/types": "4.27.0",
27
- "@dynamic-labs/utils": "4.27.0",
28
- "@dynamic-labs/waas": "4.27.0",
29
- "@dynamic-labs/wallet-connector-core": "4.27.0"
23
+ "@dynamic-labs/assert-package-version": "4.28.0",
24
+ "@dynamic-labs/ethereum-core": "4.28.0",
25
+ "@dynamic-labs/logger": "4.28.0",
26
+ "@dynamic-labs/types": "4.28.0",
27
+ "@dynamic-labs/utils": "4.28.0",
28
+ "@dynamic-labs/waas": "4.28.0",
29
+ "@dynamic-labs/wallet-connector-core": "4.28.0"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }