summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-06-18 15:52:39 -0700
committerGitHub2024-06-19 00:52:39 +0200
commit4ea46a043ad6407777b2769162859fb56e70a6a7 (patch)
treea41e9db8ce878e51940127c8e73e87a76c73b924
parent186b8628b7ac7d1b35f7beb626df5eab9858dca8 (diff)
downloadIT.starlight-4ea46a043ad6407777b2769162859fb56e70a6a7.tar.gz
IT.starlight-4ea46a043ad6407777b2769162859fb56e70a6a7.tar.bz2
IT.starlight-4ea46a043ad6407777b2769162859fb56e70a6a7.zip
[ci] release (#2029)@astrojs/starlight@0.24.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/curly-swans-clean.md5
-rw-r--r--.changeset/ninety-pumas-remember.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
7 files changed, 13 insertions, 15 deletions
diff --git a/.changeset/curly-swans-clean.md b/.changeset/curly-swans-clean.md
deleted file mode 100644
index c8742cde..00000000
--- a/.changeset/curly-swans-clean.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a search dialog height issue in Safari.
diff --git a/.changeset/ninety-pumas-remember.md b/.changeset/ninety-pumas-remember.md
deleted file mode 100644
index 9a048da6..00000000
--- a/.changeset/ninety-pumas-remember.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Updates Czech UI translations
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 003b4bf7..5a37b13c 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.24.2",
+ "@astrojs/starlight": "^0.24.3",
"astro": "^4.10.2",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 25d34a90..8a9089fd 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.24.2",
+ "@astrojs/starlight": "^0.24.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.10.2",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index b2528c32..a5c3c01f 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.24.3
+
+### Patch Changes
+
+- [#2028](https://github.com/withastro/starlight/pull/2028) [`af81ad3`](https://github.com/withastro/starlight/commit/af81ad38fd26c375c0372718fd3e152b7f1a0fa6) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a search dialog height issue in Safari.
+
+- [#2022](https://github.com/withastro/starlight/pull/2022) [`80f82b1`](https://github.com/withastro/starlight/commit/80f82b15afae1366676e0c25e674210a19606df5) Thanks [@playmr365](https://github.com/playmr365)! - Updates Czech UI translations
+
## 0.24.2
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index ed352f42..75f84fba 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.24.2",
+ "version": "0.24.3",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f5f0f83a..6349fd98 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -73,7 +73,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.24.2
+ specifier: ^0.24.3
version: link:../../packages/starlight
astro:
specifier: ^4.10.2
@@ -85,7 +85,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.24.2
+ specifier: ^0.24.3
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3