Skip to content

Commit 10707e7

Browse files
chore: version packages
1 parent e5ec412 commit 10707e7

11 files changed

Lines changed: 30 additions & 33 deletions

.changeset/crowdin-translations.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eloqnt-lint-i18n-cleanup.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/import-aliases-no-preconditions.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/shiki-more-more.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-friends-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/i18n/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @node-core/website-i18n
22

3+
## 1.1.35
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
dropped ICU arguments in the Spanish EOL warning and the Traditional Chinese
11+
package-manager notice, as reported by `eloqnt lint`.
12+
313
## 1.1.34
414

515
### Patch Changes

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/website-i18n",
3-
"version": "1.1.34",
3+
"version": "1.1.35",
44
"type": "module",
55
"exports": {
66
"./*": [

packages/rehype-shiki/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @node-core/rehype-shiki
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
39
## 1.4.3
410

511
### Patch Changes

packages/rehype-shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/rehype-shiki",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"type": "module",
55
"types": "./dist/index.d.mts",
66
"exports": {

packages/ui-components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @node-core/ui-components
22

3+
## 1.7.6
4+
5+
### Patch Changes
6+
7+
- [#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
8+
of the published package no longer need to opt into a bundler-specific
9+
`rolldown` resolution condition. The uncompiled sources stay reachable through
10+
the new `source` condition, which this repository's own tooling opts into.
11+
12+
- [#9115](https://github.com/nodejs/nodejs.org/pull/9115) [`e5ec412`](https://github.com/nodejs/nodejs.org/commit/e5ec412ed2c07f4543fdc4c838fca9b212c0e2e4) Thanks [@avivkeller](https://github.com/avivkeller)! - Allow the ChangeHistory component to accept a ReactNode as it's content
13+
314
## 1.7.5
415

516
### Patch Changes

0 commit comments

Comments
 (0)