Skip to content

Commit 9375aef

Browse files
astrobot-houstongithub-actions[bot]delucis
authored
[ci] release (#2968)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Swithinbank <[email protected]>
1 parent da57fab commit 9375aef

File tree

8 files changed

+15
-17
lines changed

8 files changed

+15
-17
lines changed

.changeset/big-dancers-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-fireants-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.32.2",
14+
"@astrojs/starlight": "^0.32.3",
1515
"astro": "^5.1.5",
1616
"sharp": "^0.32.5"
1717
}

examples/markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.12.4",
15-
"@astrojs/starlight": "^0.32.2",
15+
"@astrojs/starlight": "^0.32.3",
1616
"@astrojs/starlight-markdoc": "^0.3.0",
1717
"astro": "^5.1.5",
1818
"sharp": "^0.32.5"

examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.32.2",
14+
"@astrojs/starlight": "^0.32.3",
1515
"@astrojs/starlight-tailwind": "^3.0.0",
1616
"@astrojs/tailwind": "^5.1.4",
1717
"astro": "^5.1.5",

packages/starlight/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @astrojs/starlight
22

3+
## 0.32.3
4+
5+
### Patch Changes
6+
7+
- [#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`.
8+
9+
- [#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`.
10+
311
## 0.32.2
412

513
### Patch Changes

packages/starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/starlight",
3-
"version": "0.32.2",
3+
"version": "0.32.3",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {
66
"test": "vitest",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)