From 0889189ba1108f45d47217969f4057b259f8e867 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:30:06 -0800 Subject: [PATCH] [ci] release (#2615) Co-authored-by: github-actions[bot] --- .changeset/blue-walls-kiss.md | 5 ----- .changeset/few-dogs-grab.md | 5 ----- .changeset/red-mice-care.md | 5 ----- .changeset/short-planets-sin.md | 5 ----- .changeset/soft-snails-chew.md | 5 ----- .changeset/wild-donkeys-join.md | 5 ----- examples/basics/package.json | 2 +- examples/markdoc/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 16 ++++++++++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 12 files changed, 23 insertions(+), 37 deletions(-) delete mode 100644 .changeset/blue-walls-kiss.md delete mode 100644 .changeset/few-dogs-grab.md delete mode 100644 .changeset/red-mice-care.md delete mode 100644 .changeset/short-planets-sin.md delete mode 100644 .changeset/soft-snails-chew.md delete mode 100644 .changeset/wild-donkeys-join.md diff --git a/.changeset/blue-walls-kiss.md b/.changeset/blue-walls-kiss.md deleted file mode 100644 index 9db5886e12e..00000000000 --- a/.changeset/blue-walls-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes a UI string type issue in projects with multiple data content collections. diff --git a/.changeset/few-dogs-grab.md b/.changeset/few-dogs-grab.md deleted file mode 100644 index 46219a6e666..00000000000 --- a/.changeset/few-dogs-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Makes `` more resilient to complex child content on smaller viewports diff --git a/.changeset/red-mice-care.md b/.changeset/red-mice-care.md deleted file mode 100644 index 5b2c9d6f5e5..00000000000 --- a/.changeset/red-mice-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Exposes `SidebarPersister` component in package exports for use in custom overrides diff --git a/.changeset/short-planets-sin.md b/.changeset/short-planets-sin.md deleted file mode 100644 index 60cf687f8b1..00000000000 --- a/.changeset/short-planets-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue with custom pages using the `` component and a custom sidebar missing highlighting for the active page and navigation links. diff --git a/.changeset/soft-snails-chew.md b/.changeset/soft-snails-chew.md deleted file mode 100644 index bd3219f0a6c..00000000000 --- a/.changeset/soft-snails-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds Backstage social icon diff --git a/.changeset/wild-donkeys-join.md b/.changeset/wild-donkeys-join.md deleted file mode 100644 index 573e1de207c..00000000000 --- a/.changeset/wild-donkeys-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes support for `sidebar` frontmatter options in sidebar entries using `slug` or the string shorthand for internal links diff --git a/examples/basics/package.json b/examples/basics/package.json index fa5fe38a342..a7d9c55611d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.1", "astro": "^4.16.10", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index b6877a3a8d3..8e54153cea5 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.1", "@astrojs/starlight-markdoc": "^0.1.0", "astro": "^4.16.10", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 0e81c760f51..f7b65ff3b7c 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.16.10", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 577fffdfb21..941b7a2ea96 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/starlight +## 0.29.1 + +### Patch Changes + +- [#2611](https://github.com/withastro/starlight/pull/2611) [`6059d96`](https://github.com/withastro/starlight/commit/6059d961a6b31fd7848b0c59411fc6370e62abab) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a UI string type issue in projects with multiple data content collections. + +- [#2606](https://github.com/withastro/starlight/pull/2606) [`10b15a7`](https://github.com/withastro/starlight/commit/10b15a7fcda4805dda622f893b6671b96a349161) Thanks [@delucis](https://github.com/delucis)! - Makes `` more resilient to complex child content on smaller viewports + +- [#2605](https://github.com/withastro/starlight/pull/2605) [`ec7ab4f`](https://github.com/withastro/starlight/commit/ec7ab4f1df83052aa00c5f560adf7e7b8d61c9db) Thanks [@brianzelip](https://github.com/brianzelip)! - Exposes `SidebarPersister` component in package exports for use in custom overrides + +- [#2614](https://github.com/withastro/starlight/pull/2614) [`9a31980`](https://github.com/withastro/starlight/commit/9a319807c698f65b461f456c54c413081ab551f0) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with custom pages using the `` component and a custom sidebar missing highlighting for the active page and navigation links. + +- [#2600](https://github.com/withastro/starlight/pull/2600) [`49aef17`](https://github.com/withastro/starlight/commit/49aef173811d05ae132729c92c3920a142ceeb7d) Thanks [@jdevega](https://github.com/jdevega)! - Adds Backstage social icon + +- [#2613](https://github.com/withastro/starlight/pull/2613) [`a73780f`](https://github.com/withastro/starlight/commit/a73780fb280feb5b96ffa94539633b2930bd8e76) Thanks [@delucis](https://github.com/delucis)! - Fixes support for `sidebar` frontmatter options in sidebar entries using `slug` or the string shorthand for internal links + ## 0.29.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 01d39069d4b..b4f6877b57b 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.29.0", + "version": "0.29.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ab280a1c61..81e4233f3be 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.29.0 + specifier: ^0.29.1 version: link:../../packages/starlight astro: specifier: ^4.16.10 @@ -91,7 +91,7 @@ importers: specifier: ^0.11.4 version: 0.11.5(astro@4.16.10) '@astrojs/starlight': - specifier: ^0.29.0 + specifier: ^0.29.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.1.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.29.0 + specifier: ^0.29.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3