Skip to content

Commit 8d95291

Browse files
[ci] release
1 parent 313611b commit 8d95291

File tree

9 files changed

+17
-22
lines changed

9 files changed

+17
-22
lines changed

.changeset/angry-experts-happen.md

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

.changeset/big-kangaroos-brush.md

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

.changeset/loud-glasses-shake.md

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

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.38.2",
14+
"@astrojs/starlight": "^0.38.3",
1515
"astro": "^6.0.1",
1616
"sharp": "^0.34.2"
1717
}

examples/markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^1.0.0",
15-
"@astrojs/starlight": "^0.38.2",
15+
"@astrojs/starlight": "^0.38.3",
1616
"@astrojs/starlight-markdoc": "^0.6.0",
1717
"astro": "^6.0.1",
1818
"sharp": "^0.34.2"

examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.38.2",
14+
"@astrojs/starlight": "^0.38.3",
1515
"@astrojs/starlight-tailwind": "^5.0.0",
1616
"@tailwindcss/vite": "^4.1.18",
1717
"astro": "^6.0.1",

packages/starlight/CHANGELOG.md

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

3+
## 0.38.3
4+
5+
### Patch Changes
6+
7+
- [#3799](https://github.com/withastro/starlight/pull/3799) [`313611b`](https://github.com/withastro/starlight/commit/313611b1cd9c1f38688cb98cc103ddd758e80ec2) Thanks [@JosefJezek](https://github.com/JosefJezek)! - Improves Czech UI translations
8+
9+
- [#3770](https://github.com/withastro/starlight/pull/3770) [`6e7bed1`](https://github.com/withastro/starlight/commit/6e7bed1e6b3b586b9719c620924f60d3678a1f83) Thanks [@gameroman](https://github.com/gameroman)! - Adds examples to the inline documentation for `title` in the Starlight configuration object
10+
11+
- [#3801](https://github.com/withastro/starlight/pull/3801) [`fedd48b`](https://github.com/withastro/starlight/commit/fedd48b701ea9ca764b19139404c744099565f4c) Thanks [@delucis](https://github.com/delucis)! - Fixes missing draft content warning in dev on pages using the hero layout
12+
313
## 0.38.2
414

515
### Patch Changes

packages/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/starlight",
3-
"version": "0.38.2",
3+
"version": "0.38.3",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {
66
"test": "vitest",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)