Skip to content

Commit da067e7

Browse files
chore: sync version artifacts to v0.7.22
1 parent 5607e99 commit da067e7

7 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44

55
## Unreleased
66

7+
## [0.7.22] - 2026-07-18
8+
9+
### Bug Fixes
10+
- **configurator:** drop tokens from the TypographyPanel call site
11+
- **configurator:** address PR review comments
12+
- **configurator:** reset buttons always visible when a token is overridden
13+
- **configurator:** stack TokenRow layout — name, description, full-width value
14+
- **configurator:** unique, self-describing labels in the fluid scale section
15+
- **configurator:** live var() previews everywhere; unified per-type tabs incl. display
16+
717
## [0.7.21] - 2026-07-18
818

919
### Features

configurator/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slashed-configurator",
33
"private": true,
4-
"version": "0.7.21",
4+
"version": "0.7.22",
55
"description": "Standalone Svelte 5 + Tailwind panel to configure every SLASHED token/knob and generate override CSS. Auto-synced from the framework's generated docs/api-index.json.",
66
"type": "module",
77
"scripts": {

docs/llm-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Slashed Framework — LLM Reference Guide
22

3-
> Version: **0.7.21** · Tokens: **746** · Prefix: `--sf-`
3+
> Version: **0.7.22** · Tokens: **746** · Prefix: `--sf-`
44
55
---
66

docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SLASHED — Roadmap
22

3-
Current version: **0.7.21**
3+
Current version: **0.7.22**
44

55
## Before v1.0
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slashed",
33
"type": "module",
4-
"version": "0.7.21",
4+
"version": "0.7.22",
55
"engines": {
66
"node": ">=20.11.0"
77
},

0 commit comments

Comments
 (0)