summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-11-19 05:30:06 -0800
committerGitHub2024-11-19 14:30:06 +0100
commit0889189ba1108f45d47217969f4057b259f8e867 (patch)
treef8da793b3d7575008b29d7e7c0b562b3028768fe
parentd4dd9af7aac3d1e7a8a67d4cee26dc42d35d5403 (diff)
downloadIT.starlight-0889189ba1108f45d47217969f4057b259f8e867.tar.gz
IT.starlight-0889189ba1108f45d47217969f4057b259f8e867.tar.bz2
IT.starlight-0889189ba1108f45d47217969f4057b259f8e867.zip
[ci] release (#2615)@astrojs/starlight@0.29.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/blue-walls-kiss.md5
-rw-r--r--.changeset/few-dogs-grab.md5
-rw-r--r--.changeset/red-mice-care.md5
-rw-r--r--.changeset/short-planets-sin.md5
-rw-r--r--.changeset/soft-snails-chew.md5
-rw-r--r--.changeset/wild-donkeys-join.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/markdoc/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md16
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
12 files changed, 23 insertions, 37 deletions
diff --git a/.changeset/blue-walls-kiss.md b/.changeset/blue-walls-kiss.md
deleted file mode 100644
index 9db5886e..00000000
--- a/.changeset/blue-walls-kiss.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a UI string type issue in projects with multiple data content collections.
diff --git a/.changeset/few-dogs-grab.md b/.changeset/few-dogs-grab.md
deleted file mode 100644
index 46219a6e..00000000
--- a/.changeset/few-dogs-grab.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Makes `<CardGrid>` more resilient to complex child content on smaller viewports
diff --git a/.changeset/red-mice-care.md b/.changeset/red-mice-care.md
deleted file mode 100644
index 5b2c9d6f..00000000
--- a/.changeset/red-mice-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Exposes `SidebarPersister` component in package exports for use in custom overrides
diff --git a/.changeset/short-planets-sin.md b/.changeset/short-planets-sin.md
deleted file mode 100644
index 60cf687f..00000000
--- a/.changeset/short-planets-sin.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes an issue with custom pages using the `<StarlightPage />` component and a custom sidebar missing highlighting for the active page and navigation links.
diff --git a/.changeset/soft-snails-chew.md b/.changeset/soft-snails-chew.md
deleted file mode 100644
index bd3219f0..00000000
--- a/.changeset/soft-snails-chew.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds Backstage social icon
diff --git a/.changeset/wild-donkeys-join.md b/.changeset/wild-donkeys-join.md
deleted file mode 100644
index 573e1de2..00000000
--- a/.changeset/wild-donkeys-join.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes support for `sidebar` frontmatter options in sidebar entries using `slug` or the string shorthand for internal links
diff --git a/examples/basics/package.json b/examples/basics/package.json
index fa5fe38a..a7d9c556 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.29.0",
+ "@astrojs/starlight": "^0.29.1",
"astro": "^4.16.10",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index b6877a3a..8e54153c 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.11.4",
- "@astrojs/starlight": "^0.29.0",
+ "@astrojs/starlight": "^0.29.1",
"@astrojs/starlight-markdoc": "^0.1.0",
"astro": "^4.16.10",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 0e81c760..f7b65ff3 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.29.0",
+ "@astrojs/starlight": "^0.29.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.16.10",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 577fffdf..941b7a2e 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,21 @@
# @astrojs/starlight
+## 0.29.1
+
+### Patch Changes
+
+- [#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.
+
+- [#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
+
+- [#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
+
+- [#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.
+
+- [#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
+
+- [#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
+
## 0.29.0
### Minor Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 01d39069..b4f6877b 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.29.0",
+ "version": "0.29.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 2ab280a1..81e4233f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.29.0
+ specifier: ^0.29.1
version: link:../../packages/starlight
astro:
specifier: ^4.16.10
@@ -91,7 +91,7 @@ importers:
specifier: ^0.11.4
version: 0.11.5(astro@4.16.10)
'@astrojs/starlight':
- specifier: ^0.29.0
+ specifier: ^0.29.1
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.1.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.29.0
+ specifier: ^0.29.1
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3