Skip to content

Commit 1a5d34b

Browse files
semantic-release-botghermet
authored andcommitted
chore(release): 1.0.0-alpha.6 [skip ci]
## [1.0.0-alpha.6](v1.0.0-alpha.5...v1.0.0-alpha.6) (2026-03-02) ### Bug Fixes * **security:** resolve 3 high-severity Dependabot alerts ([#41](#41)) ([9f29783](9f29783)), closes [#3](#3) [#4](#4) [#2](#2)
1 parent 9c81b97 commit 1a5d34b

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.6](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2026-03-02)
4+
5+
### Bug Fixes
6+
7+
- **security:** resolve 3 high-severity Dependabot alerts ([#41](https://github.com/zama-ai/sdk/issues/41)) ([9f29783](https://github.com/zama-ai/sdk/commit/9f29783314bfd74b4ed99f446e97d268d3cd9d00)), closes [#3](https://github.com/zama-ai/sdk/issues/3) [#4](https://github.com/zama-ai/sdk/issues/4) [#2](https://github.com/zama-ai/sdk/issues/2)
8+
39
## [1.0.0-alpha.5](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2026-03-02)
410

511
## [1.0.0-alpha.4](https://github.com/zama-ai/sdk/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2026-03-02)

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.5",
3+
"version": "1.0.0-alpha.6",
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.5",
67+
"@zama-fhe/sdk": "^1.0.0-alpha.6",
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.5",
3+
"version": "1.0.0-alpha.6",
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)