From c5f137fc36838231491db7bd37a5141235e0ebde Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Mon, 15 May 2023 14:23:02 -0700 Subject: [ci] release (#44) Co-authored-by: github-actions[bot] --- .changeset/beige-pillows-tan.md | 5 ----- .changeset/clever-parrots-chew.md | 5 ----- .changeset/famous-windows-bathe.md | 5 ----- .changeset/friendly-planets-sniff.md | 5 ----- .changeset/slow-lies-attack.md | 5 ----- .changeset/smooth-goats-lick.md | 5 ----- packages/starlight/CHANGELOG.md | 16 ++++++++++++++++ packages/starlight/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/beige-pillows-tan.md delete mode 100644 .changeset/clever-parrots-chew.md delete mode 100644 .changeset/famous-windows-bathe.md delete mode 100644 .changeset/friendly-planets-sniff.md delete mode 100644 .changeset/slow-lies-attack.md delete mode 100644 .changeset/smooth-goats-lick.md diff --git a/.changeset/beige-pillows-tan.md b/.changeset/beige-pillows-tan.md deleted file mode 100644 index 519296d2..00000000 --- a/.changeset/beige-pillows-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix CSS ordering issue caused by imports in 404 route. diff --git a/.changeset/clever-parrots-chew.md b/.changeset/clever-parrots-chew.md deleted file mode 100644 index 89149956..00000000 --- a/.changeset/clever-parrots-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Highlight current page section in table of contents. diff --git a/.changeset/famous-windows-bathe.md b/.changeset/famous-windows-bathe.md deleted file mode 100644 index a9acc0c5..00000000 --- a/.changeset/famous-windows-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Use default locale in `404.astro`. diff --git a/.changeset/friendly-planets-sniff.md b/.changeset/friendly-planets-sniff.md deleted file mode 100644 index dd1ed260..00000000 --- a/.changeset/friendly-planets-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Include `initial-scale=1` in viewport meta tag. diff --git a/.changeset/slow-lies-attack.md b/.changeset/slow-lies-attack.md deleted file mode 100644 index ce2a62e3..00000000 --- a/.changeset/slow-lies-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fix usage of `aria-current` in navigation sidebar to use `page` value. diff --git a/.changeset/smooth-goats-lick.md b/.changeset/smooth-goats-lick.md deleted file mode 100644 index 898b3a30..00000000 --- a/.changeset/smooth-goats-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improve right sidebar layout. diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 57e7aa73..959ee53f 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/starlight +## 0.0.6 + +### Patch Changes + +- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Fix CSS ordering issue caused by imports in 404 route. + +- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Highlight current page section in table of contents. + +- [`1028119`](https://github.com/withastro/starlight/commit/10281196aba65075e4ac202dc0f23927c44403ee) Thanks [@delucis](https://github.com/delucis)! - Use default locale in `404.astro`. + +- [`05f8fd4`](https://github.com/withastro/starlight/commit/05f8fd4c3114e4c25075b35086c5b3e7d0ff49d7) Thanks [@delucis](https://github.com/delucis)! - Include `initial-scale=1` in viewport meta tag. + +- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Fix usage of `aria-current` in navigation sidebar to use `page` value. + +- [#48](https://github.com/withastro/starlight/pull/48) [`a49485d`](https://github.com/withastro/starlight/commit/a49485def3fe4f505e90bf934eedcb135b3d3f51) Thanks [@delucis](https://github.com/delucis)! - Improve right sidebar layout. + ## 0.0.5 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index a12d2802..377cfd52 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.5", + "version": "0.0.6", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit