diff --git a/.changeset/upgrade-tasty-1-1-0.md b/.changeset/upgrade-tasty-1-1-0.md deleted file mode 100644 index 18babe3ee..000000000 --- a/.changeset/upgrade-tasty-1-1-0.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Upgrade `@tenphi/tasty` from 0.15.3 to 1.1.0. - -**Breaking changes:** - -- Font CSS custom properties renamed: `--font` → `--font-sans`, `--monospace-font` → `--font-mono` -- Preset modifier syntax now uses `/` separator (e.g., `'t3 / strong'` instead of `'t3 strong'`) -- Removed standalone `strong` and `em` typography presets (use modifiers instead: `'inherit / bold'`, `'inherit / italic'`) -- The `1fs` unit is no longer supported; replaced with `1em` diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a64b9173..5d8da2b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @cube-dev/ui-kit +## 0.126.0 + +### Minor Changes + +- [#1107](https://github.com/cube-js/cube-ui-kit/pull/1107) [`c5357a7f`](https://github.com/cube-js/cube-ui-kit/commit/c5357a7f52651cf6fc9fad99259f0ce94bb67b2a) Thanks [@tenphi](https://github.com/tenphi)! - Upgrade `@tenphi/tasty` from 0.15.3 to 1.1.0. + + **Breaking changes:** + + - Font CSS custom properties renamed: `--font` → `--font-sans`, `--monospace-font` → `--font-mono` + - Preset modifier syntax now uses `/` separator (e.g., `'t3 / strong'` instead of `'t3 strong'`) + - Removed standalone `strong` and `em` typography presets (use modifiers instead: `'inherit / bold'`, `'inherit / italic'`) + - The `1fs` unit is no longer supported; replaced with `1em` + ## 0.125.1 ### Patch Changes diff --git a/package.json b/package.json index 3266503b6..f266eea8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.125.1", + "version": "0.126.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {