diff options
author | Houston (Bot) | 2025-04-11 02:40:00 -0700 |
---|---|---|
committer | GitHub | 2025-04-11 11:40:00 +0200 |
commit | 14e1441679b53c6a03bbfdc10a3f3c53ed210d1b (patch) | |
tree | d0eec6398a7ab32d21464c1365922089d5a5721f | |
parent | 18850491905fc1bf9e467b1d65c7f1709daf3c30 (diff) | |
download | IT.starlight-14e1441679b53c6a03bbfdc10a3f3c53ed210d1b.tar.gz IT.starlight-14e1441679b53c6a03bbfdc10a3f3c53ed210d1b.tar.bz2 IT.starlight-14e1441679b53c6a03bbfdc10a3f3c53ed210d1b.zip |
[ci] release (#3066)@astrojs/starlight@0.33.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/orange-pianos-juggle.md | 5 | ||||
-rw-r--r-- | .changeset/smooth-otters-taste.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 | 8 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 6 |
8 files changed, 15 insertions, 17 deletions
diff --git a/.changeset/orange-pianos-juggle.md b/.changeset/orange-pianos-juggle.md deleted file mode 100644 index 85fec920..00000000 --- a/.changeset/orange-pianos-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a regression in Starlight version `0.33.0` that caused the description and links to language alternates for multilingual websites to be missing from the` <head>` of the page. diff --git a/.changeset/smooth-otters-taste.md b/.changeset/smooth-otters-taste.md deleted file mode 100644 index f1cf4b80..00000000 --- a/.changeset/smooth-otters-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Updates the `social` configuration option TSDoc example to match the shape of the expected value. diff --git a/examples/basics/package.json b/examples/basics/package.json index 7c051732..7f2b36c5 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.33.0", + "@astrojs/starlight": "^0.33.1", "astro": "^5.5.3", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index d5f8582d..e04a7158 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.4", - "@astrojs/starlight": "^0.33.0", + "@astrojs/starlight": "^0.33.1", "@astrojs/starlight-markdoc": "^0.3.0", "astro": "^5.5.3", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index c54c2126..a47c1da0 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.33.0", + "@astrojs/starlight": "^0.33.1", "@astrojs/starlight-tailwind": "^3.0.1", "@astrojs/tailwind": "^5.1.4", "astro": "^5.5.3", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 899e52eb..4546e5a1 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.33.1 + +### Patch Changes + +- [#3088](https://github.com/withastro/starlight/pull/3088) [`1885049`](https://github.com/withastro/starlight/commit/18850491905fc1bf9e467b1d65c7f1709daf3c30) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a regression in Starlight version `0.33.0` that caused the description and links to language alternates for multilingual websites to be missing from the` <head>` of the page. + +- [#3065](https://github.com/withastro/starlight/pull/3065) [`463adf5`](https://github.com/withastro/starlight/commit/463adf53b263a963736cb441bc1dd515f3c81894) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Updates the `social` configuration option TSDoc example to match the shape of the expected value. + ## 0.33.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index b8fb54ac..c72a972e 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.33.0", + "version": "0.33.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fdf70ab3..68f53be1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.33.0 + specifier: ^0.33.1 version: link:../../packages/starlight astro: specifier: ^5.5.3 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.4 version: 0.12.5(astro@5.5.3) '@astrojs/starlight': - specifier: ^0.33.0 + specifier: ^0.33.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.3.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.33.0 + specifier: ^0.33.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.1 |