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
16 changes: 0 additions & 16 deletions .changeset/discover-refresh-on-completion.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 0.68.1

## 0.68.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
17 changes: 17 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down