From ee8f32fb8e7288be147fc795ab732f349d7d828c Mon Sep 17 00:00:00 2001 From: "cipherbox-release-bot[bot]" <261055946+cipherbox-release-bot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:37:56 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- CHANGELOG.md | 15 +++++++++++++++ apps/api/CHANGELOG.md | 8 ++++++++ apps/api/package.json | 2 +- package.json | 2 +- packages/api-client/CHANGELOG.md | 7 +++++++ packages/api-client/package.json | 2 +- 7 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 apps/api/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 428159ca0..c4a14cb5f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - ".": "0.35.0", - "apps/api": "0.35.0", + ".": "0.36.0", + "apps/api": "0.36.0", "apps/web": "0.36.0", "apps/desktop": "0.36.0", "apps/tee-worker": "0.31.1", "packages/core": "0.30.0", "packages/crypto": "0.30.0", - "packages/api-client": "0.35.0", + "packages/api-client": "0.36.0", "packages/sdk-core": "0.34.0", "packages/sdk": "0.33.0", "crates/crypto": "0.5.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b7fb3fa..4405cd1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.36.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.35.0...cipher-box-v0.36.0) (2026-04-01) + + +### Features + +* **api:** expose API version on /health endpoint ([#429](https://github.com/FSM1/cipher-box/issues/429)) ([6abf87e](https://github.com/FSM1/cipher-box/commit/6abf87e68fea82bbddaf51f29c07f2091e402e7d)) + + +### Bug Fixes + +* **ci:** correct openapi.json extra-files path for release-please ([#432](https://github.com/FSM1/cipher-box/issues/432)) ([88a12a0](https://github.com/FSM1/cipher-box/commit/88a12a005305e362534b27940d671a53fc66c4db)) +* **ci:** exclude openapi.json version from spec verification ([#434](https://github.com/FSM1/cipher-box/issues/434)) ([4471b1b](https://github.com/FSM1/cipher-box/commit/4471b1bc8c2145d5fb32639c57791b184e049bdb)) +* **ci:** move release-as injection from post-merge to PR branch ([#431](https://github.com/FSM1/cipher-box/issues/431)) ([e8c4ef3](https://github.com/FSM1/cipher-box/commit/e8c4ef351e88166e85c576403127ca624f110695)) +* **ci:** remove openapi.json from release-please extra-files ([4471b1b](https://github.com/FSM1/cipher-box/commit/4471b1bc8c2145d5fb32639c57791b184e049bdb)) + ## [0.35.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.34.0...cipher-box-v0.35.0) (2026-03-31) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md new file mode 100644 index 000000000..c7d356600 --- /dev/null +++ b/apps/api/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.36.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-v0.35.0...@cipherbox/api-v0.36.0) (2026-04-01) + + +### Features + +* **api:** expose API version on /health endpoint ([#429](https://github.com/FSM1/cipher-box/issues/429)) ([6abf87e](https://github.com/FSM1/cipher-box/commit/6abf87e68fea82bbddaf51f29c07f2091e402e7d)) diff --git a/apps/api/package.json b/apps/api/package.json index d2aa6a783..1a41a4662 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api", - "version": "0.35.0", + "version": "0.36.0", "private": true, "scripts": { "dev": "nest start --watch", diff --git a/package.json b/package.json index b79b87e2a..f9762291c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cipher-box", - "version": "0.35.0", + "version": "0.36.0", "private": true, "type": "module", "scripts": { diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index c84b99a6b..0794963e9 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.36.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.35.0...@cipherbox/api-client-v0.36.0) (2026-04-01) + + +### Features + +* **api:** expose API version on /health endpoint ([#429](https://github.com/FSM1/cipher-box/issues/429)) ([6abf87e](https://github.com/FSM1/cipher-box/commit/6abf87e68fea82bbddaf51f29c07f2091e402e7d)) + ## [0.33.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.32.0...@cipherbox/api-client-v0.33.0) (2026-03-31) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 7c4b7e88a..1480113a3 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api-client", - "version": "0.35.0", + "version": "0.36.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs",