From 04834eef31d91c868251463205303d426db4e173 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:47:25 +0000 Subject: [PATCH] chore: version packages --- .changeset/crowdin-translations.md | 5 ----- .changeset/eloqnt-lint-i18n-cleanup.md | 7 ------- .changeset/import-aliases-no-preconditions.md | 8 -------- .changeset/shiki-more-more.md | 5 ----- packages/i18n/CHANGELOG.md | 10 ++++++++++ packages/i18n/package.json | 2 +- packages/rehype-shiki/CHANGELOG.md | 6 ++++++ packages/rehype-shiki/package.json | 2 +- packages/ui-components/CHANGELOG.md | 9 +++++++++ packages/ui-components/package.json | 2 +- 10 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 .changeset/crowdin-translations.md delete mode 100644 .changeset/eloqnt-lint-i18n-cleanup.md delete mode 100644 .changeset/import-aliases-no-preconditions.md delete mode 100644 .changeset/shiki-more-more.md diff --git a/.changeset/crowdin-translations.md b/.changeset/crowdin-translations.md deleted file mode 100644 index 667f954b1cc82..0000000000000 --- a/.changeset/crowdin-translations.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@node-core/website-i18n': patch ---- - -Update translations from Crowdin. diff --git a/.changeset/eloqnt-lint-i18n-cleanup.md b/.changeset/eloqnt-lint-i18n-cleanup.md deleted file mode 100644 index e1d36621a390a..0000000000000 --- a/.changeset/eloqnt-lint-i18n-cleanup.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@node-core/website-i18n': patch ---- - -Remove unused and superfluous message keys from all locales, and restore -dropped ICU arguments in the Spanish EOL warning and the Traditional Chinese -package-manager notice, as reported by `eloqnt lint`. 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/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index adebf4bc6538c..7432965333f9a 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,15 @@ # @node-core/website-i18n +## 1.1.35 + +### Patch Changes + +- [#9104](https://github.com/nodejs/nodejs.org/pull/9104) [`f4d5761`](https://github.com/nodejs/nodejs.org/commit/f4d5761e08de40eff6eb5438f91aa11bc7ac722d) Thanks [@nodejs-crowdin](https://github.com/nodejs-crowdin)! - Update translations from Crowdin. + +- [#9106](https://github.com/nodejs/nodejs.org/pull/9106) [`707dd00`](https://github.com/nodejs/nodejs.org/commit/707dd009c36b9b9b58f27e7ba386628c27b3c525) Thanks [@amannn](https://github.com/amannn)! - Remove unused and superfluous message keys from all locales, and restore + dropped ICU arguments in the Spanish EOL warning and the Traditional Chinese + package-manager notice, as reported by `eloqnt lint`. + ## 1.1.34 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 48ca01f1ebc39..07a8265b0f35c 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/website-i18n", - "version": "1.1.34", + "version": "1.1.35", "type": "module", "exports": { "./*": [ 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": { "./*": {