From 646f937127141744468c774b448803eabaa00368 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Tue, 30 May 2023 10:47:41 -0700 Subject: [ci] release (#100) Co-authored-by: github-actions[bot] --- .changeset/few-zoos-cheat.md | 5 ----- .changeset/forty-dogs-bathe.md | 5 ----- .changeset/rare-feet-cry.md | 5 ----- .changeset/six-pants-cough.md | 5 ----- .changeset/smart-drinks-tie.md | 5 ----- packages/starlight/CHANGELOG.md | 14 ++++++++++++++ packages/starlight/package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/few-zoos-cheat.md delete mode 100644 .changeset/forty-dogs-bathe.md delete mode 100644 .changeset/rare-feet-cry.md delete mode 100644 .changeset/six-pants-cough.md delete mode 100644 .changeset/smart-drinks-tie.md diff --git a/.changeset/few-zoos-cheat.md b/.changeset/few-zoos-cheat.md deleted file mode 100644 index c5c4b389..00000000 --- a/.changeset/few-zoos-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add missing skip link to 404 page diff --git a/.changeset/forty-dogs-bathe.md b/.changeset/forty-dogs-bathe.md deleted file mode 100644 index 21e53922..00000000 --- a/.changeset/forty-dogs-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix “next page” arrow showing on pages not in sidebar diff --git a/.changeset/rare-feet-cry.md b/.changeset/rare-feet-cry.md deleted file mode 100644 index cb64821c..00000000 --- a/.changeset/rare-feet-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add support for a “splash” layout diff --git a/.changeset/six-pants-cough.md b/.changeset/six-pants-cough.md deleted file mode 100644 index dc7e0d91..00000000 --- a/.changeset/six-pants-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Support hiding right sidebar table of contents diff --git a/.changeset/smart-drinks-tie.md b/.changeset/smart-drinks-tie.md deleted file mode 100644 index 0bd6064c..00000000 --- a/.changeset/smart-drinks-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Move edit page link to page footer so it is accessible on mobile diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index d58233f7..9a395400 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/starlight +## 0.0.15 + +### Patch Changes + +- [`ded79af`](https://github.com/withastro/starlight/commit/ded79af43fad5ae0ec35739f655bf9e0c141a559) Thanks [@delucis](https://github.com/delucis)! - Add missing skip link to 404 page + +- [#99](https://github.com/withastro/starlight/pull/99) [`d162b2f`](https://github.com/withastro/starlight/commit/d162b2fc0795248fa89d45f2e5d4207126a59256) Thanks [@delucis](https://github.com/delucis)! - Fix “next page” arrow showing on pages not in sidebar + +- [#99](https://github.com/withastro/starlight/pull/99) [`d162b2f`](https://github.com/withastro/starlight/commit/d162b2fc0795248fa89d45f2e5d4207126a59256) Thanks [@delucis](https://github.com/delucis)! - Add support for a “splash” layout + +- [#99](https://github.com/withastro/starlight/pull/99) [`d162b2f`](https://github.com/withastro/starlight/commit/d162b2fc0795248fa89d45f2e5d4207126a59256) Thanks [@delucis](https://github.com/delucis)! - Support hiding right sidebar table of contents + +- [#99](https://github.com/withastro/starlight/pull/99) [`d162b2f`](https://github.com/withastro/starlight/commit/d162b2fc0795248fa89d45f2e5d4207126a59256) Thanks [@delucis](https://github.com/delucis)! - Move edit page link to page footer so it is accessible on mobile + ## 0.0.14 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 93a40807..d9f6a5aa 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.14", + "version": "0.0.15", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit