From 0a7ce3efbf4f691292e1b2112df1eb8b165da105 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 9 Jun 2023 13:47:34 -0700 Subject: [ci] release (#184) Co-authored-by: github-actions[bot] Co-authored-by: Chris Swithinbank --- .changeset/chilled-tools-hammer.md | 5 ----- .changeset/dull-doors-decide.md | 5 ----- .changeset/silent-feet-think.md | 5 ----- packages/starlight/CHANGELOG.md | 10 ++++++++++ packages/starlight/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/chilled-tools-hammer.md delete mode 100644 .changeset/dull-doors-decide.md delete mode 100644 .changeset/silent-feet-think.md diff --git a/.changeset/chilled-tools-hammer.md b/.changeset/chilled-tools-hammer.md deleted file mode 100644 index 32a84a26..00000000 --- a/.changeset/chilled-tools-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix disclosure caret rotation in sidebar sub-groups diff --git a/.changeset/dull-doors-decide.md b/.changeset/dull-doors-decide.md deleted file mode 100644 index 1fdcb2bf..00000000 --- a/.changeset/dull-doors-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix Markdown table overflow diff --git a/.changeset/silent-feet-think.md b/.changeset/silent-feet-think.md deleted file mode 100644 index c521c90e..00000000 --- a/.changeset/silent-feet-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Support setting an SVG as the hero image file diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index b1b126b3..f5cee171 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.1.3 + +### Patch Changes + +- [#183](https://github.com/withastro/starlight/pull/183) [`89e0a04`](https://github.com/withastro/starlight/commit/89e0a04c26639246f550957acda2285e50417729) Thanks [@delucis](https://github.com/delucis)! - Fix disclosure caret rotation in sidebar sub-groups + +- [#177](https://github.com/withastro/starlight/pull/177) [`bdafdb0`](https://github.com/withastro/starlight/commit/bdafdb050d9d4e2501485dff37b71a3175a3b0c8) Thanks [@rviscomi](https://github.com/rviscomi)! - Fix Markdown table overflow + +- [#185](https://github.com/withastro/starlight/pull/185) [`4844915`](https://github.com/withastro/starlight/commit/4844915c25c9cdfb852e41584d93abfd85b82d08) Thanks [@delucis](https://github.com/delucis)! - Support setting an SVG as the hero image file + ## 0.1.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index f9f7dd24..13b81635 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.1.2", + "version": "0.1.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit