diff --git a/.changeset/angry-experts-happen.md b/.changeset/angry-experts-happen.md deleted file mode 100644 index 85cb41256d5..00000000000 --- a/.changeset/angry-experts-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improves Czech UI translations diff --git a/.changeset/big-kangaroos-brush.md b/.changeset/big-kangaroos-brush.md deleted file mode 100644 index 6b9ea61eb0d..00000000000 --- a/.changeset/big-kangaroos-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Adds examples to the inline documentation for `title` in the Starlight configuration object diff --git a/.changeset/loud-glasses-shake.md b/.changeset/loud-glasses-shake.md deleted file mode 100644 index e6d4f666afd..00000000000 --- a/.changeset/loud-glasses-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes missing draft content warning in dev on pages using the hero layout diff --git a/examples/basics/package.json b/examples/basics/package.json index 64ec3f2c107..4654f3e3d11 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.38.2", + "@astrojs/starlight": "^0.38.3", "astro": "^6.0.1", "sharp": "^0.34.2" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 9f752ec2373..d4eeab3b528 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^1.0.0", - "@astrojs/starlight": "^0.38.2", + "@astrojs/starlight": "^0.38.3", "@astrojs/starlight-markdoc": "^0.6.0", "astro": "^6.0.1", "sharp": "^0.34.2" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 0802156383a..abacfb59380 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.38.2", + "@astrojs/starlight": "^0.38.3", "@astrojs/starlight-tailwind": "^5.0.0", "@tailwindcss/vite": "^4.1.18", "astro": "^6.0.1", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 64074e4280a..e21bc9fd191 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.38.3 + +### Patch Changes + +- [#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 + +- [#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 + +- [#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 + ## 0.38.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index a15e788ca57..ef298de3b79 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.38.2", + "version": "0.38.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7f675fac8b0..49e824f1803 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,7 +91,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.38.2 + specifier: ^0.38.3 version: link:../../packages/starlight astro: specifier: ^6.0.1 @@ -106,7 +106,7 @@ importers: specifier: ^1.0.0 version: 1.0.0(astro@6.0.1(@types/node@24.12.0)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.53.3)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.7.1)) '@astrojs/starlight': - specifier: ^0.38.2 + specifier: ^0.38.3 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.6.0 @@ -121,7 +121,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.38.2 + specifier: ^0.38.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^5.0.0