From c688662a265acc4e461ae7603c479daccb10e9c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:04:26 +0000 Subject: [PATCH] chore: version packages --- .changeset/discover-refresh-on-completion.md | 16 ---------------- package-lock.json | 8 ++++---- package.json | 2 +- packages/server/CHANGELOG.md | 2 ++ packages/server/package.json | 2 +- packages/web/CHANGELOG.md | 17 +++++++++++++++++ packages/web/package.json | 2 +- 7 files changed, 26 insertions(+), 23 deletions(-) delete mode 100644 .changeset/discover-refresh-on-completion.md diff --git a/.changeset/discover-refresh-on-completion.md b/.changeset/discover-refresh-on-completion.md deleted file mode 100644 index faf45d87..00000000 --- a/.changeset/discover-refresh-on-completion.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@paddock/web": patch ---- - -Discover: imported projects now appear without a manual browser reload (#808) - -The first-run import run refreshes the project list the moment it finishes, so -the sidebar matches the success screen's own claim that "they are in the sidebar -now" — previously the list was refetched only by the **Get started** button, and -anyone who read the result and looked at the sidebar saw an instance that still -said "No projects yet". - -Home's empty-instance decision is now latched for the life of the mount and -released by **Get started**, so that refresh cannot unmount the screen reporting -the run: the success headline and every per-row outcome — including the rows that -failed and have something to say about it — stay on screen until the user leaves. diff --git a/package-lock.json b/package-lock.json index 450f1a4f..c2d4eedf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paddock", - "version": "0.68.0", + "version": "0.68.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "paddock", - "version": "0.68.0", + "version": "0.68.1", "license": "MIT", "workspaces": [ "packages/*" @@ -10697,7 +10697,7 @@ }, "packages/server": { "name": "@paddock/server", - "version": "0.68.0", + "version": "0.68.1", "license": "MIT", "dependencies": { "@fastify/multipart": "^8.3.1", @@ -11645,7 +11645,7 @@ }, "packages/web": { "name": "@paddock/web", - "version": "0.68.0", + "version": "0.68.1", "license": "MIT", "dependencies": { "highlight.js": "^11.11.1", diff --git a/package.json b/package.json index 4b51d149..a00a29ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paddock", - "version": "0.68.0", + "version": "0.68.1", "private": true, "description": "Project-first launchpad built on herdctl. Server-hosted, persistent Claude Code sessions organized by project.", "license": "MIT", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 2b62369e..312d5abe 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,7 @@ # @paddock/server +## 0.68.1 + ## 0.68.0 ### Minor Changes diff --git a/packages/server/package.json b/packages/server/package.json index 577aa7b5..0e6321ae 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@paddock/server", - "version": "0.68.0", + "version": "0.68.1", "private": true, "description": "Paddock backend: Fastify + WebSocket wrapping @herdctl/core FleetManager and a project layer.", "license": "MIT", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index ea290783..b523e054 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,22 @@ # @paddock/web +## 0.68.1 + +### Patch Changes + +- [#809](https://github.com/edspencer/paddock/pull/809) [`8390a6f`](https://github.com/edspencer/paddock/commit/8390a6f9959db79c3d503cf32de20dd224342173) Thanks [@edspencer](https://github.com/edspencer)! - Discover: imported projects now appear without a manual browser reload (#808) + + The first-run import run refreshes the project list the moment it finishes, so + the sidebar matches the success screen's own claim that "they are in the sidebar + now" — previously the list was refetched only by the **Get started** button, and + anyone who read the result and looked at the sidebar saw an instance that still + said "No projects yet". + + Home's empty-instance decision is now latched for the life of the mount and + released by **Get started**, so that refresh cannot unmount the screen reporting + the run: the success headline and every per-row outcome — including the rows that + failed and have something to say about it — stay on screen until the user leaves. + ## 0.68.0 ### Minor Changes diff --git a/packages/web/package.json b/packages/web/package.json index fa9aeaa2..7f687988 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@paddock/web", - "version": "0.68.0", + "version": "0.68.1", "private": true, "description": "Paddock project-first web SPA (Vite + React + Tailwind).", "license": "MIT",