summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-08-16 11:35:54 -0700
committerGitHub2024-08-16 20:35:54 +0200
commitf68fe5b1f67bab606940b2ad68c58328949870ed (patch)
tree802fb6ed0b27e3d7013b47f2108957a47ed2b0be
parent74d4716f6a70fbef486e1057b81d2280c40251df (diff)
downloadIT.starlight-f68fe5b1f67bab606940b2ad68c58328949870ed.tar.gz
IT.starlight-f68fe5b1f67bab606940b2ad68c58328949870ed.tar.bz2
IT.starlight-f68fe5b1f67bab606940b2ad68c58328949870ed.zip
[ci] release (#2220)@astrojs/starlight@0.26.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/lemon-ants-bow.md5
-rw-r--r--examples/basics/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.yaml4
6 files changed, 11 insertions, 10 deletions
diff --git a/.changeset/lemon-ants-bow.md b/.changeset/lemon-ants-bow.md
deleted file mode 100644
index 6fcba1a1..00000000
--- a/.changeset/lemon-ants-bow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a sidebar persistence issue when navigating between pages with different sidebar content.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index fc505fbd..b680595d 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.26.0",
+ "@astrojs/starlight": "^0.26.1",
"astro": "^4.10.2",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index f513e16c..8a0f542a 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.26.0",
+ "@astrojs/starlight": "^0.26.1",
"@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 452efc4f..5b48ed95 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.26.1
+
+### Patch Changes
+
+- [#2219](https://github.com/withastro/starlight/pull/2219) [`74d4716`](https://github.com/withastro/starlight/commit/74d4716f6a70fbef486e1057b81d2280c40251df) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a sidebar persistence issue when navigating between pages with different sidebar content.
+
## 0.26.0
### Minor Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index a76a3857..52c80977 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.26.0",
+ "version": "0.26.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1b8a4e88..840edd04 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -73,7 +73,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.26.0
+ specifier: ^0.26.1
version: link:../../packages/starlight
astro:
specifier: ^4.10.2
@@ -85,7 +85,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.26.0
+ specifier: ^0.26.1
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3