From 3311435b10517a225c78bc23e5ad3ffcc0f659d9 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Thu, 20 Jul 2023 08:59:46 -0700 Subject: [ci] release (#368) Co-authored-by: github-actions[bot] --- .changeset/tidy-deers-tan.md | 5 ----- examples/basics/package.json | 2 +- packages/starlight/CHANGELOG.md | 6 ++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/tidy-deers-tan.md diff --git a/.changeset/tidy-deers-tan.md b/.changeset/tidy-deers-tan.md deleted file mode 100644 index 01a91195..00000000 --- a/.changeset/tidy-deers-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix missing metadata required for `astro add` support diff --git a/examples/basics/package.json b/examples/basics/package.json index 186d2ba2..f22e6e73 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.5.4", + "@astrojs/starlight": "^0.5.5", "astro": "^2.8.5", "sharp": "^0.32.3" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 5fd7d23e..f840a70d 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.5.5 + +### Patch Changes + +- [`a161c05`](https://github.com/withastro/starlight/commit/a161c05b74d2300c1fe49bfd8e111cc45c9a5bff) Thanks [@delucis](https://github.com/delucis)! - Fix missing metadata required for `astro add` support + ## 0.5.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index b498cb7b..8f765289 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.5.4", + "version": "0.5.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 181f5243..32db1365 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,7 +87,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.5.4 + specifier: ^0.5.5 version: link:../../packages/starlight astro: specifier: ^2.8.5 -- cgit