Skip to content

Commit 32574d1

Browse files
[ci] release
1 parent 0896b91 commit 32574d1

8 files changed

Lines changed: 15 additions & 17 deletions

File tree

.changeset/every-breads-camp.md

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

.changeset/whole-beds-add.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.41.3",
14+
"@astrojs/starlight": "^0.41.4",
1515
"astro": "^7.0.2",
1616
"sharp": "^0.34.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": "^2.0.0",
15-
"@astrojs/starlight": "^0.41.3",
15+
"@astrojs/starlight": "^0.41.4",
1616
"@astrojs/starlight-markdoc": "^0.7.0",
1717
"astro": "^7.0.2",
1818
"sharp": "^0.34.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.41.3",
14+
"@astrojs/starlight": "^0.41.4",
1515
"@astrojs/starlight-tailwind": "^5.0.0",
1616
"@tailwindcss/vite": "^4.2.4",
1717
"astro": "^7.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.41.4
4+
5+
### Patch Changes
6+
7+
- [#4092](https://github.com/withastro/starlight/pull/4092) [`0896b91`](https://github.com/withastro/starlight/commit/0896b91607325b9d8494eb665cd1716a40025a5a) Thanks [@delucis](https://github.com/delucis)! - Fixes support for links containing a protocol like `mailto:` in the sidebar
8+
9+
- [#4088](https://github.com/withastro/starlight/pull/4088) [`4486ba4`](https://github.com/withastro/starlight/commit/4486ba432afe9e206f0b05651de24a9c25bdf6dd) Thanks [@delucis](https://github.com/delucis)! - Simplifies Starlight’s client-side sidebar state persistence script slightly
10+
311
## 0.41.3
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.41.3",
3+
"version": "0.41.4",
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)