diff --git a/.changeset/import-aliases-no-preconditions.md b/.changeset/import-aliases-no-preconditions.md deleted file mode 100644 index 252399d58c0f9..0000000000000 --- a/.changeset/import-aliases-no-preconditions.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@node-core/ui-components': patch ---- - -Resolve the `#ui/*` import alias to the compiled output by default, so consumers -of the published package no longer need to opt into a bundler-specific -`rolldown` resolution condition. The uncompiled sources stay reachable through -the new `source` condition, which this repository's own tooling opts into. diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 013a2f3c67eb4..02929c45e0739 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,14 @@ # @node-core/ui-components +## 1.7.6 + +### Patch Changes + +- [#9097](https://github.com/nodejs/nodejs.org/pull/9097) [`27ec25e`](https://github.com/nodejs/nodejs.org/commit/27ec25e2dcac8074e60443e6f8b2a73131e4b699) Thanks [@avivkeller](https://github.com/avivkeller)! - Resolve the `#ui/*` import alias to the compiled output by default, so consumers + of the published package no longer need to opt into a bundler-specific + `rolldown` resolution condition. The uncompiled sources stay reachable through + the new `source` condition, which this repository's own tooling opts into. + ## 1.7.5 ### Patch Changes diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index d30ffc949d6b7..8ae05440c5c4f 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/ui-components", - "version": "1.7.5", + "version": "1.7.6", "type": "module", "exports": { "./*": {