From 5024b67ece563f8d08947e35958553755b4dfe6a Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Tue, 6 Jun 2023 13:23:34 -0700 Subject: [ci] release (#159) Co-authored-by: github-actions[bot] Co-authored-by: Chris Swithinbank --- .changeset/real-plums-tan.md | 5 ----- .changeset/swift-files-retire.md | 5 ----- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/real-plums-tan.md delete mode 100644 .changeset/swift-files-retire.md diff --git a/.changeset/real-plums-tan.md b/.changeset/real-plums-tan.md deleted file mode 100644 index 3093aac6..00000000 --- a/.changeset/real-plums-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Add French language support — Thanks [@thomasbnt](https://github.com/thomasbnt)! diff --git a/.changeset/swift-files-retire.md b/.changeset/swift-files-retire.md deleted file mode 100644 index 497e3c9e..00000000 --- a/.changeset/swift-files-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix word wrapping in search modal on narrow screens diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 68e64238..f3b06787 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.1.1 + +### Patch Changes + +- [#155](https://github.com/withastro/starlight/pull/155) Thanks [@thomasbnt](https://github.com/thomasbnt)! - Add French language support + +- [#158](https://github.com/withastro/starlight/pull/158) [`92d82f5`](https://github.com/withastro/starlight/commit/92d82f534c6ff8513b01f9f26748d9980a6d4c79) Thanks [@kevinzunigacuellar](https://github.com/kevinzunigacuellar)! - Fix word wrapping in search modal on narrow screens + ## 0.1.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 0806e06e..f2f89521 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.1.0", + "version": "0.1.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit