summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-07-11 10:58:18 -0700
committerGitHub2025-07-11 19:58:18 +0200
commitb00748cbeaf2d4b0e383cc57136f4afdc689d833 (patch)
treebf5cc45d6c87e44731c923a42e278850784b3c97
parent46524acc4d418ed86f35a1c9b5d1ee17e85de141 (diff)
downloadIT.starlight-b00748cbeaf2d4b0e383cc57136f4afdc689d833.tar.gz
IT.starlight-b00748cbeaf2d4b0e383cc57136f4afdc689d833.tar.bz2
IT.starlight-b00748cbeaf2d4b0e383cc57136f4afdc689d833.zip
[ci] release (#3286)@astrojs/starlight@0.34.5
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/neat-steaks-cry.md5
-rw-r--r--.changeset/pretty-snakes-behave.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/neat-steaks-cry.md b/.changeset/neat-steaks-cry.md
deleted file mode 100644
index 8eb1e2e4..00000000
--- a/.changeset/neat-steaks-cry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Moves padding of `<main>` element to a `--sl-main-pad` CSS custom property to simplify setting custom values
diff --git a/.changeset/pretty-snakes-behave.md b/.changeset/pretty-snakes-behave.md
deleted file mode 100644
index 708b7264..00000000
--- a/.changeset/pretty-snakes-behave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a potential configuration issue for multilingual sites with a default language including a regional subtag.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 8eb2adbb..7c145054 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.4",
+ "@astrojs/starlight": "^0.34.5",
"astro": "^5.6.1",
"sharp": "^0.34.2"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index d671c117..cf95c416 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.13.3",
- "@astrojs/starlight": "^0.34.4",
+ "@astrojs/starlight": "^0.34.5",
"@astrojs/starlight-markdoc": "^0.4.0",
"astro": "^5.6.1",
"sharp": "^0.34.2"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index b03d291d..5d24dbf8 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.4",
+ "@astrojs/starlight": "^0.34.5",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.0.7",
"astro": "^5.6.1",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 46bbd91b..2f9d28ff 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.34.5
+
+### Patch Changes
+
+- [#3282](https://github.com/withastro/starlight/pull/3282) [`7680e87`](https://github.com/withastro/starlight/commit/7680e878fc55eba3fe0cf90e793970d3b72d166a) Thanks [@alvinometric](https://github.com/alvinometric)! - Moves padding of `<main>` element to a `--sl-main-pad` CSS custom property to simplify setting custom values
+
+- [#3288](https://github.com/withastro/starlight/pull/3288) [`131371e`](https://github.com/withastro/starlight/commit/131371e0c897f9c7ea673d93e8f405200d04d312) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a potential configuration issue for multilingual sites with a default language including a regional subtag.
+
## 0.34.4
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index eabf4e4a..8bc1ff42 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.34.4",
+ "version": "0.34.5",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6895bb30..0b682845 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.4
+ specifier: ^0.34.5
version: link:../../packages/starlight
astro:
specifier: ^5.6.1
@@ -91,7 +91,7 @@ importers:
specifier: ^0.13.3
version: 0.13.4(astro@5.6.2(@types/node@18.16.19)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.36.0)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.6.1))
'@astrojs/starlight':
- specifier: ^0.34.4
+ specifier: ^0.34.5
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.4.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.4
+ specifier: ^0.34.5
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1