Skip to content

Commit 0edf4d7

Browse files
[ci] release (#3022)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 58e3e84 commit 0edf4d7

File tree

9 files changed

+17
-22
lines changed

9 files changed

+17
-22
lines changed

‎.changeset/gorgeous-bees-jump.md

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

‎.changeset/rude-bees-rest.md

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

‎.changeset/shiny-poems-occur.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.4",
14+
"@astrojs/starlight": "^0.32.5",
1515
"astro": "^5.5.3",
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.4",
15+
"@astrojs/starlight": "^0.32.5",
1616
"@astrojs/starlight-markdoc": "^0.3.0",
1717
"astro": "^5.5.3",
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.4",
14+
"@astrojs/starlight": "^0.32.5",
1515
"@astrojs/starlight-tailwind": "^3.0.1",
1616
"@astrojs/tailwind": "^5.1.4",
1717
"astro": "^5.5.3",

‎packages/starlight/CHANGELOG.md

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

3+
## 0.32.5
4+
5+
### Patch Changes
6+
7+
- [#3021](https://github.com/withastro/starlight/pull/3021) [`e3f881e`](https://github.com/withastro/starlight/commit/e3f881ec23019689b821c638b8f0863b8ced6908) Thanks [@jsparkdev](https://github.com/jsparkdev)! - Updates Korean language support
8+
9+
- [#3020](https://github.com/withastro/starlight/pull/3020) [`58e3e84`](https://github.com/withastro/starlight/commit/58e3e84662167e43c4a8b707453898e047aa18fc) Thanks [@ayoayco](https://github.com/ayoayco)! - Add SourceHut social icon
10+
11+
- [#3013](https://github.com/withastro/starlight/pull/3013) [`5b599dd`](https://github.com/withastro/starlight/commit/5b599dd6190d3b57f61ae48c8614395dda23ef13) Thanks [@oluwatobiss](https://github.com/oluwatobiss)! - Adds Substack icon to social links list
12+
313
## 0.32.4
414

515
### 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.4",
3+
"version": "0.32.5",
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)