diff options
author | Houston (Bot) | 2024-09-19 12:01:45 -0700 |
---|---|---|
committer | GitHub | 2024-09-19 21:01:45 +0200 |
commit | 3fa153309bcf2486bb9580b502b235267a6f529e (patch) | |
tree | 892d6fd30f52bbcde9e5af835d8ae23f1bf625a3 | |
parent | 0ed7312ac0abae48c85f42bb0a388d80c22020f1 (diff) | |
download | IT.starlight-3fa153309bcf2486bb9580b502b235267a6f529e.tar.gz IT.starlight-3fa153309bcf2486bb9580b502b235267a6f529e.tar.bz2 IT.starlight-3fa153309bcf2486bb9580b502b235267a6f529e.zip |
[ci] release (#2378)@astrojs/starlight@0.28.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/beige-knives-visit.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/beige-knives-visit.md b/.changeset/beige-knives-visit.md deleted file mode 100644 index 443bbf07..00000000 --- a/.changeset/beige-knives-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Fixes an issue with synced `<Tabs>` components containing nested `<Tabs>` causing tab panels to not render correctly. diff --git a/examples/basics/package.json b/examples/basics/package.json index eed739d1..86da617c 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.1", + "@astrojs/starlight": "^0.28.2", "astro": "^4.15.3", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 8901b555..87645b4b 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.4", - "@astrojs/starlight": "^0.28.1", + "@astrojs/starlight": "^0.28.2", "@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 0c6720a5..b362696a 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.1", + "@astrojs/starlight": "^0.28.2", "@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 4b581d8c..80bfa049 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.28.2 + +### Patch Changes + +- [#2377](https://github.com/withastro/starlight/pull/2377) [`a257b83`](https://github.com/withastro/starlight/commit/a257b83f1e5704ff41bcbe85482ac81a1a61ce1f) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Fixes an issue with synced `<Tabs>` components containing nested `<Tabs>` causing tab panels to not render correctly. + ## 0.28.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index f5f3d9b9..0aa7096e 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.28.1", + "version": "0.28.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad10a53c..e71d5b16 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.28.1 + specifier: ^0.28.2 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.28.1 + specifier: ^0.28.2 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.1.0 @@ -103,7 +103,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.28.1 + specifier: ^0.28.2 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 |