From 43add923ca1ddcdbac4a93a75733c46c8af07f6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:56:50 +0000 Subject: [PATCH] chore: release packages --- .changeset/entity-accent-token.md | 10 ---------- .changeset/teal-unthrown-accent.md | 19 ------------------- packages/theme/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ packages/theme/package.json | 2 +- 4 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 .changeset/entity-accent-token.md delete mode 100644 .changeset/teal-unthrown-accent.md diff --git a/.changeset/entity-accent-token.md b/.changeset/entity-accent-token.md deleted file mode 100644 index cfecab1..0000000 --- a/.changeset/entity-accent-token.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@btravstack/theme": minor ---- - -Add `--pkg-entity`, amber `#C8871F`, for `@btravstack/entity`. - -Amber encases and preserves — a thing suspended intact, permanently — which is -sealed construction and immutable data. entity's docs previously used -`--bt-pink-soft`, the org accent, which the multi-accent rule reserves for org -chrome. diff --git a/.changeset/teal-unthrown-accent.md b/.changeset/teal-unthrown-accent.md deleted file mode 100644 index 0279f45..0000000 --- a/.changeset/teal-unthrown-accent.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@btravstack/theme": major ---- - -Repoint `--pkg-unthrown` to teal `#3FB0A5`, and remove the retired -`--pkg-demesne` and `--pkg-start` tokens. - -Red is stop and green is all-clear; a modeled error is neither, so unthrown's -accent now sits outside the signal register — not a signal, a value. The old -`#46B86C` was also byte-identical to `--bt-green`, the org's checkmark ink, so -unthrown was the one package whose accent was org chrome. - -**Breaking:** `./tokens.css` is a published export, so its custom properties are -public API and removing two of them is a breaking change — even though the -projects they named no longer exist and no repo in the org referenced them. They -are removed rather than kept as deprecated aliases because an alias would point -at a package that is gone. - -`--bt-green` / `--green` / `--text-green` are unchanged. diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 8a86cf7..317e19f 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,34 @@ # @btravstack/theme +## 2.0.0 + +### Major Changes + +- fb6f43d: Repoint `--pkg-unthrown` to teal `#3FB0A5`, and remove the retired + `--pkg-demesne` and `--pkg-start` tokens. + + Red is stop and green is all-clear; a modeled error is neither, so unthrown's + accent now sits outside the signal register — not a signal, a value. The old + `#46B86C` was also byte-identical to `--bt-green`, the org's checkmark ink, so + unthrown was the one package whose accent was org chrome. + + **Breaking:** `./tokens.css` is a published export, so its custom properties are + public API and removing two of them is a breaking change — even though the + projects they named no longer exist and no repo in the org referenced them. They + are removed rather than kept as deprecated aliases because an alias would point + at a package that is gone. + + `--bt-green` / `--green` / `--text-green` are unchanged. + +### Minor Changes + +- 9a3d60a: Add `--pkg-entity`, amber `#C8871F`, for `@btravstack/entity`. + + Amber encases and preserves — a thing suspended intact, permanently — which is + sealed construction and immutable data. entity's docs previously used + `--bt-pink-soft`, the org accent, which the multi-accent rule reserves for org + chrome. + ## 1.7.0 ### Minor Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index 0bab472..1db8ff6 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@btravstack/theme", - "version": "1.7.0", + "version": "2.0.0", "description": "Shared VitePress theme and design tokens for btravstack sites", "license": "MIT", "author": "Benoit TRAVERS",