Skip to content

Commit 00cb1c6

Browse files
chore(release): 2.5.0-alpha.3 [skip ci]
## [2.5.0-alpha.3](v2.5.0-alpha.2...v2.5.0-alpha.3) (2026-04-16) ### Bug Fixes - align example apps with scoped isAllowed checks ([#233](#233)) ([4f50086]())
1 parent 4f50086 commit 00cb1c6

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.5.0-alpha.3](https://github.com/zama-ai/sdk/compare/v2.5.0-alpha.2...v2.5.0-alpha.3) (2026-04-16)
4+
5+
### Bug Fixes
6+
7+
- align example apps with scoped isAllowed checks ([#233](https://github.com/zama-ai/sdk/issues/233)) ([4f50086]())
8+
39
## [2.5.0-alpha.2](https://github.com/zama-ai/sdk/compare/v2.5.0-alpha.1...v2.5.0-alpha.2) (2026-04-16)
410

511
### 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.5.0-alpha.2",
3+
"version": "2.5.0-alpha.3",
44
"description": "React hooks for Zama SDK",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",
@@ -64,7 +64,7 @@
6464
},
6565
"peerDependencies": {
6666
"@tanstack/react-query": ">=5",
67-
"@zama-fhe/sdk": "^2.5.0-alpha.2",
67+
"@zama-fhe/sdk": "^2.5.0-alpha.3",
6868
"react": ">=18",
6969
"viem": "^2.47.0",
7070
"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.5.0-alpha.2",
3+
"version": "2.5.0-alpha.3",
44
"description": "TypeScript SDK for Zama fhEVM confidential smart contracts",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",

0 commit comments

Comments
 (0)