Skip to content

Commit 4fd272b

Browse files
[ci] release (#2703)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fd16470 commit 4fd272b

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

‎.changeset/shaggy-toes-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/wicked-insects-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.30.1",
14+
"@astrojs/starlight": "^0.30.2",
1515
"astro": "^5.0.2",
1616
"sharp": "^0.32.5"
1717
}

‎examples/markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.12.1",
15-
"@astrojs/starlight": "^0.30.1",
15+
"@astrojs/starlight": "^0.30.2",
1616
"@astrojs/starlight-markdoc": "^0.2.0",
1717
"astro": "^5.0.2",
1818
"sharp": "^0.32.5"

‎examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.30.1",
14+
"@astrojs/starlight": "^0.30.2",
1515
"@astrojs/starlight-tailwind": "^3.0.0",
1616
"@astrojs/tailwind": "^5.1.3",
1717
"astro": "^5.0.2",

‎packages/starlight/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @astrojs/starlight
22

3+
## 0.30.2
4+
5+
### Patch Changes
6+
7+
- [#2702](https://github.com/withastro/starlight/pull/2702) [`02d16f3`](https://github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API with directories containing spaces or special characters.
8+
9+
- [#2704](https://github.com/withastro/starlight/pull/2704) [`fd16470`](https://github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e) Thanks [@delucis](https://github.com/delucis)! - Fixes display of focus indicator around site title
10+
311
## 0.30.1
412

513
### Patch Changes

‎packages/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/starlight",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {
66
"test": "vitest",

‎pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)