Skip to content

Commit b5941b7

Browse files
chore(release): 2.4.0-alpha.2 [skip ci]
## [2.4.0-alpha.2](v2.4.0-alpha.1...v2.4.0-alpha.2) (2026-04-10) ### Features - **example-node-ethers:** upgrade to SDK 2.x with full ERC-7984 flows ([#170](#170)) ([3cdddab]()) - **example-node-viem:** upgrade to SDK 2.x with full ERC-7984 flows ([#169](#169)) ([950756f]())
1 parent 3cdddab commit b5941b7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.0-alpha.2](https://github.com/zama-ai/sdk/compare/v2.4.0-alpha.1...v2.4.0-alpha.2) (2026-04-10)
4+
5+
### Features
6+
7+
- **example-node-ethers:** upgrade to SDK 2.x with full ERC-7984 flows ([#170](https://github.com/zama-ai/sdk/issues/170)) ([3cdddab]())
8+
- **example-node-viem:** upgrade to SDK 2.x with full ERC-7984 flows ([#169](https://github.com/zama-ai/sdk/issues/169)) ([950756f]())
9+
310
## [2.4.0-alpha.1](https://github.com/zama-ai/sdk/compare/v2.3.1-alpha.4...v2.4.0-alpha.1) (2026-04-09)
411

512
### Features

packages/react-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/react-sdk",
3-
"version": "2.4.0-alpha.1",
3+
"version": "2.4.0-alpha.2",
44
"description": "React hooks for Zama SDK",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",
@@ -59,7 +59,7 @@
5959
},
6060
"peerDependencies": {
6161
"@tanstack/react-query": ">=5",
62-
"@zama-fhe/sdk": "^2.4.0-alpha.1",
62+
"@zama-fhe/sdk": "^2.4.0-alpha.2",
6363
"react": ">=18",
6464
"viem": "^2.47.0",
6565
"wagmi": ">=2"

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/sdk",
3-
"version": "2.4.0-alpha.1",
3+
"version": "2.4.0-alpha.2",
44
"description": "TypeScript SDK for Zama fhEVM confidential smart contracts",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",

0 commit comments

Comments
 (0)