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",