diff options
author | Houston (Bot) | 2023-06-13 16:09:21 -0700 |
---|---|---|
committer | GitHub | 2023-06-14 01:09:21 +0200 |
commit | 2863e9fbfa48fa382e0d1ad6c4427ef45ebccd01 (patch) | |
tree | aad7211878e889c7e34cd862ef2fa6fadff2d162 | |
parent | a6a5321798bebb94713edf47b281fd390e6a657c (diff) | |
download | IT.starlight-2863e9fbfa48fa382e0d1ad6c4427ef45ebccd01.tar.gz IT.starlight-2863e9fbfa48fa382e0d1ad6c4427ef45ebccd01.tar.bz2 IT.starlight-2863e9fbfa48fa382e0d1ad6c4427ef45ebccd01.zip |
[ci] release (#198)@astrojs/starlight@0.1.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/spicy-schools-applaud.md | 5 | ||||
-rw-r--r-- | .changeset/thirty-emus-check.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/spicy-schools-applaud.md b/.changeset/spicy-schools-applaud.md deleted file mode 100644 index d6b11ce3..00000000 --- a/.changeset/spicy-schools-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Added Italian language support diff --git a/.changeset/thirty-emus-check.md b/.changeset/thirty-emus-check.md deleted file mode 100644 index e94f8159..00000000 --- a/.changeset/thirty-emus-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix bottom padding for sidebar on larger screen sizes diff --git a/examples/basics/package.json b/examples/basics/package.json index 87f618a7..7f9eb6d2 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.1.0", + "@astrojs/starlight": "^0.1.4", "astro": "^2.5.0", "sharp": "^0.32.1" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index f5cee171..da97cc26 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.1.4 + +### Patch Changes + +- [#190](https://github.com/withastro/starlight/pull/190) [`a3809e4`](https://github.com/withastro/starlight/commit/a3809e4f1e14f3949e9e25f7ffbdea2920408edb) Thanks [@gabrielemercolino](https://github.com/gabrielemercolino)! - Added Italian language support + +- [#193](https://github.com/withastro/starlight/pull/193) [`c9ca4eb`](https://github.com/withastro/starlight/commit/c9ca4ebe10f4776999e3fff4ac4c19ac0a714bac) Thanks [@BryceRussell](https://github.com/BryceRussell)! - Fix bottom padding for sidebar on larger screen sizes + ## 0.1.3 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 13b81635..eff0b907 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.1.3", + "version": "0.1.4", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee1fdf7c..f97a7b58 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.1.0 + specifier: ^0.1.4 version: link:../../packages/starlight astro: specifier: ^2.5.0 |