diff --git a/.changeset/de-update-translation.md b/.changeset/de-update-translation.md deleted file mode 100644 index ce8ed488e39..00000000000 --- a/.changeset/de-update-translation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Updates German UI translations to be more idiomatic. diff --git a/.changeset/new-ads-hug.md b/.changeset/new-ads-hug.md deleted file mode 100644 index 6154809b7fb..00000000000 --- a/.changeset/new-ads-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Refactors various internal systems, improving code quality and maintainability. diff --git a/.changeset/plenty-sloths-repeat.md b/.changeset/plenty-sloths-repeat.md deleted file mode 100644 index 85aa5d2cc35..00000000000 --- a/.changeset/plenty-sloths-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Removes an invalid `value` attribute from the language and theme selectors diff --git a/.changeset/smart-rocks-battle.md b/.changeset/smart-rocks-battle.md deleted file mode 100644 index 07cf5e091ce..00000000000 --- a/.changeset/smart-rocks-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Refactors collapsible sidebar sections and “on this page” dropdown to use `` instead of `
` diff --git a/examples/basics/package.json b/examples/basics/package.json index 80eb29b063d..63c9baf9981 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.35.2", + "@astrojs/starlight": "^0.35.3", "astro": "^5.6.1", "sharp": "^0.34.2" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index dc5e4a1fe90..0889c942439 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.13.3", - "@astrojs/starlight": "^0.35.2", + "@astrojs/starlight": "^0.35.3", "@astrojs/starlight-markdoc": "^0.5.0", "astro": "^5.6.1", "sharp": "^0.34.2" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 1909f2b1f63..66bd1bb8b7f 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.35.2", + "@astrojs/starlight": "^0.35.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 d41a30b7a45..ebbf73f2f3b 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/starlight +## 0.35.3 + +### Patch Changes + +- [#3416](https://github.com/withastro/starlight/pull/3416) [`fcc0633`](https://github.com/withastro/starlight/commit/fcc0633ab14fc602f5c540972446e22c79746042) Thanks [@randomguy-2650](https://github.com/randomguy-2650)! - Updates German UI translations to be more idiomatic. + +- [#1640](https://github.com/withastro/starlight/pull/1640) [`d1b3828`](https://github.com/withastro/starlight/commit/d1b3828cdfe8114884ab65049581e37624422ac4) Thanks [@hippotastic](https://github.com/hippotastic)! - Refactors various internal systems, improving code quality and maintainability. + +- [#3421](https://github.com/withastro/starlight/pull/3421) [`97e8103`](https://github.com/withastro/starlight/commit/97e8103c5793d583931575dbe17924ef88a5b6fd) Thanks [@andersk](https://github.com/andersk)! - Removes an invalid `value` attribute from the language and theme selectors + +- [#3422](https://github.com/withastro/starlight/pull/3422) [`9200fac`](https://github.com/withastro/starlight/commit/9200fac71ebe6e7bbbecee3d1893e744db01dc6e) Thanks [@andersk](https://github.com/andersk)! - Refactors collapsible sidebar sections and “on this page” dropdown to use `` instead of `
` + ## 0.35.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 95d35761c12..e1f8fc52a1c 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.35.2", + "version": "0.35.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index df2f519c5c7..7b7c54e2d9e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,7 +91,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.35.2 + specifier: ^0.35.3 version: link:../../packages/starlight astro: specifier: ^5.6.1 @@ -106,7 +106,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.35.2 + specifier: ^0.35.3 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.5.0 @@ -121,7 +121,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.35.2 + specifier: ^0.35.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^4.0.1