summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-04-24 13:36:54 -0700
committerGitHub2025-04-24 22:36:54 +0200
commitccca301b8fa3692bd9385928118161c65e9ecc79 (patch)
tree0c46a16b42141f5be23980ae5506bd0538c939ad
parentf6eb1d5a776b007bec0f4b5fd7b160851daac9fc (diff)
downloadIT.starlight-ccca301b8fa3692bd9385928118161c65e9ecc79.tar.gz
IT.starlight-ccca301b8fa3692bd9385928118161c65e9ecc79.tar.bz2
IT.starlight-ccca301b8fa3692bd9385928118161c65e9ecc79.zip
[ci] release (#3152)@astrojs/starlight@0.34.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/clean-yaks-drive.md5
-rw-r--r--.changeset/metal-chefs-shout.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.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml6
8 files changed, 15 insertions, 17 deletions
diff --git a/.changeset/clean-yaks-drive.md b/.changeset/clean-yaks-drive.md
deleted file mode 100644
index 8b049abf..00000000
--- a/.changeset/clean-yaks-drive.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a text selection issue for heading with a clickable anchor link when using double or triple click to select text.
diff --git a/.changeset/metal-chefs-shout.md b/.changeset/metal-chefs-shout.md
deleted file mode 100644
index fce20305..00000000
--- a/.changeset/metal-chefs-shout.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Fixes a regression of the Starlight icon color when using the [`credits`](https://starlight.astro.build/reference/configuration/#credits) configuration option.
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 561531b0..151a1643 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.0",
+ "@astrojs/starlight": "^0.34.1",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 84d7c0ee..13a6003b 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.13.3",
- "@astrojs/starlight": "^0.34.0",
+ "@astrojs/starlight": "^0.34.1",
"@astrojs/starlight-markdoc": "^0.4.0",
"astro": "^5.6.1",
"sharp": "^0.32.5"
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index a534b07b..48d35e22 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.34.0",
+ "@astrojs/starlight": "^0.34.1",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.0.7",
"astro": "^5.6.1",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index bd6a5db7..2bf9e0fb 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.34.1
+
+### Patch Changes
+
+- [#3140](https://github.com/withastro/starlight/pull/3140) [`f6eb1d5`](https://github.com/withastro/starlight/commit/f6eb1d5a776b007bec0f4b5fd7b160851daac9fc) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a text selection issue for heading with a clickable anchor link when using double or triple click to select text.
+
+- [#3148](https://github.com/withastro/starlight/pull/3148) [`dc8b6d5`](https://github.com/withastro/starlight/commit/dc8b6d5561eb90be9d31396ed1dc8f8258c9cbf7) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes a regression of the Starlight icon color when using the [`credits`](https://starlight.astro.build/reference/configuration/#credits) configuration option.
+
## 0.34.0
### Minor Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index a46fbf18..97e4b12c 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.34.0",
+ "version": "0.34.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 17c279e2..0ba0a9cd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.0
+ specifier: ^0.34.1
version: link:../../packages/starlight
astro:
specifier: ^5.6.1
@@ -91,7 +91,7 @@ importers:
specifier: ^0.13.3
version: 0.13.4(astro@5.6.2(@types/node@18.16.19)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.36.0)(tsx@4.15.2)(typescript@5.6.3)(yaml@2.6.1))
'@astrojs/starlight':
- specifier: ^0.34.0
+ specifier: ^0.34.1
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
specifier: ^0.4.0
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.34.0
+ specifier: ^0.34.1
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^4.0.1