Skip to content

Commit 5a8f7eb

Browse files
punkbitgithub-actions[bot]
authored andcommitted
chore: 🤖 release v0.1.0-rc.80 (rc)
1 parent 56cb7f4 commit 5a8f7eb

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"famous-pillows-double",
3434
"fast-drinks-argue",
3535
"fiery-shirts-brush",
36+
"fix-missing-extension-when-esm-modules-imported",
3637
"floppy-islands-stand",
3738
"focus-visible-triggers",
3839
"free-singers-cross",

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.1.0-rc.80
4+
5+
### Patch Changes
6+
7+
- 56cb7f4: Consolidate dayjs imports and plugin configuration into `src/utils/date.ts`. The dayjs package does not declare exports for its plugins, requiring explicit `.js` extensions in ESM environments. Centralizing these imports ensures consistent usage across components.
8+
39
## 0.1.0-rc.79
410

511
### Minor 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.1.0-rc.79",
3+
"version": "0.1.0-rc.80",
44
"description": "Official ClickHouse design system react library",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)