Skip to content

Commit 33d9c46

Browse files
chore: 🤖 release v0.2.0-rc.4 (rc) (#980)
Co-authored-by: dustinhealy <54083382+dustinhealy@users.noreply.github.com>
1 parent 58918d4 commit 33d9c46

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"add-biglake-metastore-logo",
99
"bil-4944-contribute-spendthresholdinput-changes-up-into-click-ui",
1010
"chore-add-mexican-flag",
11+
"fix-dialog-description-warning",
1112
"fix-dialog-radix-primitives",
1213
"fix-missing-focus-token-found-in-ts-but-not-dictionary",
1314
"fix-textcolor-warning"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @clickhouse/click-ui
22

3+
## 0.2.0-rc.4
4+
5+
### Patch Changes
6+
7+
- 58918d4: Suppress Radix `Missing Description` console warning when no `description` prop is provided to `Dialog.Content`. A hidden `RadixDialog.Description` is now rendered by default so Radix's accessibility check passes silently.
8+
39
## 0.2.0-rc.3
410

511
### 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": "@clickhouse/click-ui",
3-
"version": "0.2.0-rc.3",
3+
"version": "0.2.0-rc.4",
44
"description": "Official ClickHouse design system react library",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)