From 852d49ea2600cc133015bce8d2c86b6bab113414 Mon Sep 17 00:00:00 2001 From: "cipherbox-release-bot[bot]" <261055946+cipherbox-release-bot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:42:55 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 18 +++++++++--------- CHANGELOG.md | 14 ++++++++++++++ apps/api/package.json | 2 +- apps/desktop/package.json | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- apps/web/package.json | 2 +- crates/core/CHANGELOG.md | 7 +++++++ crates/core/Cargo.toml | 2 +- crates/crypto/CHANGELOG.md | 7 +++++++ crates/crypto/Cargo.toml | 2 +- crates/fuse/CHANGELOG.md | 7 +++++++ crates/fuse/Cargo.toml | 2 +- crates/sdk/CHANGELOG.md | 7 +++++++ crates/sdk/Cargo.toml | 2 +- package.json | 2 +- packages/api-client/CHANGELOG.md | 7 +++++++ packages/api-client/package.json | 2 +- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- packages/crypto/CHANGELOG.md | 7 +++++++ packages/crypto/package.json | 2 +- packages/sdk-core/CHANGELOG.md | 7 +++++++ packages/sdk-core/package.json | 2 +- tests/load/package.json | 2 +- tests/sdk-e2e/package.json | 2 +- tests/web-e2e/package.json | 2 +- 26 files changed, 95 insertions(+), 25 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 764a4f1029..48e1cfe37f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - ".": "0.34.0", - "packages/core": "0.29.0", - "packages/crypto": "0.29.0", - "packages/api-client": "0.32.0", - "packages/sdk-core": "0.33.0", + ".": "0.35.0", + "packages/core": "0.30.0", + "packages/crypto": "0.30.0", + "packages/api-client": "0.33.0", + "packages/sdk-core": "0.34.0", "packages/sdk": "0.33.0", - "crates/crypto": "0.4.0", - "crates/core": "0.4.0", + "crates/crypto": "0.5.0", + "crates/core": "0.5.0", "crates/api-client": "0.4.0", - "crates/fuse": "0.4.1", - "crates/sdk": "0.4.0" + "crates/fuse": "0.5.0", + "crates/sdk": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 358dd39c95..c7b7fb3fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.35.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.34.0...cipher-box-v0.35.0) (2026-03-31) + + +### Features + +* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad)) +* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe)) + + +### Bug Fixes + +* **desktop:** use compile-time API URL fallback for release builds ([#425](https://github.com/FSM1/cipher-box/issues/425)) ([e5384c0](https://github.com/FSM1/cipher-box/commit/e5384c0afe7f0590edc8c9b7e754eebe8325f58f)) +* **web:** replace encrypting pulse with shimmer to prevent progress flash ([#420](https://github.com/FSM1/cipher-box/issues/420)) ([0300eac](https://github.com/FSM1/cipher-box/commit/0300eace7425c8a1a77763351f0e93f6eef1a86f)) + ## [0.34.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.33.0...cipher-box-v0.34.0) (2026-03-30) diff --git a/apps/api/package.json b/apps/api/package.json index 80ba0e77d5..d2aa6a783e 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api", - "version": "0.34.0", + "version": "0.35.0", "private": true, "scripts": { "dev": "nest start --watch", diff --git a/apps/desktop/package.json b/apps/desktop/package.json index d1808b1b52..ce2a0dec55 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/desktop", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 3421f36a1e..909e6db8d5 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/nicklasxyz/tauri-v2-schema/refs/heads/main/tauri.conf.json", "productName": "CipherBox", "identifier": "com.cipherbox.desktop", - "version": "0.34.0", + "version": "0.35.0", "build": { "devUrl": "http://localhost:1420", "frontendDist": "../dist", diff --git a/apps/web/package.json b/apps/web/package.json index 1f7a27d8c6..1a89f9a3fd 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/web", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": { diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index d035400b7c..70f104150f 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-core-v0.4.0...cipherbox-core-v0.5.0) (2026-03-31) + + +### Features + +* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad)) + ## [0.4.0](https://github.com/FSM1/cipher-box/compare/cipherbox-core-v0.3.0...cipherbox-core-v0.4.0) (2026-03-26) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 5a6b0e11e2..197b62257d 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherbox-core" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "CipherBox domain types, metadata schemas, IPNS records, and vault blob" diff --git a/crates/crypto/CHANGELOG.md b/crates/crypto/CHANGELOG.md index 59641bd904..5d6dd618e0 100644 --- a/crates/crypto/CHANGELOG.md +++ b/crates/crypto/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-crypto-v0.4.0...cipherbox-crypto-v0.5.0) (2026-03-31) + + +### Features + +* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad)) + ## [0.4.0](https://github.com/FSM1/cipher-box/compare/cipherbox-crypto-v0.3.0...cipherbox-crypto-v0.4.0) (2026-03-26) diff --git a/crates/crypto/Cargo.toml b/crates/crypto/Cargo.toml index d9c703fc59..83a7d3537b 100644 --- a/crates/crypto/Cargo.toml +++ b/crates/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherbox-crypto" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "CipherBox cryptographic primitives and key derivation" diff --git a/crates/fuse/CHANGELOG.md b/crates/fuse/CHANGELOG.md index d55ae851b6..6229d93409 100644 --- a/crates/fuse/CHANGELOG.md +++ b/crates/fuse/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-fuse-v0.4.1...cipherbox-fuse-v0.5.0) (2026-03-31) + + +### Features + +* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad)) + ## [0.4.1](https://github.com/FSM1/cipher-box/compare/cipherbox-fuse-v0.4.0...cipherbox-fuse-v0.4.1) (2026-03-30) diff --git a/crates/fuse/Cargo.toml b/crates/fuse/Cargo.toml index 9e5c0e50d4..64e8b83435 100644 --- a/crates/fuse/Cargo.toml +++ b/crates/fuse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherbox-fuse" -version = "0.4.1" +version = "0.5.0" edition = "2021" description = "CipherBox FUSE filesystem with platform-specific mount implementations" diff --git a/crates/sdk/CHANGELOG.md b/crates/sdk/CHANGELOG.md index ea01cbd90b..cfa7e42fab 100644 --- a/crates/sdk/CHANGELOG.md +++ b/crates/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/FSM1/cipher-box/compare/cipherbox-sdk-v0.4.0...cipherbox-sdk-v0.5.0) (2026-03-31) + + +### Features + +* desktop vault settings integration - phase 40 ([#424](https://github.com/FSM1/cipher-box/issues/424)) ([0d37d71](https://github.com/FSM1/cipher-box/commit/0d37d710bc1c57061433a992c020fc8951aba1ad)) + ## [0.4.0](https://github.com/FSM1/cipher-box/compare/cipherbox-sdk-v0.3.0...cipherbox-sdk-v0.4.0) (2026-03-26) diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index 6b1b98eca3..901a2208e5 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherbox-sdk" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "CipherBox stateful SDK - sync daemon, write queue, key state, device registry" diff --git a/package.json b/package.json index 2ae4ae35ca..b79b87e2af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cipher-box", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": { diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index 240c60a471..c84b99a6b0 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe)) + ## [0.32.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.31.0...@cipherbox/api-client-v0.32.0) (2026-03-30) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 9f9debd03c..4c2f5134ad 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api-client", - "version": "0.32.0", + "version": "0.33.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c5411c8c00..131ef739d7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/core-v0.29.0...@cipherbox/core-v0.30.0) (2026-03-31) + + +### Features + +* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe)) + ## [0.29.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/core-v0.28.0...@cipherbox/core-v0.29.0) (2026-03-26) diff --git a/packages/core/package.json b/packages/core/package.json index f6706c8020..7da166c7d8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/core", - "version": "0.29.0", + "version": "0.30.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index 17061b4255..6faf6a051b 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/crypto-v0.29.0...@cipherbox/crypto-v0.30.0) (2026-03-31) + + +### Features + +* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe)) + ## [0.29.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/crypto-v0.28.0...@cipherbox/crypto-v0.29.0) (2026-03-26) diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 2b6e91a35b..e04abfa9a5 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/crypto", - "version": "0.29.0", + "version": "0.30.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/sdk-core/CHANGELOG.md b/packages/sdk-core/CHANGELOG.md index c0bd5fc0c4..7704801ffe 100644 --- a/packages/sdk-core/CHANGELOG.md +++ b/packages/sdk-core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/sdk-core-v0.33.0...@cipherbox/sdk-core-v0.34.0) (2026-03-31) + + +### Features + +* **web:** user-configurable vault parameters ([#423](https://github.com/FSM1/cipher-box/issues/423)) ([fa7b443](https://github.com/FSM1/cipher-box/commit/fa7b44399f9c688783b995a2a716b6525eabeefe)) + ## [0.33.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/sdk-core-v0.32.0...@cipherbox/sdk-core-v0.33.0) (2026-03-30) diff --git a/packages/sdk-core/package.json b/packages/sdk-core/package.json index 3af37ba5eb..c5a0c1c3cf 100644 --- a/packages/sdk-core/package.json +++ b/packages/sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/sdk-core", - "version": "0.33.0", + "version": "0.34.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/tests/load/package.json b/tests/load/package.json index b9198ecddc..3990a643c5 100644 --- a/tests/load/package.json +++ b/tests/load/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/load-tests", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": { diff --git a/tests/sdk-e2e/package.json b/tests/sdk-e2e/package.json index 145ecb9bb1..ef7fa8c24b 100644 --- a/tests/sdk-e2e/package.json +++ b/tests/sdk-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/sdk-e2e", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": { diff --git a/tests/web-e2e/package.json b/tests/web-e2e/package.json index 50e466e7cf..ef866fb584 100644 --- a/tests/web-e2e/package.json +++ b/tests/web-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/web-e2e", - "version": "0.34.0", + "version": "0.35.0", "private": true, "type": "module", "scripts": {