From a9b60bdd151efb89f048af853d2e80b948a42c07 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Sat, 15 Jul 2023 01:27:29 -0700 Subject: [ci] release (#344) Co-authored-by: github-actions[bot] --- .changeset/cold-windows-swim.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/cold-windows-swim.md diff --git a/.changeset/cold-windows-swim.md b/.changeset/cold-windows-swim.md deleted file mode 100644 index fa6aeae0..00000000 --- a/.changeset/cold-windows-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix escaping of non-relative user config file paths for custom CSS and logos diff --git a/examples/basics/package.json b/examples/basics/package.json index 223c4068..6b55576a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.5.1", + "@astrojs/starlight": "^0.5.2", "astro": "2.7.0", "sharp": "^0.32.1" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 99522e62..f9d6f9c9 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.5.2 + +### Patch Changes + +- [#343](https://github.com/withastro/starlight/pull/343) [`d618678`](https://github.com/withastro/starlight/commit/d618678b1901c621e1c8d2dc1a34ee299582b14e) Thanks [@delucis](https://github.com/delucis)! - Fix escaping of non-relative user config file paths for custom CSS and logos + ## 0.5.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 9f8607cf..0f4ffcd1 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.5.1", + "version": "0.5.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54e3f849..0f1a81f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,7 +87,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.5.1 + specifier: ^0.5.2 version: link:../../packages/starlight astro: specifier: 2.7.0 -- cgit