diff --git a/.changeset/afraid-horses-compare.md b/.changeset/afraid-horses-compare.md deleted file mode 100644 index d70b0171e95..00000000000 --- a/.changeset/afraid-horses-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -chore: fix type errors in Starlight internals diff --git a/.changeset/heavy-rocks-sparkle.md b/.changeset/heavy-rocks-sparkle.md deleted file mode 100644 index 5c23182a7e7..00000000000 --- a/.changeset/heavy-rocks-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Adds Italian translation for `search.devWarning` UI diff --git a/examples/basics/package.json b/examples/basics/package.json index 8d5fbe65ba0..c2419110428 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.15.2", + "@astrojs/starlight": "^0.15.3", "astro": "^4.0.1", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 4fb1a76859c..14f30d83b82 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.15.2", + "@astrojs/starlight": "^0.15.3", "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.0.3", "astro": "^4.0.1", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index e2d7edd8861..75de76ceeaa 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.15.3 + +### Patch Changes + +- [#1303](https://github.com/withastro/starlight/pull/1303) [`3eefd21`](https://github.com/withastro/starlight/commit/3eefd21f2267648b17bc2d6874350fd5dd8bbcb2) Thanks [@lilnasy](https://github.com/lilnasy)! - chore: fix type errors in Starlight internals + +- [#1351](https://github.com/withastro/starlight/pull/1351) [`932c022`](https://github.com/withastro/starlight/commit/932c0229d7d8d55f30161ccc36c908140c1f252a) Thanks [@roberto-butti](https://github.com/roberto-butti)! - Adds Italian translation for `search.devWarning` UI + ## 0.15.2 ### Patch Changes @@ -49,14 +57,14 @@ import starlight from '@astrojs/starlight'; export default defineConfig({ - // Disable link prefetching: - prefetch: false, - - integrations: [ - starlight({ - // ... - }), - ], + // Disable link prefetching: + prefetch: false, + + integrations: [ + starlight({ + // ... + }), + ], }); ``` @@ -113,12 +121,12 @@ import starlight from '@astrojs/starlight'; export default defineConfig({ - trailingSlash: 'always', - integrations: [ - starlight({ - // ... - }), - ], + trailingSlash: 'always', + integrations: [ + starlight({ + // ... + }), + ], }); ``` @@ -466,16 +474,16 @@ ```css :root { - --sl-hue-accent: 234; - --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%); - --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%); - --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%); + --sl-hue-accent: 234; + --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%); + --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%); + --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%); } :root[data-theme='light'] { - --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%); - --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%); - --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%); + --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%); + --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%); + --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%); } ``` @@ -854,8 +862,8 @@ ```json { - "search.label": "Suchen", - "search.shortcutLabel": "(Drücke / zum Suchen)" + "search.label": "Suchen", + "search.shortcutLabel": "(Drücke / zum Suchen)" } ``` diff --git a/packages/starlight/package.json b/packages/starlight/package.json index c6ff2ede7d3..36312b74c39 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.15.2", + "version": "0.15.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07b41e11461..0e7578eeb57 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,7 +82,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.15.2 + specifier: ^0.15.3 version: link:../../packages/starlight astro: specifier: ^4.0.1 @@ -94,7 +94,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.15.2 + specifier: ^0.15.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.1