diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 657149d5de..e858b267d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.3" + ".": "0.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fefdc186..a7e64e31d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.4](https://github.com/FSM1/cipher-box/compare/v0.7.3...v0.7.4) (2026-02-11) + + +### Bug Fixes + +* **web:** improve modal-close focus styling per PR review ([b1f5141](https://github.com/FSM1/cipher-box/commit/b1f5141190495550b6ea91121b3f49786537cd23)) +* **web:** replace double-outline focus style with thicker border ([#111](https://github.com/FSM1/cipher-box/issues/111)) ([b1f5141](https://github.com/FSM1/cipher-box/commit/b1f5141190495550b6ea91121b3f49786537cd23)) + ## [0.7.3](https://github.com/FSM1/cipher-box/compare/v0.7.2...v0.7.3) (2026-02-11) diff --git a/apps/api/package.json b/apps/api/package.json index ed1d2fdd71..2b05b6d189 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/api", - "version": "0.7.3", + "version": "0.7.4", "private": true, "scripts": { "dev": "nest start --watch", diff --git a/apps/desktop/package.json b/apps/desktop/package.json index da003299d1..9135a4aad8 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/desktop", - "version": "0.7.3", + "version": "0.7.4", "private": true, "type": "module", "scripts": { diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index e3c482e573..42f0cecbc6 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.7.3", + "version": "0.7.4", "build": { "devUrl": "http://localhost:1420", "frontendDist": "../dist", diff --git a/apps/web/package.json b/apps/web/package.json index f9b7a1e7a6..39f59931e0 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/web", - "version": "0.7.3", + "version": "0.7.4", "private": true, "type": "module", "scripts": { diff --git a/package.json b/package.json index 851d3e431f..04b573dc99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cipher-box", - "version": "0.7.3", + "version": "0.7.4", "private": true, "type": "module", "scripts": { diff --git a/packages/crypto/package.json b/packages/crypto/package.json index a3faf13cba..8c49a4c069 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/crypto", - "version": "0.7.3", + "version": "0.7.4", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/tee-worker/package.json b/tee-worker/package.json index efa26b1b25..fe4d7fa8bb 100644 --- a/tee-worker/package.json +++ b/tee-worker/package.json @@ -1,6 +1,6 @@ { "name": "cipherbox-tee-worker", - "version": "0.7.3", + "version": "0.7.4", "private": true, "type": "module", "scripts": { diff --git a/tests/e2e/package.json b/tests/e2e/package.json index 73b181df99..839a3b153c 100644 --- a/tests/e2e/package.json +++ b/tests/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@cipherbox/e2e", - "version": "0.7.3", + "version": "0.7.4", "private": true, "type": "module", "scripts": {