Skip to content

Commit 0889189

Browse files
[ci] release (#2615)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d4dd9af commit 0889189

File tree

12 files changed

+23
-37
lines changed

12 files changed

+23
-37
lines changed

‎.changeset/blue-walls-kiss.md

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

‎.changeset/few-dogs-grab.md

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

‎.changeset/red-mice-care.md

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

‎.changeset/short-planets-sin.md

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

‎.changeset/soft-snails-chew.md

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

‎.changeset/wild-donkeys-join.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.29.0",
14+
"@astrojs/starlight": "^0.29.1",
1515
"astro": "^4.16.10",
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.11.4",
15-
"@astrojs/starlight": "^0.29.0",
15+
"@astrojs/starlight": "^0.29.1",
1616
"@astrojs/starlight-markdoc": "^0.1.0",
1717
"astro": "^4.16.10",
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.29.0",
14+
"@astrojs/starlight": "^0.29.1",
1515
"@astrojs/starlight-tailwind": "^2.0.3",
1616
"@astrojs/tailwind": "^5.1.0",
1717
"astro": "^4.16.10",

‎packages/starlight/CHANGELOG.md

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

3+
## 0.29.1
4+
5+
### Patch Changes
6+
7+
- [#2611](https://github.com/withastro/starlight/pull/2611) [`6059d96`](https://github.com/withastro/starlight/commit/6059d961a6b31fd7848b0c59411fc6370e62abab) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a UI string type issue in projects with multiple data content collections.
8+
9+
- [#2606](https://github.com/withastro/starlight/pull/2606) [`10b15a7`](https://github.com/withastro/starlight/commit/10b15a7fcda4805dda622f893b6671b96a349161) Thanks [@delucis](https://github.com/delucis)! - Makes `<CardGrid>` more resilient to complex child content on smaller viewports
10+
11+
- [#2605](https://github.com/withastro/starlight/pull/2605) [`ec7ab4f`](https://github.com/withastro/starlight/commit/ec7ab4f1df83052aa00c5f560adf7e7b8d61c9db) Thanks [@brianzelip](https://github.com/brianzelip)! - Exposes `SidebarPersister` component in package exports for use in custom overrides
12+
13+
- [#2614](https://github.com/withastro/starlight/pull/2614) [`9a31980`](https://github.com/withastro/starlight/commit/9a319807c698f65b461f456c54c413081ab551f0) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with custom pages using the `<StarlightPage />` component and a custom sidebar missing highlighting for the active page and navigation links.
14+
15+
- [#2600](https://github.com/withastro/starlight/pull/2600) [`49aef17`](https://github.com/withastro/starlight/commit/49aef173811d05ae132729c92c3920a142ceeb7d) Thanks [@jdevega](https://github.com/jdevega)! - Adds Backstage social icon
16+
17+
- [#2613](https://github.com/withastro/starlight/pull/2613) [`a73780f`](https://github.com/withastro/starlight/commit/a73780fb280feb5b96ffa94539633b2930bd8e76) Thanks [@delucis](https://github.com/delucis)! - Fixes support for `sidebar` frontmatter options in sidebar entries using `slug` or the string shorthand for internal links
18+
319
## 0.29.0
420

521
### Minor 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.29.0",
3+
"version": "0.29.1",
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)