diff options
author | Houston (Bot) | 2023-07-15 01:27:29 -0700 |
---|---|---|
committer | GitHub | 2023-07-15 10:27:29 +0200 |
commit | a9b60bdd151efb89f048af853d2e80b948a42c07 (patch) | |
tree | d1a81e9a754eb6017816cec21ff1de91d7647713 | |
parent | d618678b1901c621e1c8d2dc1a34ee299582b14e (diff) | |
download | IT.starlight-a9b60bdd151efb89f048af853d2e80b948a42c07.tar.gz IT.starlight-a9b60bdd151efb89f048af853d2e80b948a42c07.tar.bz2 IT.starlight-a9b60bdd151efb89f048af853d2e80b948a42c07.zip |
[ci] release (#344)@astrojs/starlight@0.5.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/cold-windows-swim.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
5 files changed, 9 insertions, 8 deletions
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 |