Skip to content

Commit c5f137f

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

File tree

8 files changed

+17
-31
lines changed

8 files changed

+17
-31
lines changed

.changeset/beige-pillows-tan.md

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

.changeset/clever-parrots-chew.md

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

.changeset/famous-windows-bathe.md

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

.changeset/friendly-planets-sniff.md

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

.changeset/slow-lies-attack.md

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

.changeset/smooth-goats-lick.md

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

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.0.6
4+
5+
### Patch Changes
6+
7+
- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Fix CSS ordering issue caused by imports in 404 route.
8+
9+
- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Highlight current page section in table of contents.
10+
11+
- [`1028119`](https://github.com/withastro/starlight/commit/10281196aba65075e4ac202dc0f23927c44403ee) Thanks [@delucis](https://github.com/delucis)! - Use default locale in `404.astro`.
12+
13+
- [`05f8fd4`](https://github.com/withastro/starlight/commit/05f8fd4c3114e4c25075b35086c5b3e7d0ff49d7) Thanks [@delucis](https://github.com/delucis)! - Include `initial-scale=1` in viewport meta tag.
14+
15+
- [#47](https://github.com/withastro/starlight/pull/47) [`e96d9a7`](https://github.com/withastro/starlight/commit/e96d9a7628c5c04fe34dbc65ddd6fabdc0667a6d) Thanks [@delucis](https://github.com/delucis)! - Fix usage of `aria-current` in navigation sidebar to use `page` value.
16+
17+
- [#48](https://github.com/withastro/starlight/pull/48) [`a49485d`](https://github.com/withastro/starlight/commit/a49485def3fe4f505e90bf934eedcb135b3d3f51) Thanks [@delucis](https://github.com/delucis)! - Improve right sidebar layout.
18+
319
## 0.0.5
420

521
### 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.0.5",
3+
"version": "0.0.6",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {},
66
"keywords": [

0 commit comments

Comments
 (0)