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
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).

### Unreleased
### 0.4.0

- ADD generated color system: typed `paletteV2` MUI namespace (wired into
`lightTheme`/`darkTheme`) + published `theme-tokens.css` (sRGB with an
`@supports` Display-P3 upgrade, light/dark). Includes the OKLCH generation
engine (dev/script-only), a dual-emit `yarn color-system:tokens` generator,
the Color System Generator Storybook story, and `CLAUDE.md` publish runbook.
`@supports` Display-P3 upgrade; light on `:root`, dark on
`[data-theme='dark']`). Includes the OKLCH generation engine
(dev/script-only), a dual-emit `yarn color-system:tokens` generator, the Color
System Generator Storybook story, and `CLAUDE.md` publish runbook.

### 0.3.25

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unstoppabledomains/ui-kit",
"version": "0.3.25",
"version": "0.4.0",
"private": false,
"description": "A set of common Unstoppable Domains components",
"keywords": [
Expand Down
Loading