summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-02-19 15:55:06 -0800
committerGitHub2025-02-20 00:55:06 +0100
commit5a7e831aa36adb37545e66a9f014d8d98ec0ff64 (patch)
treef969d7db59f9a287b6c601164e85d2d8b1f648c6
parentec5ca5953e62b6ad2de78996d37e08522aa4aa76 (diff)
downloadIT.starlight-5a7e831aa36adb37545e66a9f014d8d98ec0ff64.tar.gz
IT.starlight-5a7e831aa36adb37545e66a9f014d8d98ec0ff64.tar.bz2
IT.starlight-5a7e831aa36adb37545e66a9f014d8d98ec0ff64.zip
[ci] release (#2906)@astrojs/starlight@0.32.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/forty-ways-beam.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/forty-ways-beam.md b/.changeset/forty-ways-beam.md
deleted file mode 100644
index 8ab92cb9..00000000
--- a/.changeset/forty-ways-beam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue preventing the use of [rewrites](https://docs.astro.build/en/guides/routing/#rewrites).
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 2aace024..6f856684 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.32.0",
+ "@astrojs/starlight": "^0.32.1",
"astro": "^5.1.5",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 5c1e369c..afbc3d8d 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.4",
- "@astrojs/starlight": "^0.32.0",
+ "@astrojs/starlight": "^0.32.1",
"@astrojs/starlight-markdoc": "^0.2.0",
"astro": "^5.1.5",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 1f483462..2d00cf70 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.32.0",
+ "@astrojs/starlight": "^0.32.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.5",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 0446f26f..885d0a35 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.32.1
+
+### Patch Changes
+
+- [#2904](https://github.com/withastro/starlight/pull/2904) [`ec5ca59`](https://github.com/withastro/starlight/commit/ec5ca5953e62b6ad2de78996d37e08522aa4aa76) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing the use of [rewrites](https://docs.astro.build/en/guides/routing/#rewrites).
+
## 0.32.0
### Minor Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 865bbb63..74ee5da4 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.32.0",
+ "version": "0.32.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e18443bc..e6115ffd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.32.0
+ specifier: ^0.32.1
version: link:../../packages/starlight
astro:
specifier: ^5.1.5
@@ -91,7 +91,7 @@ importers:
specifier: ^0.12.4
version: 0.12.5(astro@5.1.5)
'@astrojs/starlight':
- specifier: ^0.32.0
+ specifier: ^0.32.1
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.2.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.32.0
+ specifier: ^0.32.1
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^3.0.0