diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57511876d..2935a6142 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,17 +1,17 @@ { - ".": "0.42.0", - "apps/api": "0.41.0", + ".": "0.43.0", + "apps/api": "0.42.0", "apps/web": "0.45.0", - "apps/desktop": "0.42.0", + "apps/desktop": "0.43.0", "apps/tee-worker": "0.31.1", "packages/core": "0.31.0", "packages/crypto": "0.33.0", - "packages/api-client": "0.41.0", + "packages/api-client": "0.42.0", "packages/sdk-core": "0.37.1", - "packages/sdk": "0.37.0", + "packages/sdk": "0.37.1", "crates/crypto": "0.5.0", "crates/core": "0.5.1", "crates/api-client": "0.35.0", - "crates/fuse": "0.6.1", - "crates/sdk": "0.6.0" + "crates/fuse": "0.7.0", + "crates/sdk": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5508443..a32fbcc34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.43.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.42.0...cipher-box-v0.43.0) (2026-06-21) + + +### Features + +* desktop FUSE journal durability and at-rest safety ([#533](https://github.com/FSM1/cipher-box/issues/533)) ([b3511af](https://github.com/FSM1/cipher-box/commit/b3511afbd7011a0a5f151d47f2ec9bd1069262c1)) + + +### Bug Fixes + +* **e2e:** make desktop e2e helper dirs workspace packages ([#536](https://github.com/FSM1/cipher-box/issues/536)) ([ac71fef](https://github.com/FSM1/cipher-box/commit/ac71fef0068a7da1393994a4c73e0b84956d8b13)) +* IPFS/IPNS data-integrity fixes for unpin and folder unenroll ([#527](https://github.com/FSM1/cipher-box/issues/527)) ([b7acb57](https://github.com/FSM1/cipher-box/commit/b7acb570ced77f43f35eecd65a7f9f15fdd29afc)) + ## [0.42.0](https://github.com/FSM1/cipher-box/compare/cipher-box-v0.41.1...cipher-box-v0.42.0) (2026-06-18) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index bb74f83ff..a19e246bb 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-v0.41.0...@cipherbox/api-v0.42.0) (2026-06-21) + + +### Bug Fixes + +* IPFS/IPNS data-integrity fixes for unpin and folder unenroll ([#527](https://github.com/FSM1/cipher-box/issues/527)) ([b7acb57](https://github.com/FSM1/cipher-box/commit/b7acb570ced77f43f35eecd65a7f9f15fdd29afc)) + ## [0.41.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-v0.40.0...@cipherbox/api-v0.41.0) (2026-06-18) diff --git a/apps/api/package.json b/apps/api/package.json index 1ab9322d3..65304db74 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api", - "version": "0.41.0", + "version": "0.42.0", "private": true, "scripts": { "dev": "nest start --watch", diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index f922840c3..a9e2ddd6d 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.43.0](https://github.com/FSM1/cipher-box/compare/cipherbox-desktop-v0.42.0...cipherbox-desktop-v0.43.0) (2026-06-21) + + +### Features + +* desktop FUSE journal durability and at-rest safety ([#533](https://github.com/FSM1/cipher-box/issues/533)) ([b3511af](https://github.com/FSM1/cipher-box/commit/b3511afbd7011a0a5f151d47f2ec9bd1069262c1)) + ## [0.42.0](https://github.com/FSM1/cipher-box/compare/cipherbox-desktop-v0.41.0...cipherbox-desktop-v0.42.0) (2026-06-15) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 5880e0ca2..7dd1568b9 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/desktop", - "version": "0.42.0", + "version": "0.43.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 45ed9cb91..3cc6d948b 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.42.0", + "version": "0.43.0", "build": { "devUrl": "http://localhost:1420", "frontendDist": "../dist", diff --git a/crates/fuse/CHANGELOG.md b/crates/fuse/CHANGELOG.md index 48844d882..2c8d4380c 100644 --- a/crates/fuse/CHANGELOG.md +++ b/crates/fuse/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/FSM1/cipher-box/compare/cipherbox-fuse-v0.6.1...cipherbox-fuse-v0.7.0) (2026-06-21) + + +### Features + +* desktop FUSE journal durability and at-rest safety ([#533](https://github.com/FSM1/cipher-box/issues/533)) ([b3511af](https://github.com/FSM1/cipher-box/commit/b3511afbd7011a0a5f151d47f2ec9bd1069262c1)) + ## [0.6.1](https://github.com/FSM1/cipher-box/compare/cipherbox-fuse-v0.6.0...cipherbox-fuse-v0.6.1) (2026-06-17) diff --git a/crates/fuse/Cargo.toml b/crates/fuse/Cargo.toml index b6c16e0fd..e9ff4e05e 100644 --- a/crates/fuse/Cargo.toml +++ b/crates/fuse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherbox-fuse" -version = "0.6.1" +version = "0.7.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 58168e754..f304dcdbe 100644 --- a/crates/sdk/CHANGELOG.md +++ b/crates/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/FSM1/cipher-box/compare/cipherbox-sdk-v0.6.0...cipherbox-sdk-v0.7.0) (2026-06-21) + + +### Features + +* desktop FUSE journal durability and at-rest safety ([#533](https://github.com/FSM1/cipher-box/issues/533)) ([b3511af](https://github.com/FSM1/cipher-box/commit/b3511afbd7011a0a5f151d47f2ec9bd1069262c1)) + ## [0.6.0](https://github.com/FSM1/cipher-box/compare/cipherbox-sdk-v0.5.0...cipherbox-sdk-v0.6.0) (2026-06-15) diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index 18cf86290..95c010056 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cipherbox-sdk" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "CipherBox stateful SDK - sync daemon, write queue, key state, device registry" diff --git a/package.json b/package.json index fffd7ce0c..ea17c944c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cipher-box", - "version": "0.42.0", + "version": "0.43.0", "private": true, "type": "module", "packageManager": "pnpm@10.33.0", diff --git a/packages/api-client/CHANGELOG.md b/packages/api-client/CHANGELOG.md index d4390a90b..ccf10709c 100644 --- a/packages/api-client/CHANGELOG.md +++ b/packages/api-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.41.0...@cipherbox/api-client-v0.42.0) (2026-06-21) + + +### Bug Fixes + +* IPFS/IPNS data-integrity fixes for unpin and folder unenroll ([#527](https://github.com/FSM1/cipher-box/issues/527)) ([b7acb57](https://github.com/FSM1/cipher-box/commit/b7acb570ced77f43f35eecd65a7f9f15fdd29afc)) + ## [0.41.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/api-client-v0.40.0...@cipherbox/api-client-v0.41.0) (2026-06-18) diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 294505dd6..f63fa9455 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api-client", - "version": "0.41.0", + "version": "0.42.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 6e8e92523..f8dad339d 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.37.1](https://github.com/FSM1/cipher-box/compare/@cipherbox/sdk-v0.37.0...@cipherbox/sdk-v0.37.1) (2026-06-21) + + +### Bug Fixes + +* IPFS/IPNS data-integrity fixes for unpin and folder unenroll ([#527](https://github.com/FSM1/cipher-box/issues/527)) ([b7acb57](https://github.com/FSM1/cipher-box/commit/b7acb570ced77f43f35eecd65a7f9f15fdd29afc)) + ## [0.37.0](https://github.com/FSM1/cipher-box/compare/@cipherbox/sdk-v0.36.0...@cipherbox/sdk-v0.37.0) (2026-06-18) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 37c4a3f57..4c1cde53c 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/sdk", - "version": "0.37.0", + "version": "0.37.1", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs",