summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-11-04 02:59:38 -0800
committerGitHub2024-11-04 11:59:38 +0100
commit70d02c333d27367449966c665ef488731e00c8e1 (patch)
tree55bd6a905fd7b7e5b1e0891fddabc09c8f07a9fb
parent435f69657291336318f08ad03ab55cb70f91fcdb (diff)
downloadIT.starlight-70d02c333d27367449966c665ef488731e00c8e1.tar.gz
IT.starlight-70d02c333d27367449966c665ef488731e00c8e1.tar.bz2
IT.starlight-70d02c333d27367449966c665ef488731e00c8e1.zip
[ci] release (#2570)@astrojs/starlight@0.28.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/thick-houses-pull.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.md6
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
7 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/thick-houses-pull.md b/.changeset/thick-houses-pull.md
deleted file mode 100644
index 69b82f1b..00000000
--- a/.changeset/thick-houses-pull.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 1079b420..52788edc 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.28.5",
+ "@astrojs/starlight": "^0.28.6",
"astro": "^4.15.3",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 7c5a550b..e5f44be7 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.11.4",
- "@astrojs/starlight": "^0.28.5",
+ "@astrojs/starlight": "^0.28.6",
"@astrojs/starlight-markdoc": "^0.1.0",
"astro": "^4.15.3",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 2343edde..6d909047 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.28.5",
+ "@astrojs/starlight": "^0.28.6",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.15.3",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index a34b7179..6e394950 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.28.6
+
+### Patch Changes
+
+- [#2565](https://github.com/withastro/starlight/pull/2565) [`236467b`](https://github.com/withastro/starlight/commit/236467bb745cea7a284ae3d398874d3edbcd846e) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts.
+
## 0.28.5
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index f0422afa..afd7cc7a 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.28.5",
+ "version": "0.28.6",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d95a2f9d..f403311f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -73,7 +73,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.28.5
+ specifier: ^0.28.6
version: link:../../packages/starlight
astro:
specifier: ^4.15.3
@@ -88,7 +88,7 @@ importers:
specifier: ^0.11.4
version: 0.11.4(astro@4.15.3)
'@astrojs/starlight':
- specifier: ^0.28.5
+ specifier: ^0.28.6
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.1.0
@@ -103,7 +103,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.28.5
+ specifier: ^0.28.6
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3