From 61fc9f3bc8b9d35e1b43cf7bc89c1c295049a241 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Wed, 7 Jun 2023 14:59:53 -0700 Subject: [ci] release (#169) Co-authored-by: github-actions[bot] Co-authored-by: Chris Swithinbank --- .changeset/giant-zoos-report.md | 5 ----- .changeset/odd-boxes-warn.md | 5 ----- .changeset/violet-bags-carry.md | 5 ----- .changeset/wild-kiwis-drum.md | 5 ----- packages/starlight/CHANGELOG.md | 12 ++++++++++++ packages/starlight/package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/giant-zoos-report.md delete mode 100644 .changeset/odd-boxes-warn.md delete mode 100644 .changeset/violet-bags-carry.md delete mode 100644 .changeset/wild-kiwis-drum.md diff --git a/.changeset/giant-zoos-report.md b/.changeset/giant-zoos-report.md deleted file mode 100644 index 0bd8e8e6..00000000 --- a/.changeset/giant-zoos-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Split `withBase` URL helper to fix use with files. diff --git a/.changeset/odd-boxes-warn.md b/.changeset/odd-boxes-warn.md deleted file mode 100644 index c82de5e9..00000000 --- a/.changeset/odd-boxes-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix bottom padding on left sidebar diff --git a/.changeset/violet-bags-carry.md b/.changeset/violet-bags-carry.md deleted file mode 100644 index 8fed3eaf..00000000 --- a/.changeset/violet-bags-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add `bundlePath` option to Pagefind configuration diff --git a/.changeset/wild-kiwis-drum.md b/.changeset/wild-kiwis-drum.md deleted file mode 100644 index f6836939..00000000 --- a/.changeset/wild-kiwis-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix focus outline positioning in tabs diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index f3b06787..b1b126b3 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/starlight +## 0.1.2 + +### Patch Changes + +- [#174](https://github.com/withastro/starlight/pull/174) [`6ab31b4`](https://github.com/withastro/starlight/commit/6ab31b4900166f952c1ca5ec4e4a1ef66f31be97) Thanks [@rviscomi](https://github.com/rviscomi)! - Split `withBase` URL helper to fix use with files. + +- [#168](https://github.com/withastro/starlight/pull/168) [`cb18eef`](https://github.com/withastro/starlight/commit/cb18eef4fda8227a6c5ec73589526dd7fbb8f4a6) Thanks [@BryceRussell](https://github.com/BryceRussell)! - Fix bottom padding on left sidebar + +- [#167](https://github.com/withastro/starlight/pull/167) [`990ec53`](https://github.com/withastro/starlight/commit/990ec53dee099fdb6d113a3be5ef375c73e6945a) Thanks [@BryceRussell](https://github.com/BryceRussell)! - Add `bundlePath` option to Pagefind configuration + +- [`4f666ba`](https://github.com/withastro/starlight/commit/4f666ba4fad7118a31bae819eb6be068da9e4d94) Thanks [@delucis](https://github.com/delucis)! - Fix focus outline positioning in tabs + ## 0.1.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index f2f89521..f9f7dd24 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.1.1", + "version": "0.1.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit