From acc58a488c47de9451bb5a74ffddf1b9e9de3585 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Wed, 17 May 2023 15:18:36 -0700 Subject: [ci] release (#60) Co-authored-by: github-actions[bot] --- .changeset/curvy-maps-care.md | 5 ----- .changeset/fifty-adults-accept.md | 5 ----- .changeset/forty-rocks-lick.md | 5 ----- .changeset/grumpy-trains-decide.md | 5 ----- .changeset/light-dingos-fry.md | 5 ----- .changeset/tidy-forks-taste.md | 5 ----- packages/starlight/CHANGELOG.md | 16 ++++++++++++++++ packages/starlight/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/curvy-maps-care.md delete mode 100644 .changeset/fifty-adults-accept.md delete mode 100644 .changeset/forty-rocks-lick.md delete mode 100644 .changeset/grumpy-trains-decide.md delete mode 100644 .changeset/light-dingos-fry.md delete mode 100644 .changeset/tidy-forks-taste.md diff --git a/.changeset/curvy-maps-care.md b/.changeset/curvy-maps-care.md deleted file mode 100644 index 41b53a6d..00000000 --- a/.changeset/curvy-maps-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Make `base` support consistent, including when `trailingSlash: 'never'` is set. diff --git a/.changeset/fifty-adults-accept.md b/.changeset/fifty-adults-accept.md deleted file mode 100644 index f5624d05..00000000 --- a/.changeset/fifty-adults-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix toc headingsObserver rootMargin diff --git a/.changeset/forty-rocks-lick.md b/.changeset/forty-rocks-lick.md deleted file mode 100644 index 342fae3d..00000000 --- a/.changeset/forty-rocks-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Make site title width fit the content diff --git a/.changeset/grumpy-trains-decide.md b/.changeset/grumpy-trains-decide.md deleted file mode 100644 index 72ca0b6d..00000000 --- a/.changeset/grumpy-trains-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix table of contents intersection observer for all possible viewport sizes. diff --git a/.changeset/light-dingos-fry.md b/.changeset/light-dingos-fry.md deleted file mode 100644 index 01b896e3..00000000 --- a/.changeset/light-dingos-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix background color on select component diff --git a/.changeset/tidy-forks-taste.md b/.changeset/tidy-forks-taste.md deleted file mode 100644 index 3e7b96e5..00000000 --- a/.changeset/tidy-forks-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Update site title link to include locale diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 1f50a7c4..c70e8803 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/starlight +## 0.0.8 + +### Patch Changes + +- [#62](https://github.com/withastro/starlight/pull/62) [`a91191e`](https://github.com/withastro/starlight/commit/a91191e8308ffa746a3eadeea61e39412f32f926) Thanks [@delucis](https://github.com/delucis)! - Make `base` support consistent, including when `trailingSlash: 'never'` is set. + +- [#61](https://github.com/withastro/starlight/pull/61) [`608f34c`](https://github.com/withastro/starlight/commit/608f34cbbe485c39730f33828971397f9c8a3534) Thanks [@liruifengv](https://github.com/liruifengv)! - Fix toc headingsObserver rootMargin + +- [#66](https://github.com/withastro/starlight/pull/66) [`9ca67d8`](https://github.com/withastro/starlight/commit/9ca67d8984f76c22e5411d7352aa8e0bd4514f42) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Make site title width fit the content + +- [#64](https://github.com/withastro/starlight/pull/64) [`4460e55`](https://github.com/withastro/starlight/commit/4460e55de210fd9a23a762fe76f5c32297d68d76) Thanks [@delucis](https://github.com/delucis)! - Fix table of contents intersection observer for all possible viewport sizes. + +- [#67](https://github.com/withastro/starlight/pull/67) [`38c2c1f`](https://github.com/withastro/starlight/commit/38c2c1f1ed25d6efe6ab2637ca2d9fbcdafcd240) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Fix background color on select component + +- [#57](https://github.com/withastro/starlight/pull/57) [`5b6cccb`](https://github.com/withastro/starlight/commit/5b6cccb7f9ee5810c75fbbb45496e2a1d022f7dd) Thanks [@BryceRussell](https://github.com/BryceRussell)! - Update site title link to include locale + ## 0.0.7 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index eba5b5d8..67154dbc 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.7", + "version": "0.0.8", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit