Skip to content

Commit 7dec68c

Browse files
chore(release): 2.2.0-alpha.8 [skip ci]
## [2.2.0-alpha.8](v2.2.0-alpha.7...v2.2.0-alpha.8) (2026-03-30) ### Features - **example-hoodi:** upgrade to SDK 2.2.0-alpha.4 + registry + ERC-7984 flows ([#179](#179)) ([6819c13]())
1 parent 6819c13 commit 7dec68c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [2.2.0-alpha.8](https://github.com/zama-ai/sdk/compare/v2.2.0-alpha.7...v2.2.0-alpha.8) (2026-03-30)
4+
5+
### Features
6+
7+
- **example-hoodi:** upgrade to SDK 2.2.0-alpha.4 + registry + ERC-7984 flows ([#179](https://github.com/zama-ai/sdk/issues/179)) ([6819c13]())
8+
39
## [2.2.0-alpha.7](https://github.com/zama-ai/sdk/compare/v2.2.0-alpha.6...v2.2.0-alpha.7) (2026-03-30)
410

511
## [2.2.0-alpha.6](https://github.com/zama-ai/sdk/compare/v2.2.0-alpha.5...v2.2.0-alpha.6) (2026-03-27)

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.2.0-alpha.7",
3+
"version": "2.2.0-alpha.8",
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.2.0-alpha.7",
62+
"@zama-fhe/sdk": "^2.2.0-alpha.8",
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.2.0-alpha.7",
3+
"version": "2.2.0-alpha.8",
44
"description": "TypeScript SDK for Zama fhEVM confidential smart contracts",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",

0 commit comments

Comments
 (0)