From 6f3f40e10b15a6c5dbecc2ab0a261c9b111df608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 16:09:35 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/design-loading-states.md | 6 ------ package.json | 2 +- packages/design-app/CHANGELOG.md | 6 ++++++ packages/design-app/package.json | 2 +- packages/redcode/CHANGELOG.md | 6 ++++++ packages/redcode/package.json | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 .changeset/design-loading-states.md diff --git a/.changeset/design-loading-states.md b/.changeset/design-loading-states.md deleted file mode 100644 index 0875e556f3ec..000000000000 --- a/.changeset/design-loading-states.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@reddb-io/redcode": patch -"@reddb-io/redcode-design-app": patch ---- - -Design's review page no longer shows a blank white box while a revision loads. The preview area keeps the theme background and a skeleton of the target (slide strip and 16:9 canvas, phone frame, or page) with the current stage and its elapsed time — waiting for the build, preparing the design tools on first use, building, loading assets and fonts, starting the preview — and fades the frame in once its runtime is ready. Before the first revision it says the agent is preparing it and shows what the agent is doing; a failed build shows its summary with Retry. The presenter windows wait the same way. The first download of the design app shows its progress in the TUI, and a review link opened meanwhile shows a page that follows the download instead of a connection error. diff --git a/package.json b/package.json index dc2bdc651a26..72e1fc7e6e59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-workspace", - "version": "0.54.2", + "version": "0.54.3", "description": "RedDB's AI-powered development tool", "private": true, "type": "module", diff --git a/packages/design-app/CHANGELOG.md b/packages/design-app/CHANGELOG.md index 401b525ec6a5..c7f7e72373c9 100644 --- a/packages/design-app/CHANGELOG.md +++ b/packages/design-app/CHANGELOG.md @@ -1,5 +1,11 @@ # @reddb-io/redcode-design-app +## 0.1.2 + +### Patch Changes + +- a4907f4: Design's review page no longer shows a blank white box while a revision loads. The preview area keeps the theme background and a skeleton of the target (slide strip and 16:9 canvas, phone frame, or page) with the current stage and its elapsed time — waiting for the build, preparing the design tools on first use, building, loading assets and fonts, starting the preview — and fades the frame in once its runtime is ready. Before the first revision it says the agent is preparing it and shows what the agent is doing; a failed build shows its summary with Retry. The presenter windows wait the same way. The first download of the design app shows its progress in the TUI, and a review link opened meanwhile shows a page that follows the download instead of a connection error. + ## 0.1.1 ### Patch Changes diff --git a/packages/design-app/package.json b/packages/design-app/package.json index f0bcde753f38..c309d32c55cb 100644 --- a/packages/design-app/package.json +++ b/packages/design-app/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-design-app", - "version": "0.1.1", + "version": "0.1.2", "private": true, "type": "module", "license": "MIT", diff --git a/packages/redcode/CHANGELOG.md b/packages/redcode/CHANGELOG.md index d4e487211fbc..9c951d0e044b 100644 --- a/packages/redcode/CHANGELOG.md +++ b/packages/redcode/CHANGELOG.md @@ -1,5 +1,11 @@ # opencode +## 0.54.3 + +### Patch Changes + +- a4907f4: Design's review page no longer shows a blank white box while a revision loads. The preview area keeps the theme background and a skeleton of the target (slide strip and 16:9 canvas, phone frame, or page) with the current stage and its elapsed time — waiting for the build, preparing the design tools on first use, building, loading assets and fonts, starting the preview — and fades the frame in once its runtime is ready. Before the first revision it says the agent is preparing it and shows what the agent is doing; a failed build shows its summary with Retry. The presenter windows wait the same way. The first download of the design app shows its progress in the TUI, and a review link opened meanwhile shows a page that follows the download instead of a connection error. + ## 0.54.2 ### Patch Changes diff --git a/packages/redcode/package.json b/packages/redcode/package.json index 7870e75d060c..8cdd9e4c02f1 100644 --- a/packages/redcode/package.json +++ b/packages/redcode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "0.54.2", + "version": "0.54.3", "name": "@reddb-io/redcode", "type": "module", "license": "MIT",