summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-03-21 05:10:55 -0700
committerGitHub2025-03-21 13:10:55 +0100
commit421f8a76482ff0969e52faca80e3ef66831b0b42 (patch)
treea5f6698c2f6a5a4afe564d9e1d50cec79d04bfdc
parent4682c7a4f248f53073a64ada671548709be49cd7 (diff)
downloadIT.starlight-421f8a76482ff0969e52faca80e3ef66831b0b42.tar.gz
IT.starlight-421f8a76482ff0969e52faca80e3ef66831b0b42.tar.bz2
IT.starlight-421f8a76482ff0969e52faca80e3ef66831b0b42.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/five-avocados-hang.md5
-rw-r--r--.changeset/five-glasses-shout.md5
-rw-r--r--.changeset/sour-bats-visit.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/markdoc/package.json2
-rw-r--r--examples/tailwind/package.json4
-rw-r--r--packages/starlight/CHANGELOG.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--packages/tailwind/CHANGELOG.md6
-rw-r--r--packages/tailwind/package.json2
-rw-r--r--pnpm-lock.yaml8
11 files changed, 24 insertions, 25 deletions
diff --git a/.changeset/five-avocados-hang.md b/.changeset/five-avocados-hang.md
deleted file mode 100644
index b0e53a7b..00000000
--- a/.changeset/five-avocados-hang.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight-tailwind': patch
----
-
-Adds support for `@astrojs/tailwind` v6
diff --git a/.changeset/five-glasses-shout.md b/.changeset/five-glasses-shout.md
deleted file mode 100644
index 193607ed..00000000
--- a/.changeset/five-glasses-shout.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fixes default ranking of merged indexes when using multi-site search
diff --git a/.changeset/sour-bats-visit.md b/.changeset/sour-bats-visit.md
deleted file mode 100644
index 0278242b..00000000
--- a/.changeset/sour-bats-visit.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Add npm social icon
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 805a2f96..e6bec3ba 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.32.3",
+ "@astrojs/starlight": "^0.32.4",
"astro": "^5.5.3",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 12a9bda0..859a34f9 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.3",
+ "@astrojs/starlight": "^0.32.4",
"@astrojs/starlight-markdoc": "^0.3.0",
"astro": "^5.5.3",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index b5ea38e9..a08ca925 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.32.3",
- "@astrojs/starlight-tailwind": "^3.0.0",
+ "@astrojs/starlight": "^0.32.4",
+ "@astrojs/starlight-tailwind": "^3.0.1",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.5.3",
"sharp": "^0.32.5",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index ad19d9a0..062b04e0 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.32.4
+
+### Patch Changes
+
+- [#2994](https://github.com/withastro/starlight/pull/2994) [`ca4ec8b`](https://github.com/withastro/starlight/commit/ca4ec8bc30b8e627bbc946736869ba67a2f4a6c6) Thanks [@XREvo](https://github.com/XREvo)! - Fixes default ranking of merged indexes when using multi-site search
+
+- [#2969](https://github.com/withastro/starlight/pull/2969) [`4682c7a`](https://github.com/withastro/starlight/commit/4682c7a4f248f53073a64ada671548709be49cd7) Thanks [@webpro](https://github.com/webpro)! - Add npm social icon
+
## 0.32.3
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 5913340d..3a404e7f 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.32.3",
+ "version": "0.32.4",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/packages/tailwind/CHANGELOG.md b/packages/tailwind/CHANGELOG.md
index 8e6f64c9..d8482785 100644
--- a/packages/tailwind/CHANGELOG.md
+++ b/packages/tailwind/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight-tailwind
+## 3.0.1
+
+### Patch Changes
+
+- [#2991](https://github.com/withastro/starlight/pull/2991) [`b8a4800`](https://github.com/withastro/starlight/commit/b8a480054aba2b39414ef7942db1a6110b800540) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for `@astrojs/tailwind` v6
+
## 3.0.0
### Major Changes
diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json
index 8a216834..5e609185 100644
--- a/packages/tailwind/package.json
+++ b/packages/tailwind/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight-tailwind",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Tailwind CSS plugin for the Starlight documentation theme for Astro",
"author": "Chris Swithinbank <swithinbank@gmail.com>",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 342bcfd3..23d134c0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.32.3
+ specifier: ^0.32.4
version: link:../../packages/starlight
astro:
specifier: ^5.5.3
@@ -91,7 +91,7 @@ importers:
specifier: ^0.12.4
version: 0.12.5(astro@5.5.3)
'@astrojs/starlight':
- specifier: ^0.32.3
+ specifier: ^0.32.4
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.3.0
@@ -106,10 +106,10 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.32.3
+ specifier: ^0.32.4
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
- specifier: ^3.0.0
+ specifier: ^3.0.1
version: link:../../packages/tailwind
'@astrojs/tailwind':
specifier: ^5.1.4