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",