Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 7 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/api",
"version": "0.41.0",
"version": "0.42.0",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
7 changes: 7 additions & 0 deletions apps/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherbox/desktop",
"version": "0.42.0",
"version": "0.43.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions crates/fuse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/fuse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
7 changes: 7 additions & 0 deletions crates/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipher-box",
"version": "0.42.0",
"version": "0.43.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading