Skip to content

Commit 6a54171

Browse files
Version Packages (#1108)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5357a7 commit 6a54171

3 files changed

Lines changed: 14 additions & 13 deletions

File tree

.changeset/upgrade-tasty-1-1-0.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @cube-dev/ui-kit
22

3+
## 0.126.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
**Breaking changes:**
10+
11+
- Font CSS custom properties renamed: `--font``--font-sans`, `--monospace-font``--font-mono`
12+
- Preset modifier syntax now uses `/` separator (e.g., `'t3 / strong'` instead of `'t3 strong'`)
13+
- Removed standalone `strong` and `em` typography presets (use modifiers instead: `'inherit / bold'`, `'inherit / italic'`)
14+
- The `1fs` unit is no longer supported; replaced with `1em`
15+
316
## 0.125.1
417

518
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.125.1",
3+
"version": "0.126.0",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)