summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-01-07 07:44:23 -0800
committerGitHub2025-01-07 16:44:23 +0100
commit8de6f158f1fca3731581f6bb2b63c3b3aa481c9e (patch)
tree69972e02a2ad14a596c48971b51abf45351009e8
parentaec9edd14827a45fbc92d82db83dd713571e0c2d (diff)
downloadIT.starlight-8de6f158f1fca3731581f6bb2b63c3b3aa481c9e.tar.gz
IT.starlight-8de6f158f1fca3731581f6bb2b63c3b3aa481c9e.tar.bz2
IT.starlight-8de6f158f1fca3731581f6bb2b63c3b3aa481c9e.zip
[ci] release (#2761)@astrojs/starlight@0.30.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/brave-kings-vanish.md5
-rw-r--r--.changeset/flat-sheep-own.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/markdoc/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.yaml6
8 files changed, 15 insertions, 17 deletions
diff --git a/.changeset/brave-kings-vanish.md b/.changeset/brave-kings-vanish.md
deleted file mode 100644
index 22a63b76..00000000
--- a/.changeset/brave-kings-vanish.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a UI string translation issue for languages with a region subtag.
diff --git a/.changeset/flat-sheep-own.md b/.changeset/flat-sheep-own.md
deleted file mode 100644
index 8e45ae0c..00000000
--- a/.changeset/flat-sheep-own.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds 5 new icons: `left-caret`, `up-arrow`, `down-arrow`, `download`, and `cloud-download`.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 11c1704c..b3a70c6b 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.30.4",
+ "@astrojs/starlight": "^0.30.5",
"astro": "^5.0.2",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 93befe5f..1e005eb1 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.1",
- "@astrojs/starlight": "^0.30.4",
+ "@astrojs/starlight": "^0.30.5",
"@astrojs/starlight-markdoc": "^0.2.0",
"astro": "^5.0.2",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 401dac0e..431c0372 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.30.4",
+ "@astrojs/starlight": "^0.30.5",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"astro": "^5.0.2",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 51467521..6fb949d1 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.30.5
+
+### Patch Changes
+
+- [#2757](https://github.com/withastro/starlight/pull/2757) [`e7b0e74`](https://github.com/withastro/starlight/commit/e7b0e742dffb7c4a8f4619297e4bd6e5a8015edb) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a UI string translation issue for languages with a region subtag.
+
+- [#2760](https://github.com/withastro/starlight/pull/2760) [`aec9edd`](https://github.com/withastro/starlight/commit/aec9edd14827a45fbc92d82db83dd713571e0c2d) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds 5 new icons: `left-caret`, `up-arrow`, `down-arrow`, `download`, and `cloud-download`.
+
## 0.30.4
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index f54dc7dc..650fd103 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.30.4",
+ "version": "0.30.5",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6624fd21..fbe17609 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.30.4
+ specifier: ^0.30.5
version: link:../../packages/starlight
astro:
specifier: ^5.0.2
@@ -91,7 +91,7 @@ importers:
specifier: ^0.12.1
version: 0.12.1(astro@5.0.2)
'@astrojs/starlight':
- specifier: ^0.30.4
+ specifier: ^0.30.5
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.2.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.30.4
+ specifier: ^0.30.5
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^3.0.0