From c7c5fa44b6b0d72fbb36fa0ea55c0ab2f3880ded Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Sun, 4 Jun 2023 15:05:57 -0700 Subject: [ci] release (#130) Co-authored-by: github-actions[bot] --- .changeset/ninety-singers-bow.md | 5 ----- .changeset/popular-crews-lie.md | 5 ----- .changeset/rare-olives-hang.md | 5 ----- .changeset/slow-vans-notice.md | 5 ----- .changeset/tame-swans-shave.md | 5 ----- .changeset/weak-lobsters-jog.md | 5 ----- packages/starlight/CHANGELOG.md | 16 ++++++++++++++++ packages/starlight/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .changeset/ninety-singers-bow.md delete mode 100644 .changeset/popular-crews-lie.md delete mode 100644 .changeset/rare-olives-hang.md delete mode 100644 .changeset/slow-vans-notice.md delete mode 100644 .changeset/tame-swans-shave.md delete mode 100644 .changeset/weak-lobsters-jog.md diff --git a/.changeset/ninety-singers-bow.md b/.changeset/ninety-singers-bow.md deleted file mode 100644 index fe492fcd..00000000 --- a/.changeset/ninety-singers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Design tweak: larger sidebar text with more spacing diff --git a/.changeset/popular-crews-lie.md b/.changeset/popular-crews-lie.md deleted file mode 100644 index 9cfe20d8..00000000 --- a/.changeset/popular-crews-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add Portuguese language support diff --git a/.changeset/rare-olives-hang.md b/.changeset/rare-olives-hang.md deleted file mode 100644 index b2da029c..00000000 --- a/.changeset/rare-olives-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add box-shadow to prev/next page links as per designs diff --git a/.changeset/slow-vans-notice.md b/.changeset/slow-vans-notice.md deleted file mode 100644 index 18fd1dac..00000000 --- a/.changeset/slow-vans-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Design tweak: slightly less horizontal padding in header component on narrower viewports diff --git a/.changeset/tame-swans-shave.md b/.changeset/tame-swans-shave.md deleted file mode 100644 index 0ab928bc..00000000 --- a/.changeset/tame-swans-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Design tweak: pad bottom of page content slightly diff --git a/.changeset/weak-lobsters-jog.md b/.changeset/weak-lobsters-jog.md deleted file mode 100644 index 7da6d55c..00000000 --- a/.changeset/weak-lobsters-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix bug setting writing direction from a single root locale diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index aeee698b..a14ba86c 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,21 @@ # @astrojs/starlight +## 0.0.19 + +### Patch Changes + +- [`fab453c`](https://github.com/withastro/starlight/commit/fab453c27a26a3928c0b355306d45b313a5fc531) Thanks [@delucis](https://github.com/delucis)! - Design tweak: larger sidebar text with more spacing + +- [#134](https://github.com/withastro/starlight/pull/134) [`5f4acdf`](https://github.com/withastro/starlight/commit/5f4acdf75102f4431f5c60f65912db8d690b098c) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Add Portuguese language support + +- [`8805fbf`](https://github.com/withastro/starlight/commit/8805fbf30a2c26208aaf6d29ee53586f2dbf6cce) Thanks [@delucis](https://github.com/delucis)! - Add box-shadow to prev/next page links as per designs + +- [`81ef58e`](https://github.com/withastro/starlight/commit/81ef58eac2a53672773d7d564068539190960127) Thanks [@delucis](https://github.com/delucis)! - Design tweak: slightly less horizontal padding in header component on narrower viewports + +- [`8c103b3`](https://github.com/withastro/starlight/commit/8c103b3b44e4b91159f8225fffdf9ba843f9c395) Thanks [@delucis](https://github.com/delucis)! - Design tweak: pad bottom of page content slightly + +- [#129](https://github.com/withastro/starlight/pull/129) [`bbcb277`](https://github.com/withastro/starlight/commit/bbcb277591514705fcc39665068aa331cfa2a653) Thanks [@delucis](https://github.com/delucis)! - Fix bug setting writing direction from a single root locale + ## 0.0.18 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 0c2607fc..c586dd58 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.18", + "version": "0.0.19", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit