diff options
author | Houston (Bot) | 2025-03-18 06:03:01 -0700 |
---|---|---|
committer | GitHub | 2025-03-18 14:03:01 +0100 |
commit | 9375aefffd0191441f3cd679adb0c7d1042927ad (patch) | |
tree | 6257f8d8ab29c13f2154cc13c6aa9cb066fc691d | |
parent | da57fab3027048825e048384fe4aa773b5db3ebf (diff) | |
download | IT.starlight-9375aefffd0191441f3cd679adb0c7d1042927ad.tar.gz IT.starlight-9375aefffd0191441f3cd679adb0c7d1042927ad.tar.bz2 IT.starlight-9375aefffd0191441f3cd679adb0c7d1042927ad.zip |
[ci] release (#2968)@astrojs/starlight@0.32.3
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/big-dancers-stare.md | 5 | ||||
-rw-r--r-- | .changeset/lovely-fireants-call.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 | 8 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 6 |
8 files changed, 15 insertions, 17 deletions
diff --git a/.changeset/big-dancers-stare.md b/.changeset/big-dancers-stare.md deleted file mode 100644 index 1080993b..00000000 --- a/.changeset/big-dancers-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds 6 new icons: `figma`, `jetbrains`, `sketch`, `vim`, `vscode`, and `zed`. diff --git a/.changeset/lovely-fireants-call.md b/.changeset/lovely-fireants-call.md deleted file mode 100644 index b6ac9a03..00000000 --- a/.changeset/lovely-fireants-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Adds official `jetbrains` icon diff --git a/examples/basics/package.json b/examples/basics/package.json index ed69fe44..94a3bb51 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.32.2", + "@astrojs/starlight": "^0.32.3", "astro": "^5.1.5", "sharp": "^0.32.5" } diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json index 84e2d4b0..098cd1d2 100644 --- a/examples/markdoc/package.json +++ b/examples/markdoc/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.4", - "@astrojs/starlight": "^0.32.2", + "@astrojs/starlight": "^0.32.3", "@astrojs/starlight-markdoc": "^0.3.0", "astro": "^5.1.5", "sharp": "^0.32.5" diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 1dd40629..feb78858 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.32.2", + "@astrojs/starlight": "^0.32.3", "@astrojs/starlight-tailwind": "^3.0.0", "@astrojs/tailwind": "^5.1.4", "astro": "^5.1.5", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 8225cb9a..ad19d9a0 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.32.3 + +### Patch Changes + +- [#2955](https://github.com/withastro/starlight/pull/2955) [`77b6a41`](https://github.com/withastro/starlight/commit/77b6a412c9daba8e6b856f3640204a1ca61c93b9) Thanks [@trueberryless](https://github.com/trueberryless)! - Adds 5 new icons: `figma`, `sketch`, `vim`, `vscode`, and `zed`. + +- [#2961](https://github.com/withastro/starlight/pull/2961) [`da57fab`](https://github.com/withastro/starlight/commit/da57fab3027048825e048384fe4aa773b5db3ebf) Thanks [@ematipico](https://github.com/ematipico)! - Adds 1 new icon: `jetbrains`. + ## 0.32.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 6717b1b5..7fe9cafd 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.32.2", + "version": "0.32.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index afc4ba8e..24710795 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,7 +76,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.32.2 + specifier: ^0.32.3 version: link:../../packages/starlight astro: specifier: ^5.1.5 @@ -91,7 +91,7 @@ importers: specifier: ^0.12.4 version: 0.12.5(astro@5.1.5) '@astrojs/starlight': - specifier: ^0.32.2 + specifier: ^0.32.3 version: link:../../packages/starlight '@astrojs/starlight-markdoc': specifier: ^0.3.0 @@ -106,7 +106,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.32.2 + specifier: ^0.32.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^3.0.0 |