Skip to content

Commit 8586b2c

Browse files
Version Packages (#1079)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 523f74e commit 8586b2c

File tree

6 files changed

+16
-24
lines changed

6 files changed

+16
-24
lines changed

.changeset/fix-textinput-style-extraction.md

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

.changeset/mean-trains-double.md

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

.changeset/qa-pascalcase.md

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

.changeset/upgrade-vite-8.md

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

CHANGELOG.md

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

3+
## 0.121.6
4+
5+
### Patch Changes
6+
7+
- [#1082](https://github.com/cube-js/cube-ui-kit/pull/1082) [`523f74ea`](https://github.com/cube-js/cube-ui-kit/commit/523f74eaa523893b3c9e524a7d2f9a89714dc537) Thanks [@tenphi](https://github.com/tenphi)! - Fix style props like `width` being applied to inner `<input>` element instead of the wrapper in TextInput, NumberInput, SearchInput, PasswordInput, TextArea, and Switch components.
8+
9+
- [`a86746f2`](https://github.com/cube-js/cube-ui-kit/commit/a86746f25df462ced0fa09e89adf386376d48591) Thanks [@tenphi](https://github.com/tenphi)! - Fix typography presets declaration.
10+
11+
- [#1082](https://github.com/cube-js/cube-ui-kit/pull/1082) [`523f74ea`](https://github.com/cube-js/cube-ui-kit/commit/523f74eaa523893b3c9e524a7d2f9a89714dc537) Thanks [@tenphi](https://github.com/tenphi)! - Standardize default `qa` (data-qa) values to PascalCase. Update selectors if you rely on these:
12+
13+
- **FieldWrapper**: `Field_Message``FieldMessage`, `Field_Description``FieldDescription`
14+
- **Result**: `Result_Container``ResultContainer`
15+
16+
- [#1078](https://github.com/cube-js/cube-ui-kit/pull/1078) [`16ade014`](https://github.com/cube-js/cube-ui-kit/commit/16ade014d67749ca22ae97819d12442744ba4bdc) Thanks [@tenphi](https://github.com/tenphi)! - Upgrade to Vite 8 (Rolldown-powered), @vitejs/plugin-react v6, and Vitest 4.1. Remove unused storybook-addon-turbo-build. Migrate vitest config from deprecated esbuild option to oxc.
17+
318
## 0.121.5
419

520
### 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.121.5",
3+
"version": "0.121.6",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)