summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-06-28 09:19:11 -0700
committerGitHub2024-06-28 18:19:11 +0200
commit1d32c8b0cec0ea5f66351b21b91748dfa78b404b (patch)
tree1f2f478e7ec4ae4332786722c4b2ac28036845ce
parent151e980a8a6946697002cd57f50fc278604de4a0 (diff)
downloadIT.starlight-1d32c8b0cec0ea5f66351b21b91748dfa78b404b.tar.gz
IT.starlight-1d32c8b0cec0ea5f66351b21b91748dfa78b404b.tar.bz2
IT.starlight-1d32c8b0cec0ea5f66351b21b91748dfa78b404b.zip
[ci] release (#2059)@astrojs/starlight@0.24.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/angry-pots-yawn.md5
-rw-r--r--.changeset/giant-dryers-fetch.md5
-rw-r--r--.changeset/serious-shrimps-decide.md5
-rw-r--r--.changeset/tidy-brooms-complain.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md12
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
9 files changed, 17 insertions, 25 deletions
diff --git a/.changeset/angry-pots-yawn.md b/.changeset/angry-pots-yawn.md
deleted file mode 100644
index 53bbde92..00000000
--- a/.changeset/angry-pots-yawn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Increase theme and language select inline padding
diff --git a/.changeset/giant-dryers-fetch.md b/.changeset/giant-dryers-fetch.md
deleted file mode 100644
index 1d630146..00000000
--- a/.changeset/giant-dryers-fetch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives.
diff --git a/.changeset/serious-shrimps-decide.md b/.changeset/serious-shrimps-decide.md
deleted file mode 100644
index 1154fb2e..00000000
--- a/.changeset/serious-shrimps-decide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Translate `fileTree.directory` and `aside.*` UI string into Norwegian (Bokmål).
diff --git a/.changeset/tidy-brooms-complain.md b/.changeset/tidy-brooms-complain.md
deleted file mode 100644
index b501ba49..00000000
--- a/.changeset/tidy-brooms-complain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue when using the `<StarlightPage>` component in a custom page with a user-defined `srcDir` configuration.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 4824bc73..4d0586b3 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.24.4",
+ "@astrojs/starlight": "^0.24.5",
"astro": "^4.10.2",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 501ea3f6..8c2691e4 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.24.4",
+ "@astrojs/starlight": "^0.24.5",
"@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 48f2ae3d..5f5a100c 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/starlight
+## 0.24.5
+
+### Patch Changes
+
+- [#2062](https://github.com/withastro/starlight/pull/2062) [`5ac0ac6`](https://github.com/withastro/starlight/commit/5ac0ac6614e3c45d810a1594a2009d3febfa2793) Thanks [@evadecker](https://github.com/evadecker)! - Increase theme and language select inline padding
+
+- [#2056](https://github.com/withastro/starlight/pull/2056) [`87e9ad0`](https://github.com/withastro/starlight/commit/87e9ad029c9730fca8df66e35828b57cd0872a61) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue preventing remark plugins injected by Starlight plugins to handle Markdown text and leaf directives.
+
+- [#2063](https://github.com/withastro/starlight/pull/2063) [`3ee1a94`](https://github.com/withastro/starlight/commit/3ee1a9404db25f5776a3c1ecd248614f64db46ae) Thanks [@delucis](https://github.com/delucis)! - Translate `fileTree.directory` and `aside.*` UI string into Norwegian (Bokmål).
+
+- [#2054](https://github.com/withastro/starlight/pull/2054) [`dbfd3ee`](https://github.com/withastro/starlight/commit/dbfd3eeccacb5f5b77d75213dac3b30dc0be6deb) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue when using the `<StarlightPage>` component in a custom page with a user-defined `srcDir` configuration.
+
## 0.24.4
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index fcebf371..475a4e38 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.24.4",
+ "version": "0.24.5",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index eecee635..cc929e19 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -73,7 +73,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.24.4
+ specifier: ^0.24.5
version: link:../../packages/starlight
astro:
specifier: ^4.10.2
@@ -85,7 +85,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.24.4
+ specifier: ^0.24.5
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3