diff options
author | Houston (Bot) | 2024-09-08 02:05:00 -0700 |
---|---|---|
committer | GitHub | 2024-09-08 11:05:00 +0200 |
commit | 73389fe55022db24d18b40f4d73e3554858fe9ec (patch) | |
tree | 8617df33eb6bbe1c01694878d406aef4f84836ed | |
parent | f92791aa1d1ec3d5498e445a078f7143fef60553 (diff) | |
download | IT.starlight-73389fe55022db24d18b40f4d73e3554858fe9ec.tar.gz IT.starlight-73389fe55022db24d18b40f4d73e3554858fe9ec.tar.bz2 IT.starlight-73389fe55022db24d18b40f4d73e3554858fe9ec.zip |
[ci] release (#2304)@astrojs/starlight@0.27.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/strange-clouds-lay.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/markdoc/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/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 | 6 |
7 files changed, 13 insertions, 12 deletions
diff --git a/.changeset/strange-clouds-lay.md b/.changeset/strange-clouds-lay.md deleted file mode 100644 index 1405b2c7..00000000 --- a/.changeset/strange-clouds-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fixes resolution for the internal module Git virtual module in projects with special characters in the file path diff --git a/examples/basics/package.json b/examples/basics/package.json index ff15a421..98bb457a 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.27.0", + "@astrojs/starlight": "^0.27.1", "astro": "^4.15.3", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 6ed0b5c6..df72c12d 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "@astrojs/starlight": "^0.27.0", + "@astrojs/starlight": "^0.27.1", "@astrojs/starlight-markdoc": "^0.1.0", "astro": "^4.15.3", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index bc52275b..16b0ba64 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.27.0", + "@astrojs/starlight": "^0.27.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.15.3", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 6fc94d75..fe584196 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.27.1 + +### Patch Changes + +- [#2303](https://github.com/withastro/starlight/pull/2303) [`f92791a`](https://github.com/withastro/starlight/commit/f92791aa1d1ec3d5498e445a078f7143fef60553) Thanks [@delucis](https://github.com/delucis)! - Fixes resolution for the internal module Git virtual module in projects with special characters in the file path + ## 0.27.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 01752c31..f1b4c1d0 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.27.0", + "version": "0.27.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 772a40b6..ac9b53a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.27.0 + specifier: ^0.27.1 version: link:../../packages/starlight astro: specifier: ^4.15.3 @@ -88,7 +88,7 @@ importers: specifier: ^0.11.4 version: 0.11.4(astro@4.15.3) '@astrojs/starlight': - specifier: ^0.27.0 + specifier: ^0.27.1 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.1.0 @@ -103,7 +103,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.27.0 + specifier: ^0.27.1 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 |