Skip to content

Commit 0c4cf77

Browse files
authored
Merge pull request #25 from btravstack/changeset-release/main
chore: release packages
2 parents 34a5dc6 + b0ae716 commit 0c4cf77

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.changeset/beetroot-stack-rebrand.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/theme-vue-peer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/theme/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @btravstack/theme
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- 458940e: Beetroot Stack rebrand — studied from tanstack.com: a near-neutral black canvas where each package glows in its own accent.
8+
9+
- Near-black canvas (`oklch(13% 0.006 310)`) is the canonical dark-default; the light scheme remains the daylight fallback.
10+
- Typography: Geist (display 700/800 + body — weight contrast does the branding) + JetBrains Mono replace Montserrat.
11+
- The multi-accent stack: new `--pkg-amqp` / `--pkg-temporal` / `--pkg-unthrown` / `--pkg-demesne` tokens expose the official per-package accents so the landing (and any consumer) can show the stack in color; the org beetroot pink stays the `--accent` knob for wordmark, links and CTAs.
12+
- Elevation through surface lightness (no hairline card borders), solid ink hero name (no gradient text), floating hero mark kept as the one character moment, no glow washes.
13+
- Non-breaking: all semantic tokens keep their names and the one-knob rebrand contract is unchanged — each docs site still overrides only `--accent` with its package color, which is exactly the studied per-library accent system.
14+
15+
### Patch Changes
16+
17+
- b783afc: Declare `vue` as an optional peer dependency. The theme's `Layout` imports `vue` at runtime; it is always provided by the host VitePress app, so it is marked optional to avoid tripping strict / no-auto-install consumers while still documenting the requirement.
18+
319
## 1.5.0
420

521
### Minor Changes

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@btravstack/theme",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Shared VitePress theme and design tokens for btravstack sites",
55
"license": "MIT",
66
"author": "Benoit TRAVERS",

0 commit comments

Comments
 (0)