summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-01-06 15:10:00 -0800
committerGitHub2025-01-07 00:10:00 +0100
commit6dd17b7f6cb240ed61ffd5b45e866c44b580343b (patch)
tree39697009fc36c83baa5e48abda4e47364f142b90
parenta10b46680810882b029dd1d578cc86e22bc97af5 (diff)
downloadIT.starlight-6dd17b7f6cb240ed61ffd5b45e866c44b580343b.tar.gz
IT.starlight-6dd17b7f6cb240ed61ffd5b45e866c44b580343b.tar.bz2
IT.starlight-6dd17b7f6cb240ed61ffd5b45e866c44b580343b.zip
[ci] release (#2755)@astrojs/starlight@0.30.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/chilly-paws-smell.md5
-rw-r--r--.changeset/olive-hairs-battle.md5
-rw-r--r--.changeset/purple-rivers-joke.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.md10
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
9 files changed, 17 insertions, 22 deletions
diff --git a/.changeset/chilly-paws-smell.md b/.changeset/chilly-paws-smell.md
deleted file mode 100644
index a7f3ea20..00000000
--- a/.changeset/chilly-paws-smell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Ensures `<Tab>` component toggling is stable when smooth scrolling is enabled via custom CSS
diff --git a/.changeset/olive-hairs-battle.md b/.changeset/olive-hairs-battle.md
deleted file mode 100644
index 9953d1b3..00000000
--- a/.changeset/olive-hairs-battle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue preventing Pagefind to be disabled using the `pagefind` frontmatter field.
diff --git a/.changeset/purple-rivers-joke.md b/.changeset/purple-rivers-joke.md
deleted file mode 100644
index f616601e..00000000
--- a/.changeset/purple-rivers-joke.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds Storybook, Confluence and Jira social icons
diff --git a/examples/basics/package.json b/examples/basics/package.json
index a1d627b5..11c1704c 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.30.3",
+ "@astrojs/starlight": "^0.30.4",
"astro": "^5.0.2",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index c1e6a03c..93befe5f 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.1",
- "@astrojs/starlight": "^0.30.3",
+ "@astrojs/starlight": "^0.30.4",
"@astrojs/starlight-markdoc": "^0.2.0",
"astro": "^5.0.2",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index ee400cb8..401dac0e 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.30.3",
+ "@astrojs/starlight": "^0.30.4",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"astro": "^5.0.2",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index ff966cda..51467521 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/starlight
+## 0.30.4
+
+### Patch Changes
+
+- [#2747](https://github.com/withastro/starlight/pull/2747) [`474c27e`](https://github.com/withastro/starlight/commit/474c27e28d79794ac78d36e3384f0c0da6f2dfed) Thanks [@bbag](https://github.com/bbag)! - Ensures `<Tab>` component toggling is stable when smooth scrolling is enabled via custom CSS
+
+- [#2740](https://github.com/withastro/starlight/pull/2740) [`0e169c9`](https://github.com/withastro/starlight/commit/0e169c9fd9fbfc16d86225db6b00448edf39ffad) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing Pagefind to be disabled using the `pagefind` frontmatter field.
+
+- [#2732](https://github.com/withastro/starlight/pull/2732) [`a10b466`](https://github.com/withastro/starlight/commit/a10b46680810882b029dd1d578cc86e22bc97af5) Thanks [@Sidnioulz](https://github.com/Sidnioulz)! - Adds Storybook, Confluence and Jira social icons
+
## 0.30.3
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 772dac90..f54dc7dc 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.30.3",
+ "version": "0.30.4",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f1c2a0f4..6624fd21 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.30.3
+ specifier: ^0.30.4
version: link:../../packages/starlight
astro:
specifier: ^5.0.2
@@ -91,7 +91,7 @@ importers:
specifier: ^0.12.1
version: 0.12.1(astro@5.0.2)
'@astrojs/starlight':
- specifier: ^0.30.3
+ specifier: ^0.30.4
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.2.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.30.3
+ specifier: ^0.30.4
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^3.0.0