Skip to content

Commit 4d3b81d

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

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/eleven-snails-act.md

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

.changeset/pink-stingrays-rhyme.md

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

.changeset/polite-numbers-check.md

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

.changeset/real-beers-drum.md

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

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.0.7
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/withastro/starlight/pull/55) [`8597b9c`](https://github.com/withastro/starlight/commit/8597b9c1002f8c5073d25ae5cacd4060ded2f8c8) Thanks [@delucis](https://github.com/delucis)! - Fix routing logic to handle `index.md` slug differences between docs collection root and nested directories.
8+
9+
- [#54](https://github.com/withastro/starlight/pull/54) [`db728d6`](https://github.com/withastro/starlight/commit/db728d61afa5cea060c66f746a4cc4ab3e1c3bcd) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Add padding to scroll preventing headings being obscured by nav
10+
11+
- [#51](https://github.com/withastro/starlight/pull/51) [`3adbdbb`](https://github.com/withastro/starlight/commit/3adbdbbb71a4b3648984fa1028fa116d0aff9a7d) Thanks [@delucis](https://github.com/delucis)! - Support displaying a custom logo in the nav bar.
12+
13+
- [#51](https://github.com/withastro/starlight/pull/51) [`3adbdbb`](https://github.com/withastro/starlight/commit/3adbdbbb71a4b3648984fa1028fa116d0aff9a7d) Thanks [@delucis](https://github.com/delucis)! - All Starlight projects now use Astro’s experimental optimized asset support.
14+
315
## 0.0.6
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.0.6",
3+
"version": "0.0.7",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {},
66
"keywords": [

0 commit comments

Comments
 (0)