@dynamic-labs/waas-evm 4.75.0 → 4.76.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,17 @@
1
1
 
2
+ ## [4.76.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.75.0...v4.76.0) (2026-04-06)
3
+
4
+
5
+ ### Features
6
+
7
+ * handle credential_not_enabled_for_sign_in error across all sign-in methods ([#10819](https://github.com/dynamic-labs/dynamic-auth/issues/10819)) ([f694b85](https://github.com/dynamic-labs/dynamic-auth/commit/f694b857eab9d377626078d290473ca369652331))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * modal transition race condition (opacity stuck at 0) ([#10857](https://github.com/dynamic-labs/dynamic-auth/issues/10857)) ([6e9ec68](https://github.com/dynamic-labs/dynamic-auth/commit/6e9ec68040776cc5be333ad20ad0096374947b74))
13
+ * **react-native:** ensure session is correctly mapped ([#10860](https://github.com/dynamic-labs/dynamic-auth/issues/10860)) ([117b013](https://github.com/dynamic-labs/dynamic-auth/commit/117b013faf9a0d4bc6b8429a36d8e88dba546889))
14
+
2
15
  ## [4.75.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.74.1...v4.75.0) (2026-04-03)
3
16
 
4
17
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.75.0";
6
+ var version = "4.76.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.75.0";
2
+ var version = "4.76.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.75.0",
3
+ "version": "4.76.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.923",
22
22
  "viem": "^2.45.3",
23
- "@dynamic-labs/assert-package-version": "4.75.0",
24
- "@dynamic-labs/ethereum-core": "4.75.0",
25
- "@dynamic-labs/logger": "4.75.0",
26
- "@dynamic-labs/types": "4.75.0",
27
- "@dynamic-labs/utils": "4.75.0",
28
- "@dynamic-labs/waas": "4.75.0",
29
- "@dynamic-labs/wallet-connector-core": "4.75.0"
23
+ "@dynamic-labs/assert-package-version": "4.76.0",
24
+ "@dynamic-labs/ethereum-core": "4.76.0",
25
+ "@dynamic-labs/logger": "4.76.0",
26
+ "@dynamic-labs/types": "4.76.0",
27
+ "@dynamic-labs/utils": "4.76.0",
28
+ "@dynamic-labs/waas": "4.76.0",
29
+ "@dynamic-labs/wallet-connector-core": "4.76.0"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }