Skip to content

Commit 266eed4

Browse files
[ci] release (#3384)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcc0633 commit 266eed4

File tree

10 files changed

+19
-27
lines changed

10 files changed

+19
-27
lines changed

.changeset/de-update-translation.md

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

.changeset/new-ads-hug.md

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

.changeset/plenty-sloths-repeat.md

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

.changeset/smart-rocks-battle.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.35.2",
14+
"@astrojs/starlight": "^0.35.3",
1515
"astro": "^5.6.1",
1616
"sharp": "^0.34.2"
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.13.3",
15-
"@astrojs/starlight": "^0.35.2",
15+
"@astrojs/starlight": "^0.35.3",
1616
"@astrojs/starlight-markdoc": "^0.5.0",
1717
"astro": "^5.6.1",
1818
"sharp": "^0.34.2"

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.35.2",
14+
"@astrojs/starlight": "^0.35.3",
1515
"@astrojs/starlight-tailwind": "^4.0.1",
1616
"@tailwindcss/vite": "^4.0.7",
1717
"astro": "^5.6.1",

packages/starlight/CHANGELOG.md

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

3+
## 0.35.3
4+
5+
### Patch Changes
6+
7+
- [#3416](https://github.com/withastro/starlight/pull/3416) [`fcc0633`](https://github.com/withastro/starlight/commit/fcc0633ab14fc602f5c540972446e22c79746042) Thanks [@randomguy-2650](https://github.com/randomguy-2650)! - Updates German UI translations to be more idiomatic.
8+
9+
- [#1640](https://github.com/withastro/starlight/pull/1640) [`d1b3828`](https://github.com/withastro/starlight/commit/d1b3828cdfe8114884ab65049581e37624422ac4) Thanks [@hippotastic](https://github.com/hippotastic)! - Refactors various internal systems, improving code quality and maintainability.
10+
11+
- [#3421](https://github.com/withastro/starlight/pull/3421) [`97e8103`](https://github.com/withastro/starlight/commit/97e8103c5793d583931575dbe17924ef88a5b6fd) Thanks [@andersk](https://github.com/andersk)! - Removes an invalid `value` attribute from the language and theme selectors
12+
13+
- [#3422](https://github.com/withastro/starlight/pull/3422) [`9200fac`](https://github.com/withastro/starlight/commit/9200fac71ebe6e7bbbecee3d1893e744db01dc6e) Thanks [@andersk](https://github.com/andersk)! - Refactors collapsible sidebar sections and “on this page” dropdown to use `<span>` instead of `<div>`
14+
315
## 0.35.2
416

517
### 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.35.2",
3+
"version": "0.35.3",
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)