From f6c4a0cbf2ad42230d7f350afafb24e2cdaebf3c Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 10 Jan 2025 13:09:27 -0800 Subject: [ci] release (#2763) Co-authored-by: github-actions[bot] --- .changeset/cold-vans-tan.md | 5 ----- .changeset/smart-moons-repair.md | 5 ----- examples/basics/package.json | 2 +- examples/markdoc/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 8 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 .changeset/cold-vans-tan.md delete mode 100644 .changeset/smart-moons-repair.md diff --git a/.changeset/cold-vans-tan.md b/.changeset/cold-vans-tan.md deleted file mode 100644 index 6359ff20..00000000 --- a/.changeset/cold-vans-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes display of long site title on mobile diff --git a/.changeset/smart-moons-repair.md b/.changeset/smart-moons-repair.md deleted file mode 100644 index d70778fd..00000000 --- a/.changeset/smart-moons-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Prevents the header title from being translated by automatic translation systems. diff --git a/examples/basics/package.json b/examples/basics/package.json index b3a70c6b..8486c492 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.5", + "@astrojs/starlight": "^0.30.6", "astro": "^5.0.2", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 1e005eb1..beea449e 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.1", - "@astrojs/starlight": "^0.30.5", + "@astrojs/starlight": "^0.30.6", "@astrojs/starlight-markdoc": "^0.2.0", "astro": "^5.0.2", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 431c0372..6ca7b8e6 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.30.5", + "@astrojs/starlight": "^0.30.6", "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.3", "astro": "^5.0.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 6fb949d1..94dbbdfa 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.30.6 + +### Patch Changes + +- [#2722](https://github.com/withastro/starlight/pull/2722) [`0b206d3`](https://github.com/withastro/starlight/commit/0b206d3a23f0876146dc17f5e507984362917696) Thanks [@techfg](https://github.com/techfg)! - Fixes display of long site title on mobile + +- [#2762](https://github.com/withastro/starlight/pull/2762) [`7ab1576`](https://github.com/withastro/starlight/commit/7ab157639da62fdc6b444b0280ad4c9d5ee4872f) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevents the header title from being translated by automatic translation systems. + ## 0.30.5 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 650fd103..67b99eb2 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.30.5", + "version": "0.30.6", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbe17609..6547e03c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.30.5 + specifier: ^0.30.6 version: link:../../packages/starlight astro: specifier: ^5.0.2 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.1 version: 0.12.1(astro@5.0.2) '@astrojs/starlight': - specifier: ^0.30.5 + specifier: ^0.30.6 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.2.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.30.5 + specifier: ^0.30.6 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0 -- cgit