diff options
author | Houston (Bot) | 2023-07-17 15:50:19 -0700 |
---|---|---|
committer | GitHub | 2023-07-18 00:50:19 +0200 |
commit | 07db3d992703cbb58ff041dead2d46f82f62bee4 (patch) | |
tree | 97d9b23f3434c3ba2ce6c7a93014723e078d6f5f | |
parent | a2e23be71d9f3592a9ac615981233bf4e9f3af6b (diff) | |
download | IT.starlight-07db3d992703cbb58ff041dead2d46f82f62bee4.tar.gz IT.starlight-07db3d992703cbb58ff041dead2d46f82f62bee4.tar.bz2 IT.starlight-07db3d992703cbb58ff041dead2d46f82f62bee4.zip |
[ci] release (#356)@astrojs/starlight@0.5.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/lucky-pens-switch.md | 5 | ||||
-rw-r--r-- | .changeset/nasty-pigs-buy.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
6 files changed, 11 insertions, 13 deletions
diff --git a/.changeset/lucky-pens-switch.md b/.changeset/lucky-pens-switch.md deleted file mode 100644 index 6a47eafe..00000000 --- a/.changeset/lucky-pens-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix page scrolling when the window resizes, while the mobile nav is open diff --git a/.changeset/nasty-pigs-buy.md b/.changeset/nasty-pigs-buy.md deleted file mode 100644 index 35a23c95..00000000 --- a/.changeset/nasty-pigs-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add Simplified Chinese language support diff --git a/examples/basics/package.json b/examples/basics/package.json index 6b55576a..e47608e7 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.5.2", + "@astrojs/starlight": "^0.5.3", "astro": "2.7.0", "sharp": "^0.32.1" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index f9d6f9c9..af639011 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.5.3 + +### Patch Changes + +- [#352](https://github.com/withastro/starlight/pull/352) [`a2e23be`](https://github.com/withastro/starlight/commit/a2e23be71d9f3592a9ac615981233bf4e9f3af6b) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Fix page scrolling when the window resizes, while the mobile nav is open + +- [#353](https://github.com/withastro/starlight/pull/353) [`65b2b75`](https://github.com/withastro/starlight/commit/65b2b7561a185be29ff7f773bf9432dc3c4da2e4) Thanks [@liruifengv](https://github.com/liruifengv)! - Add Simplified Chinese language support + ## 0.5.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 0f4ffcd1..23fe9d90 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.5.2", + "version": "0.5.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f1a81f2..93bc566e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,7 +87,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.5.2 + specifier: ^0.5.3 version: link:../../packages/starlight astro: specifier: 2.7.0 |