summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-02-27 10:25:41 -0800
committerGitHub2025-02-27 19:25:41 +0100
commit9a5450d30df7a794a3dac5463b1209c1e39111e9 (patch)
treeb7620819f301aca868d3666868b123142c95786e
parentc0170fd240a89ba4d0d4dd09817257903743dbe8 (diff)
downloadIT.starlight-9a5450d30df7a794a3dac5463b1209c1e39111e9.tar.gz
IT.starlight-9a5450d30df7a794a3dac5463b1209c1e39111e9.tar.bz2
IT.starlight-9a5450d30df7a794a3dac5463b1209c1e39111e9.zip
[ci] release (#2920)@astrojs/starlight@0.32.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/chatty-roses-push.md5
-rw-r--r--.changeset/large-chairs-refuse.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/chatty-roses-push.md b/.changeset/chatty-roses-push.md
deleted file mode 100644
index d48553fb..00000000
--- a/.changeset/chatty-roses-push.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Adds Latvian language support
diff --git a/.changeset/large-chairs-refuse.md b/.changeset/large-chairs-refuse.md
deleted file mode 100644
index 28f53b08..00000000
--- a/.changeset/large-chairs-refuse.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a trailing slash inconsistency in generated sidebar links when using the [`trailingSlash: 'ignore'`](https://docs.astro.build/en/reference/configuration-reference/#trailingslash) Astro option (the default) between [internal](https://starlight.astro.build/guides/sidebar/#internal-links) and [auto-generated](https://starlight.astro.build/guides/sidebar/#autogenerated-groups) links. Starlight behavior for this configuration value is to use a trailing slash as many common hosting providers redirect to URLs with a trailing slash by default.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 6f856684..ed69fe44 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.32.1",
+ "@astrojs/starlight": "^0.32.2",
"astro": "^5.1.5",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index afbc3d8d..98f969e7 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.1",
+ "@astrojs/starlight": "^0.32.2",
"@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 2d00cf70..1dd40629 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.32.1",
+ "@astrojs/starlight": "^0.32.2",
"@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 885d0a35..8225cb9a 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.32.2
+
+### Patch Changes
+
+- [#2926](https://github.com/withastro/starlight/pull/2926) [`c0170fd`](https://github.com/withastro/starlight/commit/c0170fd240a89ba4d0d4dd09817257903743dbe8) Thanks [@resoltico](https://github.com/resoltico)! - Adds Latvian language support
+
+- [#2918](https://github.com/withastro/starlight/pull/2918) [`790c000`](https://github.com/withastro/starlight/commit/790c000c4761f68b2782f1eef74568f210d4c619) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a trailing slash inconsistency in generated sidebar links when using the [`trailingSlash: 'ignore'`](https://docs.astro.build/en/reference/configuration-reference/#trailingslash) Astro option (the default) between [internal](https://starlight.astro.build/guides/sidebar/#internal-links) and [auto-generated](https://starlight.astro.build/guides/sidebar/#autogenerated-groups) links. Starlight behavior for this configuration value is to use a trailing slash as many common hosting providers redirect to URLs with a trailing slash by default.
+
## 0.32.1
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 74ee5da4..6717b1b5 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.32.1",
+ "version": "0.32.2",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e6115ffd..d52f7e9e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.32.1
+ specifier: ^0.32.2
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.1
+ specifier: ^0.32.2
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.2.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.32.1
+ specifier: ^0.32.2
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^3.0.0