summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-01-09 14:35:40 -0800
committerGitHub2024-01-09 23:35:40 +0100
commitb302fec285411017a944a918bc9a315576c31365 (patch)
tree7754eac9145ee7e13347154a3d97774047a75269
parentc7e995cb018179789b5ee45bae5fdd9c20309945 (diff)
downloadIT.starlight-b302fec285411017a944a918bc9a315576c31365.tar.gz
IT.starlight-b302fec285411017a944a918bc9a315576c31365.tar.bz2
IT.starlight-b302fec285411017a944a918bc9a315576c31365.zip
[ci] release (#1332)@astrojs/starlight@0.15.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/afraid-horses-compare.md5
-rw-r--r--.changeset/heavy-rocks-sparkle.md5
-rw-r--r--.changeset/many-bags-press.md5
-rw-r--r--.changeset/plenty-carrots-rescue.md5
-rw-r--r--.changeset/selfish-pants-know.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md60
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
10 files changed, 42 insertions, 53 deletions
diff --git a/.changeset/afraid-horses-compare.md b/.changeset/afraid-horses-compare.md
deleted file mode 100644
index d70b0171..00000000
--- a/.changeset/afraid-horses-compare.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-chore: fix type errors in Starlight internals
diff --git a/.changeset/heavy-rocks-sparkle.md b/.changeset/heavy-rocks-sparkle.md
deleted file mode 100644
index 5c23182a..00000000
--- a/.changeset/heavy-rocks-sparkle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Adds Italian translation for `search.devWarning` UI
diff --git a/.changeset/many-bags-press.md b/.changeset/many-bags-press.md
deleted file mode 100644
index 478055ef..00000000
--- a/.changeset/many-bags-press.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes incorrect sorting behavior for some autogenerated sidebars
diff --git a/.changeset/plenty-carrots-rescue.md b/.changeset/plenty-carrots-rescue.md
deleted file mode 100644
index e256fc05..00000000
--- a/.changeset/plenty-carrots-rescue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Refactor `getLastUpdated` to use `node:child_process` instead of `execa`.
diff --git a/.changeset/selfish-pants-know.md b/.changeset/selfish-pants-know.md
deleted file mode 100644
index e1229159..00000000
--- a/.changeset/selfish-pants-know.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fixes sidebar scrollbar hiding behind navbar
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 8d5fbe65..c2419110 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.15.2",
+ "@astrojs/starlight": "^0.15.3",
"astro": "^4.0.1",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 4fb1a768..14f30d83 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.15.2",
+ "@astrojs/starlight": "^0.15.3",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.1",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index e2d7edd8..1f03ecb6 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,19 @@
# @astrojs/starlight
+## 0.15.3
+
+### Patch Changes
+
+- [#1303](https://github.com/withastro/starlight/pull/1303) [`3eefd21`](https://github.com/withastro/starlight/commit/3eefd21f2267648b17bc2d6874350fd5dd8bbcb2) Thanks [@lilnasy](https://github.com/lilnasy)! - chore: fix type errors in Starlight internals
+
+- [#1351](https://github.com/withastro/starlight/pull/1351) [`932c022`](https://github.com/withastro/starlight/commit/932c0229d7d8d55f30161ccc36c908140c1f252a) Thanks [@roberto-butti](https://github.com/roberto-butti)! - Adds Italian translation for `search.devWarning` UI
+
+- [#1298](https://github.com/withastro/starlight/pull/1298) [`c7e995c`](https://github.com/withastro/starlight/commit/c7e995cb018179789b5ee45bae5fdd9c20309945) Thanks [@kevinzunigacuellar](https://github.com/kevinzunigacuellar)! - Fixes incorrect sorting behavior for some autogenerated sidebars
+
+- [#1347](https://github.com/withastro/starlight/pull/1347) [`8994d00`](https://github.com/withastro/starlight/commit/8994d007266e0bd8e6116b306ccd9e24c9710411) Thanks [@kevinzunigacuellar](https://github.com/kevinzunigacuellar)! - Refactor `getLastUpdated` to use `node:child_process` instead of `execa`.
+
+- [#1353](https://github.com/withastro/starlight/pull/1353) [`90fe8da`](https://github.com/withastro/starlight/commit/90fe8da15c8eb227817c2232345ac359aef6bab5) Thanks [@delucis](https://github.com/delucis)! - Fixes sidebar scrollbar hiding behind navbar
+
## 0.15.2
### Patch Changes
@@ -49,14 +63,14 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- // Disable link prefetching:
- prefetch: false,
-
- integrations: [
- starlight({
- // ...
- }),
- ],
+ // Disable link prefetching:
+ prefetch: false,
+
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -113,12 +127,12 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- trailingSlash: 'always',
- integrations: [
- starlight({
- // ...
- }),
- ],
+ trailingSlash: 'always',
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -466,16 +480,16 @@
```css
:root {
- --sl-hue-accent: 234;
- --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%);
- --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%);
- --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%);
+ --sl-hue-accent: 234;
+ --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%);
+ --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%);
+ --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%);
}
:root[data-theme='light'] {
- --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%);
- --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%);
- --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%);
+ --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%);
+ --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%);
+ --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%);
}
```
@@ -854,8 +868,8 @@
```json
{
- "search.label": "Suchen",
- "search.shortcutLabel": "(Drücke / zum Suchen)"
+ "search.label": "Suchen",
+ "search.shortcutLabel": "(Drücke / zum Suchen)"
}
```
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 44d00414..2ee85a33 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.15.2",
+ "version": "0.15.3",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b9203313..344f4224 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -82,7 +82,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.15.2
+ specifier: ^0.15.3
version: link:../../packages/starlight
astro:
specifier: ^4.0.1
@@ -94,7 +94,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.15.2
+ specifier: ^0.15.3
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.1