Skip to content

Commit 9d7e4d9

Browse files
chore: version packages
1 parent ddc4de5 commit 9d7e4d9

6 files changed

Lines changed: 17 additions & 15 deletions

File tree

.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.

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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
312
## 1.7.5
413

514
### Patch Changes

packages/ui-components/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/ui-components",
3-
"version": "1.7.5",
3+
"version": "1.7.6",
44
"type": "module",
55
"exports": {
66
"./*": {

0 commit comments

Comments
 (0)