Skip to content

Commit 076dfb3

Browse files
chore(release): 1.0.0-alpha.12 [skip ci]
## [1.0.0-alpha.12](v1.0.0-alpha.11...v1.0.0-alpha.12) (2026-03-06) ### Features * read-only signer mode & gitbook import audit ([#65](#65)) ([03366c2](03366c2))
1 parent 03366c2 commit 076dfb3

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+
## [1.0.0-alpha.12](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2026-03-06)
4+
5+
### Features
6+
7+
- read-only signer mode & gitbook import audit ([#65](https://github.com/zama-ai/sdk/issues/65)) ([03366c2](https://github.com/zama-ai/sdk/commit/03366c265ed51e4e9fa86355196ca935a576d586))
8+
39
## [1.0.0-alpha.11](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2026-03-06)
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": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "React hooks for Zama SDK",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",
@@ -56,7 +56,7 @@
5656
"tsup": "^8.5.1"
5757
},
5858
"peerDependencies": {
59-
"@zama-fhe/sdk": "^1.0.0-alpha.11",
59+
"@zama-fhe/sdk": "^1.0.0-alpha.12",
6060
"react": ">=18",
6161
"@tanstack/react-query": ">=5",
6262
"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": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"description": "TypeScript SDK for Zama confidential ERC-20 tokens (fhEVM)",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",

0 commit comments

Comments
 (0)