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/.changeset/shiki-more-more.md b/.changeset/shiki-more-more.md deleted file mode 100644 index 9f206d3fe804a..0000000000000 --- a/.changeset/shiki-more-more.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/rehype-shiki': minor ---- - -Add support for all Shiki languages when the `minimal` preset is not selected. diff --git a/packages/rehype-shiki/CHANGELOG.md b/packages/rehype-shiki/CHANGELOG.md index b7ed9d91622ee..cff8a4d22d571 100644 --- a/packages/rehype-shiki/CHANGELOG.md +++ b/packages/rehype-shiki/CHANGELOG.md @@ -1,5 +1,11 @@ # @node-core/rehype-shiki +## 1.5.0 + +### Minor Changes + +- [#9102](https://github.com/nodejs/nodejs.org/pull/9102) [`ddc4de5`](https://github.com/nodejs/nodejs.org/commit/ddc4de58490a366c1c8baa78f5fc262d649dca4d) Thanks [@avivkeller](https://github.com/avivkeller)! - Add support for all Shiki languages when the `minimal` preset is not selected. + ## 1.4.3 ### Patch Changes diff --git a/packages/rehype-shiki/package.json b/packages/rehype-shiki/package.json index eff1ae6e5abf6..8e96314ab5de0 100644 --- a/packages/rehype-shiki/package.json +++ b/packages/rehype-shiki/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/rehype-shiki", - "version": "1.4.3", + "version": "1.5.0", "type": "module", "types": "./dist/index.d.mts", "exports": { 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": { "./*": {