Skip to content

Commit 16fa078

Browse files
semantic-release-botghermet
authored andcommitted
chore(release): 1.0.0-alpha.7 [skip ci]
## [1.0.0-alpha.7](v1.0.0-alpha.6...v1.0.0-alpha.7) (2026-03-02) ### Bug Fixes * **security:** resolve CodeQL code scanning alerts ([#42](#42)) ([96ae63f](96ae63f))
1 parent 27d54b6 commit 16fa078

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.7](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2026-03-02)
4+
5+
### Bug Fixes
6+
7+
- **security:** resolve CodeQL code scanning alerts ([#42](https://github.com/zama-ai/sdk/issues/42)) ([96ae63f](https://github.com/zama-ai/sdk/commit/96ae63ff4b44cfa44b52acbf7fc6be31f5ef452f))
8+
39
## [1.0.0-alpha.6](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2026-03-02)
410

511
### 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": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "React hooks for Zama SDK",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",
@@ -64,7 +64,7 @@
6464
"tsup": "^8.5.1"
6565
},
6666
"peerDependencies": {
67-
"@zama-fhe/sdk": "^1.0.0-alpha.6",
67+
"@zama-fhe/sdk": "^1.0.0-alpha.7",
6868
"react": ">=18",
6969
"@tanstack/react-query": ">=5",
7070
"ethers": ">=6",

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.6",
3+
"version": "1.0.0-alpha.7",
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)