Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/docs-chrome.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down