summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-05-16 14:28:04 -0700
committerGitHub2023-05-16 23:28:04 +0200
commit4d3b81db62c64d172d0965429bf85ac013a5bed1 (patch)
treead0bfd2ab75d4fb4cee21afaa816d48e6942f259
parentdb728d61afa5cea060c66f746a4cc4ab3e1c3bcd (diff)
downloadIT.starlight-4d3b81db62c64d172d0965429bf85ac013a5bed1.tar.gz
IT.starlight-4d3b81db62c64d172d0965429bf85ac013a5bed1.tar.bz2
IT.starlight-4d3b81db62c64d172d0965429bf85ac013a5bed1.zip
[ci] release (#52)@astrojs/starlight@0.0.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/eleven-snails-act.md5
-rw-r--r--.changeset/pink-stingrays-rhyme.md5
-rw-r--r--.changeset/polite-numbers-check.md5
-rw-r--r--.changeset/real-beers-drum.md5
-rw-r--r--packages/starlight/CHANGELOG.md12
-rw-r--r--packages/starlight/package.json2
6 files changed, 13 insertions, 21 deletions
diff --git a/.changeset/eleven-snails-act.md b/.changeset/eleven-snails-act.md
deleted file mode 100644
index 8da1bb21..00000000
--- a/.changeset/eleven-snails-act.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fix routing logic to handle `index.md` slug differences between docs collection root and nested directories.
diff --git a/.changeset/pink-stingrays-rhyme.md b/.changeset/pink-stingrays-rhyme.md
deleted file mode 100644
index b64e83a7..00000000
--- a/.changeset/pink-stingrays-rhyme.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add padding to scroll preventing headings being obscured by nav
diff --git a/.changeset/polite-numbers-check.md b/.changeset/polite-numbers-check.md
deleted file mode 100644
index dac1f975..00000000
--- a/.changeset/polite-numbers-check.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Support displaying a custom logo in the nav bar.
diff --git a/.changeset/real-beers-drum.md b/.changeset/real-beers-drum.md
deleted file mode 100644
index d8aa21c7..00000000
--- a/.changeset/real-beers-drum.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-All Starlight projects now use Astro’s experimental optimized asset support.
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 959ee53f..1f50a7c4 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/starlight
+## 0.0.7
+
+### Patch Changes
+
+- [#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.
+
+- [#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
+
+- [#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.
+
+- [#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.
+
## 0.0.6
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 377cfd52..eba5b5d8 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.0.6",
+ "version": "0.0.7",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [