summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-05-17 15:18:36 -0700
committerGitHub2023-05-18 00:18:36 +0200
commitacc58a488c47de9451bb5a74ffddf1b9e9de3585 (patch)
tree49571f390691d2c8f7773b861f8b8f0398318f50
parentc4731c5829ef23d43499856fc1fd5e8c36ef6f24 (diff)
downloadIT.starlight-acc58a488c47de9451bb5a74ffddf1b9e9de3585.tar.gz
IT.starlight-acc58a488c47de9451bb5a74ffddf1b9e9de3585.tar.bz2
IT.starlight-acc58a488c47de9451bb5a74ffddf1b9e9de3585.zip
[ci] release (#60)@astrojs/starlight@0.0.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/curvy-maps-care.md5
-rw-r--r--.changeset/fifty-adults-accept.md5
-rw-r--r--.changeset/forty-rocks-lick.md5
-rw-r--r--.changeset/grumpy-trains-decide.md5
-rw-r--r--.changeset/light-dingos-fry.md5
-rw-r--r--.changeset/tidy-forks-taste.md5
-rw-r--r--packages/starlight/CHANGELOG.md16
-rw-r--r--packages/starlight/package.json2
8 files changed, 17 insertions, 31 deletions
diff --git a/.changeset/curvy-maps-care.md b/.changeset/curvy-maps-care.md
deleted file mode 100644
index 41b53a6d..00000000
--- a/.changeset/curvy-maps-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Make `base` support consistent, including when `trailingSlash: 'never'` is set.
diff --git a/.changeset/fifty-adults-accept.md b/.changeset/fifty-adults-accept.md
deleted file mode 100644
index f5624d05..00000000
--- a/.changeset/fifty-adults-accept.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix toc headingsObserver rootMargin
diff --git a/.changeset/forty-rocks-lick.md b/.changeset/forty-rocks-lick.md
deleted file mode 100644
index 342fae3d..00000000
--- a/.changeset/forty-rocks-lick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Make site title width fit the content
diff --git a/.changeset/grumpy-trains-decide.md b/.changeset/grumpy-trains-decide.md
deleted file mode 100644
index 72ca0b6d..00000000
--- a/.changeset/grumpy-trains-decide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix table of contents intersection observer for all possible viewport sizes.
diff --git a/.changeset/light-dingos-fry.md b/.changeset/light-dingos-fry.md
deleted file mode 100644
index 01b896e3..00000000
--- a/.changeset/light-dingos-fry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix background color on select component
diff --git a/.changeset/tidy-forks-taste.md b/.changeset/tidy-forks-taste.md
deleted file mode 100644
index 3e7b96e5..00000000
--- a/.changeset/tidy-forks-taste.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Update site title link to include locale
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 1f50a7c4..c70e8803 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,21 @@
# @astrojs/starlight
+## 0.0.8
+
+### Patch Changes
+
+- [#62](https://github.com/withastro/starlight/pull/62) [`a91191e`](https://github.com/withastro/starlight/commit/a91191e8308ffa746a3eadeea61e39412f32f926) Thanks [@delucis](https://github.com/delucis)! - Make `base` support consistent, including when `trailingSlash: 'never'` is set.
+
+- [#61](https://github.com/withastro/starlight/pull/61) [`608f34c`](https://github.com/withastro/starlight/commit/608f34cbbe485c39730f33828971397f9c8a3534) Thanks [@liruifengv](https://github.com/liruifengv)! - Fix toc headingsObserver rootMargin
+
+- [#66](https://github.com/withastro/starlight/pull/66) [`9ca67d8`](https://github.com/withastro/starlight/commit/9ca67d8984f76c22e5411d7352aa8e0bd4514f42) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Make site title width fit the content
+
+- [#64](https://github.com/withastro/starlight/pull/64) [`4460e55`](https://github.com/withastro/starlight/commit/4460e55de210fd9a23a762fe76f5c32297d68d76) Thanks [@delucis](https://github.com/delucis)! - Fix table of contents intersection observer for all possible viewport sizes.
+
+- [#67](https://github.com/withastro/starlight/pull/67) [`38c2c1f`](https://github.com/withastro/starlight/commit/38c2c1f1ed25d6efe6ab2637ca2d9fbcdafcd240) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Fix background color on select component
+
+- [#57](https://github.com/withastro/starlight/pull/57) [`5b6cccb`](https://github.com/withastro/starlight/commit/5b6cccb7f9ee5810c75fbbb45496e2a1d022f7dd) Thanks [@BryceRussell](https://github.com/BryceRussell)! - Update site title link to include locale
+
## 0.0.7
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index eba5b5d8..67154dbc 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.0.7",
+ "version": "0.0.8",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [