From d4ba40fb4b6838f8eca57fe24ad606e359f749a0 Mon Sep 17 00:00:00 2001 From: Rayhan Noufal Arayilakath Date: Thu, 18 Jun 2026 20:26:40 -0700 Subject: [PATCH] chore(changeset): downgrade clickable-locations to a patch bump The OSC 8 clickable file:line links are an additive but small refinement; ship them in a patch release rather than rolling the fixed package group to 0.6.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/feat-osc8-clickable-locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/feat-osc8-clickable-locations.md b/.changeset/feat-osc8-clickable-locations.md index 0a4cec4636..8de92d01e1 100644 --- a/.changeset/feat-osc8-clickable-locations.md +++ b/.changeset/feat-osc8-clickable-locations.md @@ -1,5 +1,5 @@ --- -"react-doctor": minor +"react-doctor": patch --- Make `file:line` diagnostic locations clickable in the terminal, and record which terminal each run uses.