From 5a8f7ebe6724037dc00947ee8874adeee3d40774 Mon Sep 17 00:00:00 2001 From: punkbit <236752+punkbit@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:51:37 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v0.1.0-rc.80?= =?UTF-8?q?=20(rc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 81fdc3b44..8a38b916e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -33,6 +33,7 @@ "famous-pillows-double", "fast-drinks-argue", "fiery-shirts-brush", + "fix-missing-extension-when-esm-modules-imported", "floppy-islands-stand", "focus-visible-triggers", "free-singers-cross", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b11207f4..cf8de51d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @clickhouse/click-ui +## 0.1.0-rc.80 + +### Patch Changes + +- 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. + ## 0.1.0-rc.79 ### Minor Changes diff --git a/package.json b/package.json index e8f3a4c18..425e7ecd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clickhouse/click-ui", - "version": "0.1.0-rc.79", + "version": "0.1.0-rc.80", "description": "Official ClickHouse design system react library", "type": "module", "license": "Apache-2.0",