From 8c7b6b3252db035c69a19d424a4c1e2d9b5b81a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:27:26 +0000 Subject: [PATCH] chore: release packages --- .changeset/docs-chrome.md | 11 ----------- packages/theme/CHANGELOG.md | 12 ++++++++++++ packages/theme/package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/docs-chrome.md diff --git a/.changeset/docs-chrome.md b/.changeset/docs-chrome.md deleted file mode 100644 index 89155fe..0000000 --- a/.changeset/docs-chrome.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@btravstack/theme": minor ---- - -Bring the docs-site chrome in line with the design mockups: - -- **"Part of btravstack" strip** beneath every page (rendered in the `layout-bottom` slot) — the org beetroot mark + wordmark, linking back to the hub. -- **Larger home-hero mark** — the project logo now reads at the intended size instead of its small intrinsic dimensions. -- **Broad accent glow shape** behind the hero (not just the small halo hugging the logo), and a slightly larger nav logo. - -All accent-derived via the existing `--accent` token, so every site keeps its own color. diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 9f0582c..d30a696 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,17 @@ # @btravstack/theme +## 1.5.0 + +### Minor Changes + +- be86959: Bring the docs-site chrome in line with the design mockups: + + - **"Part of btravstack" strip** beneath every page (rendered in the `layout-bottom` slot) — the org beetroot mark + wordmark, linking back to the hub. + - **Larger home-hero mark** — the project logo now reads at the intended size instead of its small intrinsic dimensions. + - **Broad accent glow shape** behind the hero (not just the small halo hugging the logo), and a slightly larger nav logo. + + All accent-derived via the existing `--accent` token, so every site keeps its own color. + ## 1.4.0 ### Minor Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index 2bfb8b1..8e393ce 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@btravstack/theme", - "version": "1.4.0", + "version": "1.5.0", "description": "Shared VitePress theme and design tokens for btravstack sites", "license": "MIT", "author": "Benoit TRAVERS",