summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-12-18 09:57:09 -0800
committerGitHub2023-12-18 18:57:09 +0100
commit764fb2d0b334c2bbe27a82b768d9b8bf84580feb (patch)
tree6fe4e552896cffe45b718680013d64f02f65b433
parent9bd343fb1efab90a0aa03a95b1928a53c1674000 (diff)
downloadIT.starlight-764fb2d0b334c2bbe27a82b768d9b8bf84580feb.tar.gz
IT.starlight-764fb2d0b334c2bbe27a82b768d9b8bf84580feb.tar.bz2
IT.starlight-764fb2d0b334c2bbe27a82b768d9b8bf84580feb.zip
[ci] release (#1281)@astrojs/starlight@0.15.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/angry-roses-drive.md5
-rw-r--r--.changeset/neat-hats-change.md5
-rw-r--r--.changeset/old-adults-bake.md5
-rw-r--r--.changeset/rotten-colts-rescue.md5
-rw-r--r--.changeset/serious-months-destroy.md5
-rw-r--r--.changeset/tame-squids-yawn.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md62
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
11 files changed, 44 insertions, 58 deletions
diff --git a/.changeset/angry-roses-drive.md b/.changeset/angry-roses-drive.md
deleted file mode 100644
index cabe27df..00000000
--- a/.changeset/angry-roses-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Updates `<SocialIcon />` styling for improved accessibility. Specifically, the component now meets the [Target Size (Minimum)](https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html) success criteria defined by [Web Content Accessibility Guidelines (WCAG) 2.2](https://www.w3.org/TR/WCAG22/).
diff --git a/.changeset/neat-hats-change.md b/.changeset/neat-hats-change.md
deleted file mode 100644
index c7454abf..00000000
--- a/.changeset/neat-hats-change.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds French translations for Expressive Code UI
diff --git a/.changeset/old-adults-bake.md b/.changeset/old-adults-bake.md
deleted file mode 100644
index 9da00be7..00000000
--- a/.changeset/old-adults-bake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds Spanish translations for Expressive Code UI
diff --git a/.changeset/rotten-colts-rescue.md b/.changeset/rotten-colts-rescue.md
deleted file mode 100644
index f6b87f6f..00000000
--- a/.changeset/rotten-colts-rescue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Updates `astro-expressive-code` dependency to the latest version
diff --git a/.changeset/serious-months-destroy.md b/.changeset/serious-months-destroy.md
deleted file mode 100644
index 81e52bcf..00000000
--- a/.changeset/serious-months-destroy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Removes redundant subprocess calls in git last-updated time utility to improve performance
diff --git a/.changeset/tame-squids-yawn.md b/.changeset/tame-squids-yawn.md
deleted file mode 100644
index e0536843..00000000
--- a/.changeset/tame-squids-yawn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Exports the `StarlightUserConfig` TypeScript type representing the user's Starlight configuration received by plugins.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 21a936b4..c80d7ac0 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.15.0",
+ "@astrojs/starlight": "^0.15.1",
"astro": "^4.0.1",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index ce8b4727..8dd417d0 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.15.0",
+ "@astrojs/starlight": "^0.15.1",
"@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 d9b59e8a..b797aea8 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,21 @@
# @astrojs/starlight
+## 0.15.1
+
+### Patch Changes
+
+- [#1273](https://github.com/withastro/starlight/pull/1273) [`ae53155`](https://github.com/withastro/starlight/commit/ae531557aa4d42bd27c15f8f08bb3ca8242c9beb) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Updates `<SocialIcon />` styling for improved accessibility. Specifically, the component now meets the [Target Size (Minimum)](https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html) success criteria defined by [Web Content Accessibility Guidelines (WCAG) 2.2](https://www.w3.org/TR/WCAG22/).
+
+- [#1289](https://github.com/withastro/starlight/pull/1289) [`9bd343f`](https://github.com/withastro/starlight/commit/9bd343fb1efab90a0aa03a95b1928a53c1674000) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds French translations for Expressive Code UI
+
+- [#1280](https://github.com/withastro/starlight/pull/1280) [`6b1693d`](https://github.com/withastro/starlight/commit/6b1693d55552a48316a31d986e1cbaf695f10a61) Thanks [@kevinzunigacuellar](https://github.com/kevinzunigacuellar)! - Adds Spanish translations for Expressive Code UI
+
+- [#1276](https://github.com/withastro/starlight/pull/1276) [`667f23d`](https://github.com/withastro/starlight/commit/667f23d615742b44bb18ace39d981f8797b8ac55) Thanks [@hippotastic](https://github.com/hippotastic)! - Updates `astro-expressive-code` dependency to the latest version
+
+- [#1266](https://github.com/withastro/starlight/pull/1266) [`c9edf30`](https://github.com/withastro/starlight/commit/c9edf30b16f66757797dcaa5161b4afc18027476) Thanks [@alex-way](https://github.com/alex-way)! - Removes redundant subprocess calls in git last-updated time utility to improve performance
+
+- [#1278](https://github.com/withastro/starlight/pull/1278) [`e88abb0`](https://github.com/withastro/starlight/commit/e88abb0cc8b329500c15bc77aaed3907ec7dc507) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Exports the `StarlightUserConfig` TypeScript type representing the user's Starlight configuration received by plugins.
+
## 0.15.0
### Minor Changes
@@ -25,14 +41,14 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- // Disable link prefetching:
- prefetch: false,
-
- integrations: [
- starlight({
- // ...
- }),
- ],
+ // Disable link prefetching:
+ prefetch: false,
+
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -89,12 +105,12 @@
import starlight from '@astrojs/starlight';
export default defineConfig({
- trailingSlash: 'always',
- integrations: [
- starlight({
- // ...
- }),
- ],
+ trailingSlash: 'always',
+ integrations: [
+ starlight({
+ // ...
+ }),
+ ],
});
```
@@ -442,16 +458,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%);
}
```
@@ -830,8 +846,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 964f0847..8ced72ba 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b6b09153..932ea1ef 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -106,7 +106,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.15.0
+ specifier: ^0.15.1
version: link:../../packages/starlight
astro:
specifier: ^4.0.1
@@ -118,7 +118,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.15.0
+ specifier: ^0.15.1
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.1