Skip to content

Commit ac3f37b

Browse files
chore(release): 3.0.0-alpha.16 [skip ci]
## [3.0.0-alpha.16](v3.0.0-alpha.15...v3.0.0-alpha.16) (2026-04-24) ### Features - **docs:** add LLM-ready SDK docs corpus ([#248](#248)) ([964bd5d]()) - introduce concrete signer / provider split ([#268](#268)) ([ae45dfd]())
1 parent ae45dfd commit ac3f37b

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+
## [3.0.0-alpha.16](https://github.com/zama-ai/sdk/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2026-04-24)
4+
5+
### Features
6+
7+
- **docs:** add LLM-ready SDK docs corpus ([#248](https://github.com/zama-ai/sdk/issues/248)) ([964bd5d]())
8+
- introduce concrete signer / provider split ([#268](https://github.com/zama-ai/sdk/issues/268)) ([ae45dfd]())
9+
310
## [3.0.0-alpha.15](https://github.com/zama-ai/sdk/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2026-04-23)
411

512
### Bug Fixes

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

0 commit comments

Comments
 (0)