diff options
author | Houston (Bot) | 2023-06-06 13:23:34 -0700 |
---|---|---|
committer | GitHub | 2023-06-06 22:23:34 +0200 |
commit | 5024b67ece563f8d08947e35958553755b4dfe6a (patch) | |
tree | 3967d1043c0b6072e86225de56cf10ecdd80756c | |
parent | 6df9c4e14aa9151c3627f952be4281b451162ebd (diff) | |
download | IT.starlight-5024b67ece563f8d08947e35958553755b4dfe6a.tar.gz IT.starlight-5024b67ece563f8d08947e35958553755b4dfe6a.tar.bz2 IT.starlight-5024b67ece563f8d08947e35958553755b4dfe6a.zip |
[ci] release (#159)@astrojs/starlight@0.1.1
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/real-plums-tan.md | 5 | ||||
-rw-r--r-- | .changeset/swift-files-retire.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
4 files changed, 9 insertions, 11 deletions
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": [ |