Skip to content

Commit cb7873e

Browse files
[ci] release
1 parent 4682c7a commit cb7873e

11 files changed

Lines changed: 24 additions & 25 deletions

File tree

.changeset/five-avocados-hang.md

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

.changeset/five-glasses-shout.md

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

.changeset/sour-bats-visit.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.3",
14+
"@astrojs/starlight": "^0.32.4",
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.3",
15+
"@astrojs/starlight": "^0.32.4",
1616
"@astrojs/starlight-markdoc": "^0.3.0",
1717
"astro": "^5.5.3",
1818
"sharp": "^0.32.5"

examples/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.32.3",
15-
"@astrojs/starlight-tailwind": "^3.0.0",
14+
"@astrojs/starlight": "^0.32.4",
15+
"@astrojs/starlight-tailwind": "^3.0.1",
1616
"@astrojs/tailwind": "^5.1.4",
1717
"astro": "^5.5.3",
1818
"sharp": "^0.32.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.4
4+
5+
### Patch Changes
6+
7+
- [#2994](https://github.com/withastro/starlight/pull/2994) [`ca4ec8b`](https://github.com/withastro/starlight/commit/ca4ec8bc30b8e627bbc946736869ba67a2f4a6c6) Thanks [@XREvo](https://github.com/XREvo)! - Fixes default ranking of merged indexes when using multi-site search
8+
9+
- [#2969](https://github.com/withastro/starlight/pull/2969) [`4682c7a`](https://github.com/withastro/starlight/commit/4682c7a4f248f53073a64ada671548709be49cd7) Thanks [@webpro](https://github.com/webpro)! - Add npm social icon
10+
311
## 0.32.3
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.3",
3+
"version": "0.32.4",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {
66
"test": "vitest",

packages/tailwind/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#2991](https://github.com/withastro/starlight/pull/2991) [`b8a4800`](https://github.com/withastro/starlight/commit/b8a480054aba2b39414ef7942db1a6110b800540) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds support for `@astrojs/tailwind` v6
8+
39
## 3.0.0
410

511
### Major Changes

packages/tailwind/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-tailwind",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Tailwind CSS plugin for the Starlight documentation theme for Astro",
55
"author": "Chris Swithinbank <swithinbank@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)