From 9abb928ab00ddc88698d0c18c46a2b269c361afb Mon Sep 17 00:00:00 2001 From: Benoit TRAVERS Date: Sun, 28 Jun 2026 23:03:01 +0200 Subject: [PATCH] Bump @btravstack/theme to 1.2.0 Publish the accumulated token work that landed after 1.1.0 was published (without a version bump): --display-accent split, light --text-accent #D6246F, darker --muted/--faint, stronger light borders, code-color fix. Required before the docs sites can adopt the corrected light palette. Co-Authored-By: Claude Opus 4.8 (1M context) --- packages/theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme/package.json b/packages/theme/package.json index 58c72c7..0d730fe 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@btravstack/theme", - "version": "1.1.0", + "version": "1.2.0", "description": "Shared VitePress theme and design tokens for btravstack sites", "license": "MIT", "author": "Benoit TRAVERS",