diff options
author | Houston (Bot) | 2025-05-08 05:11:23 -0700 |
---|---|---|
committer | GitHub | 2025-05-08 14:11:23 +0200 |
commit | 33997c1130843b1a886c10ccf1aa917b5be33d0e (patch) | |
tree | 8ce8a273161109059ab077a73454a9824ebedc2a | |
parent | 449c8229effaab19ece3c0a34e32595809c33cc8 (diff) | |
download | IT.starlight-33997c1130843b1a886c10ccf1aa917b5be33d0e.tar.gz IT.starlight-33997c1130843b1a886c10ccf1aa917b5be33d0e.tar.bz2 IT.starlight-33997c1130843b1a886c10ccf1aa917b5be33d0e.zip |
[ci] release (#3166)@astrojs/starlight@0.34.3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/five-radios-laugh.md | 5 | ||||
-rw-r--r-- | .changeset/pink-cameras-perform.md | 5 | ||||
-rw-r--r-- | .changeset/tall-lies-wonder.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/markdoc/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 6 |
9 files changed, 17 insertions, 22 deletions
diff --git a/.changeset/five-radios-laugh.md b/.changeset/five-radios-laugh.md deleted file mode 100644 index 2cf949c8..00000000 --- a/.changeset/five-radios-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes display of focus indicator around site title diff --git a/.changeset/pink-cameras-perform.md b/.changeset/pink-cameras-perform.md deleted file mode 100644 index f211ef1b..00000000 --- a/.changeset/pink-cameras-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue where all headings in Markdown and MDX content were rendered with a [clickable anchor link](https://starlight.astro.build/reference/configuration/#headinglinks), even in non-Starlight pages. diff --git a/.changeset/tall-lies-wonder.md b/.changeset/tall-lies-wonder.md deleted file mode 100644 index bdfff03f..00000000 --- a/.changeset/tall-lies-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Updates Korean langage support with improvements and missing translations diff --git a/examples/basics/package.json b/examples/basics/package.json index 744af063..c881150a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.34.2", + "@astrojs/starlight": "^0.34.3", "astro": "^5.6.1", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 78a9fb28..37a321ba 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.13.3", - "@astrojs/starlight": "^0.34.2", + "@astrojs/starlight": "^0.34.3", "@astrojs/starlight-markdoc": "^0.4.0", "astro": "^5.6.1", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index f5fbd6f1..06d41ec1 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.34.2", + "@astrojs/starlight": "^0.34.3", "@astrojs/starlight-tailwind": "^4.0.1", "@tailwindcss/vite": "^4.0.7", "astro": "^5.6.1", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 8fe8c1bb..9ee064a1 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.34.3 + +### Patch Changes + +- [#3058](https://github.com/withastro/starlight/pull/3058) [`274cc06`](https://github.com/withastro/starlight/commit/274cc06112824384771b944f504ab0faab45e2b9) Thanks [@techfg](https://github.com/techfg)! - Fixes display of focus indicator around site title + +- [#3181](https://github.com/withastro/starlight/pull/3181) [`449c822`](https://github.com/withastro/starlight/commit/449c8229effaab19ece3c0a34e32595809c33cc8) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue where all headings in Markdown and MDX content were rendered with a [clickable anchor link](https://starlight.astro.build/reference/configuration/#headinglinks), even in non-Starlight pages. + +- [#3168](https://github.com/withastro/starlight/pull/3168) [`ca693fe`](https://github.com/withastro/starlight/commit/ca693feb4b6aa9f26b3d536d284288773b788ac6) Thanks [@jsparkdev](https://github.com/jsparkdev)! - Updates Korean langage support with improvements and missing translations + ## 0.34.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index c98da7c5..ea7ab029 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.34.2", + "version": "0.34.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8283bd2..c438d026 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.34.2 + specifier: ^0.34.3 version: link:../../packages/starlight astro: specifier: ^5.6.1 @@ -91,7 +91,7 @@ importers: specifier: ^0.13.3 version: 0.13.4(astro@5.6.2(@types/node@18.16.19)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.36.0)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.6.1)) '@astrojs/starlight': - specifier: ^0.34.2 + specifier: ^0.34.3 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.4.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.34.2 + specifier: ^0.34.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^4.0.1 |