From 5311d80ccf80eff840e498a45e344cab33b99a26 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Tue, 13 Aug 2024 02:28:32 -0700 Subject: [ci] release (#2173) Co-authored-by: github-actions[bot] --- .changeset/clean-brooms-drum.md | 5 ----- .changeset/moody-tips-help.md | 5 ----- examples/basics/package.json | 2 +- examples/tailwind/package.json | 2 +- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 7 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .changeset/clean-brooms-drum.md delete mode 100644 .changeset/moody-tips-help.md diff --git a/.changeset/clean-brooms-drum.md b/.changeset/clean-brooms-drum.md deleted file mode 100644 index 6dfef238..00000000 --- a/.changeset/clean-brooms-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improves build performance slightly for bigger sites diff --git a/.changeset/moody-tips-help.md b/.changeset/moody-tips-help.md deleted file mode 100644 index 41b4eb8e..00000000 --- a/.changeset/moody-tips-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds Azure DevOps (`azureDevOps`) icon for use in social links. diff --git a/examples/basics/package.json b/examples/basics/package.json index d58eb73b..a590930d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.4", + "@astrojs/starlight": "^0.25.5", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index cb24f77a..98983135 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.4", + "@astrojs/starlight": "^0.25.5", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 718cf5cf..93fc89eb 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.25.5 + +### Patch Changes + +- [#2171](https://github.com/withastro/starlight/pull/2171) [`c8258d7`](https://github.com/withastro/starlight/commit/c8258d7ef9264a0f85710d463a83d16013dc1934) Thanks [@delucis](https://github.com/delucis)! - Improves build performance slightly for bigger sites + +- [#2199](https://github.com/withastro/starlight/pull/2199) [`91557fd`](https://github.com/withastro/starlight/commit/91557fd73a43ab596f0fefb7c9aa0218b9a0b208) Thanks [@connorjs](https://github.com/connorjs)! - Adds Azure DevOps (`azureDevOps`) icon for use in social links. + ## 0.25.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 29b2a70d..1efba7a4 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.25.4", + "version": "0.25.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 63810cff..f939b0ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.25.4 + specifier: ^0.25.5 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.25.4 + specifier: ^0.25.5 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 -- cgit