From bf4e11845cfb28bcfd6432bc9df27e268df67635 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 19:59:59 +0000 Subject: [PATCH] chore: version packages --- .changeset/replay-bar-theme-colors.md | 9 --------- .changeset/topbar-theme-menu.md | 10 ---------- CHANGELOG.md | 12 ++++++++++++ spec/CHANGELOG.md | 10 ++++++++++ spec/index.json | 4 ++-- spec/package.json | 2 +- src/CHANGELOG.md | 16 ++++++++++++++++ src/package.json | 2 +- ui/src/data/user-changelog.json | 20 ++++++++++++++++++++ 9 files changed, 62 insertions(+), 23 deletions(-) delete mode 100644 .changeset/replay-bar-theme-colors.md delete mode 100644 .changeset/topbar-theme-menu.md diff --git a/.changeset/replay-bar-theme-colors.md b/.changeset/replay-bar-theme-colors.md deleted file mode 100644 index 73be35bb1..000000000 --- a/.changeset/replay-bar-theme-colors.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@skill-map/cli': patch ---- - -The replay bar's transport controls (play / pause, step back / forward, copy link, the director camera while on) now paint in the active theme's primary colour instead of the secondary grey or the replay amber; exit, trash and the director while off stay muted; the amber remains the bar's replay chrome. The live execution palette (spine, comets, invocation edges, card ring and halo) now follows each extra theme's own ramp, the rainbow staying the base look. - -## User-facing - -The replay controls and the glow on running nodes and links now take the colours of your theme (green on Matrix, cyan on Neon B, and so on) instead of a fixed violet rainbow; the default themes keep the rainbow. diff --git a/.changeset/topbar-theme-menu.md b/.changeset/topbar-theme-menu.md deleted file mode 100644 index a4d54edbe..000000000 --- a/.changeset/topbar-theme-menu.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@skill-map/cli': patch -'@skill-map/spec': patch ---- - -The topbar theme button now opens a menu instead of cycling: Auto, Light and Dark (the three it used to cycle) plus every specialty theme, with the current look checked and the button's glyph naming it (the palette while a specialty theme is on). Picking a specialty theme from there emits `ui.feature.theme-extra` stamped `source: topbar`; `spec/telemetry.md` adds `topbar` to the source set. - -## User-facing - -The theme button at the top right now opens a menu with Auto, Light, Dark and every specialty theme (Matrix, the Neons, Blueprint, Paper), so you can switch looks without opening Settings. diff --git a/CHANGELOG.md b/CHANGELOG.md index dc595e0f0..092328f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ > Forward-looking plan: [`ROADMAP.md`](./ROADMAP.md).
+1.12.4 · 2026-08-29 + +### CLI Patch +- The replay bar's transport controls (play / pause, step back / forward, copy link, the director camera while on) now paint in the active theme's primary colour instead of the secondary grey or the replay amber; exit, trash and the director while off stay muted; the amber remains the bar's replay chrome. The live execution palette (spine, comets, invocation edges, card ring and halo) now follows each extra theme's own ramp, the rainbow staying the base look. +- The topbar theme button now opens a menu instead of cycling: Auto, Light and Dark (the three it used to cycle) plus every specialty theme, with the current look checked and the button's glyph naming it (the palette while a specialty theme is on). Picking a specialty theme from there emits `ui.feature.theme-extra` stamped `source: topbar`; `spec/telemetry.md` adds `topbar` to the source set. + +### Spec Patch (1.12.4) +- The topbar theme button now opens a menu instead of cycling: Auto, Light and Dark (the three it used to cycle) plus every specialty theme, with the current look checked and the button's glyph naming it (the palette while a specialty theme is on). Picking a specialty theme from there emits `ui.feature.theme-extra` stamped `source: topbar`; `spec/telemetry.md` adds `topbar` to the source set. + +
+ +
1.12.3 · 2026-08-29 ### CLI Patch diff --git a/spec/CHANGELOG.md b/spec/CHANGELOG.md index a8c20c1a3..aa0a9253e 100644 --- a/spec/CHANGELOG.md +++ b/spec/CHANGELOG.md @@ -1,5 +1,15 @@ # Spec changelog +## 1.12.4 + +### Patch Changes + +- The topbar theme button now opens a menu instead of cycling: Auto, Light and Dark (the three it used to cycle) plus every specialty theme, with the current look checked and the button's glyph naming it (the palette while a specialty theme is on). Picking a specialty theme from there emits `ui.feature.theme-extra` stamped `source: topbar`; `spec/telemetry.md` adds `topbar` to the source set. + + ## User-facing + + The theme button at the top right now opens a menu with Auto, Light, Dark and every specialty theme (Matrix, the Neons, Blueprint, Paper), so you can switch looks without opening Settings. + ## 1.12.3 ### Patch Changes diff --git a/spec/index.json b/spec/index.json index 5c85e918d..a24c384dd 100644 --- a/spec/index.json +++ b/spec/index.json @@ -476,11 +476,11 @@ } ] }, - "specPackageVersion": "1.12.3", + "specPackageVersion": "1.12.4", "integrity": { "algorithm": "sha256", "files": { - "CHANGELOG.md": "1eefaff9d1400cc526ed80c0efac300e305f073fbefceaba0eadcadbde3374ad", + "CHANGELOG.md": "54df8f9cb47a9f0d9ffdb9a8e3215de2be16a8ff33929999883efa7bf298d858", "README.md": "35ac6cc3ce8379c5087f739a528d3b80a140aef5cdeeba9c49b59c5dd5df4c54", "architecture.md": "20cb9a20ef6218bcbbde99fd81011f1ed216545e5c2cd085c508d6bcbc6144a5", "cli-contract.md": "8d00dfbe1adbe79531faf854ca7b3114d27cd02aa4974f109d01494a336df14b", diff --git a/spec/package.json b/spec/package.json index af1ac057e..dc09a7032 100644 --- a/spec/package.json +++ b/spec/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/spec", - "version": "1.12.3", + "version": "1.12.4", "description": "JSON Schemas, prose contracts, and conformance suite for the skill-map specification.", "license": "MIT", "type": "module", diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index fb33d2897..012a42935 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,21 @@ # skill-map +## 1.12.4 + +### Patch Changes + +- The replay bar's transport controls (play / pause, step back / forward, copy link, the director camera while on) now paint in the active theme's primary colour instead of the secondary grey or the replay amber; exit, trash and the director while off stay muted; the amber remains the bar's replay chrome. The live execution palette (spine, comets, invocation edges, card ring and halo) now follows each extra theme's own ramp, the rainbow staying the base look. + + ## User-facing + + The replay controls and the glow on running nodes and links now take the colours of your theme (green on Matrix, cyan on Neon B, and so on) instead of a fixed violet rainbow; the default themes keep the rainbow. + +- The topbar theme button now opens a menu instead of cycling: Auto, Light and Dark (the three it used to cycle) plus every specialty theme, with the current look checked and the button's glyph naming it (the palette while a specialty theme is on). Picking a specialty theme from there emits `ui.feature.theme-extra` stamped `source: topbar`; `spec/telemetry.md` adds `topbar` to the source set. + + ## User-facing + + The theme button at the top right now opens a menu with Auto, Light, Dark and every specialty theme (Matrix, the Neons, Blueprint, Paper), so you can switch looks without opening Settings. + ## 1.12.3 ### Patch Changes diff --git a/src/package.json b/src/package.json index 3749f3eb8..3cd7e2163 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@skill-map/cli", - "version": "1.12.3", + "version": "1.12.4", "description": "skill-map reference implementation: kernel + CLI + adapters.", "license": "MIT", "type": "module", diff --git a/ui/src/data/user-changelog.json b/ui/src/data/user-changelog.json index 1e21cbaf3..136b473a6 100644 --- a/ui/src/data/user-changelog.json +++ b/ui/src/data/user-changelog.json @@ -1,6 +1,26 @@ { "schemaVersion": 1, "entries": [ + { + "version": "1.12.4", + "date": "2026-08-29", + "kind": "user-facing", + "highlights": [ + { + "body": "The replay controls and the glow on running nodes and links now take the colours of your theme (green on Matrix, cyan on Neon B, and so on) instead of a fixed violet rainbow; the default themes keep the rainbow.", + "packages": [ + "@skill-map/cli" + ] + }, + { + "body": "The theme button at the top right now opens a menu with Auto, Light, Dark and every specialty theme (Matrix, the Neons, Blueprint, Paper), so you can switch looks without opening Settings.", + "packages": [ + "@skill-map/cli", + "@skill-map/spec" + ] + } + ] + }, { "version": "1.12.3", "date": "2026-08-29",