diff options
author | Houston (Bot) | 2023-06-07 14:59:53 -0700 |
---|---|---|
committer | GitHub | 2023-06-07 23:59:53 +0200 |
commit | 61fc9f3bc8b9d35e1b43cf7bc89c1c295049a241 (patch) | |
tree | 0fb2a72a1b7ea2de599e83d1cb25692b53651d1b | |
parent | e3225214f99e358c13f6d44928206e33fb86a03a (diff) | |
download | IT.starlight-61fc9f3bc8b9d35e1b43cf7bc89c1c295049a241.tar.gz IT.starlight-61fc9f3bc8b9d35e1b43cf7bc89c1c295049a241.tar.bz2 IT.starlight-61fc9f3bc8b9d35e1b43cf7bc89c1c295049a241.zip |
[ci] release (#169)@astrojs/starlight@0.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/giant-zoos-report.md | 5 | ||||
-rw-r--r-- | .changeset/odd-boxes-warn.md | 5 | ||||
-rw-r--r-- | .changeset/violet-bags-carry.md | 5 | ||||
-rw-r--r-- | .changeset/wild-kiwis-drum.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 12 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
6 files changed, 13 insertions, 21 deletions
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": [ |