Skip to content

Bump smooai-ui to v0.1.1 — the studio monogram was missing its S - #106

Merged
brentrager merged 1 commit into
mainfrom
fix/ui-v0-1-1
Aug 20, 2026
Merged

Bump smooai-ui to v0.1.1 — the studio monogram was missing its S#106
brentrager merged 1 commit into
mainfrom
fix/ui-v0-1-1

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

desktop/Cargo.toml pinned tag = "v0.1.0" — a lightweight tag on ui's initial commit — so Observability Studio has been rendering a monogram with no inner "S" and no dot since it shipped.

v0.1.1 fixes it. No breaking renames: the tokens module is now generated from shared/tokens.json with every prior constant name preserved (RADIUS_PX kept as an alias of RADIUS_MD_PX), and it adds six tokens the CSS already had and Rust omitted (MUTED, MUTED_FOREGROUND, ACCENT, INPUT, RING, SIDEBAR) plus the .input CSS family. Nothing in desktop/ consumes the new names yet — this is the pin bump only.

Verification

On the bumped lock: cargo fmt --all --check clean, cargo clippy --workspace --all-targets -- -D warnings clean, cargo test --workspace green. The desktop PR lane added in #96 exercises all three here.

Closes th-ae618e.

🤖 Generated with Claude Code

https://claude.ai/code/session_0152bbE1veqfG1SVJdyLCBxC

desktop/Cargo.toml pinned `tag = "v0.1.0"`, a lightweight tag on ui's INITIAL
commit, so Observability Studio has been rendering a monogram with no inner "S"
and no dot since it shipped.

v0.1.1 fixes it. No breaking renames: the tokens module is now generated from
shared/tokens.json with every prior constant name preserved (RADIUS_PX kept as
an alias of RADIUS_MD_PX), and it adds six tokens the CSS already had and Rust
omitted (MUTED, MUTED_FOREGROUND, ACCENT, INPUT, RING, SIDEBAR) plus the
`.input` CSS family. Nothing here consumes the new names yet — this is the pin
bump only.

Verified on the bumped lock: cargo fmt --check clean, clippy --workspace
--all-targets -D warnings clean, cargo test --workspace green.

Closes th-ae618e.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0152bbE1veqfG1SVJdyLCBxC
@changeset-bot

changeset-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 677fd6d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brentrager
brentrager merged commit 55774d1 into main Aug 20, 2026
8 checks passed
@brentrager
brentrager deleted the fix/ui-v0-1-1 branch August 20, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant