diff options
author | Houston (Bot) | 2023-08-02 11:49:27 -0700 |
---|---|---|
committer | GitHub | 2023-08-02 20:49:27 +0200 |
commit | 8b07388e66a9a306a631c535d97766d97c5b6837 (patch) | |
tree | 00fa8cf9db3e62158e5be6e6aca3403db98c4396 | |
parent | a80e180ca5abb85aa0c9db111ef5ae8e0c1bb539 (diff) | |
download | IT.starlight-8b07388e66a9a306a631c535d97766d97c5b6837.tar.gz IT.starlight-8b07388e66a9a306a631c535d97766d97c5b6837.tar.bz2 IT.starlight-8b07388e66a9a306a631c535d97766d97c5b6837.zip |
[ci] release (#444)@astrojs/starlight@0.6.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/itchy-bats-tease.md | 5 | ||||
-rw-r--r-- | .changeset/nervous-plants-relate.md | 5 | ||||
-rw-r--r-- | .changeset/old-ghosts-appear.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 14 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
7 files changed, 15 insertions, 20 deletions
diff --git a/.changeset/itchy-bats-tease.md b/.changeset/itchy-bats-tease.md deleted file mode 100644 index 9985ea25..00000000 --- a/.changeset/itchy-bats-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Increase Markdown table border contrast diff --git a/.changeset/nervous-plants-relate.md b/.changeset/nervous-plants-relate.md deleted file mode 100644 index 9879161a..00000000 --- a/.changeset/nervous-plants-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add icons for Bitbucket, Gitter, CodePen, and Microsoft Teams diff --git a/.changeset/old-ghosts-appear.md b/.changeset/old-ghosts-appear.md deleted file mode 100644 index 6a3c2047..00000000 --- a/.changeset/old-ghosts-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Prevent repeated table of contents mark on mobile diff --git a/examples/basics/package.json b/examples/basics/package.json index aa9bf477..20c3a577 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.6.0", + "@astrojs/starlight": "^0.6.1", "astro": "^2.9.3", "sharp": "^0.32.3" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index cacf6b2b..29e6149d 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.6.1 + +### Patch Changes + +- [#442](https://github.com/withastro/starlight/pull/442) [`42c0abd`](https://github.com/withastro/starlight/commit/42c0abdd245f2f6595d67e203965f463829ef870) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Increase Markdown table border contrast + +- [#443](https://github.com/withastro/starlight/pull/443) [`cb8bcec`](https://github.com/withastro/starlight/commit/cb8bcec533c9a7849eda01a4a4157b4726c9902c) Thanks [@delucis](https://github.com/delucis)! - Add icons for Bitbucket, Gitter, CodePen, and Microsoft Teams + +- [#445](https://github.com/withastro/starlight/pull/445) [`a80e180`](https://github.com/withastro/starlight/commit/a80e180ca5abb85aa0c9db111ef5ae8e0c1bb539) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevent repeated table of contents mark on mobile + ## 0.6.0 ### Minor Changes @@ -351,8 +361,8 @@ ```json { - "search.label": "Suchen", - "search.shortcutLabel": "(Drücke / zum Suchen)" + "search.label": "Suchen", + "search.shortcutLabel": "(Drücke / zum Suchen)" } ``` diff --git a/packages/starlight/package.json b/packages/starlight/package.json index c1563b89..dab186b3 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.6.0", + "version": "0.6.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1eb2ac3c..1d5a290a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,7 +93,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.6.0 + specifier: ^0.6.1 version: link:../../packages/starlight astro: specifier: ^2.9.3 |