Skip to content

Commit 1704be7

Browse files
[ci] release
1 parent 552f3a9 commit 1704be7

16 files changed

Lines changed: 78 additions & 75 deletions

File tree

.changeset/agile-eyes-fold.md

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

.changeset/dry-bikes-beg.md

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

.changeset/hot-dryers-drop.md

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

.changeset/spicy-moons-sell.md

Lines changed: 0 additions & 12 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.37.7",
14+
"@astrojs/starlight": "^0.38.0",
1515
"astro": "^6.0.1",
1616
"sharp": "^0.34.2"
1717
}

examples/markdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^1.0.0",
15-
"@astrojs/starlight": "^0.37.7",
16-
"@astrojs/starlight-markdoc": "^0.5.1",
15+
"@astrojs/starlight": "^0.38.0",
16+
"@astrojs/starlight-markdoc": "^0.6.0",
1717
"astro": "^6.0.1",
1818
"sharp": "^0.34.2"
1919
}

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.37.7",
15-
"@astrojs/starlight-tailwind": "^4.0.2",
14+
"@astrojs/starlight": "^0.38.0",
15+
"@astrojs/starlight-tailwind": "^5.0.0",
1616
"@tailwindcss/vite": "^4.1.18",
1717
"astro": "^6.0.1",
1818
"sharp": "^0.34.2",

packages/docsearch/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#3644](https://github.com/withastro/starlight/pull/3644) [`0d2e7ed`](https://github.com/withastro/starlight/commit/0d2e7ed74a604b028fcab0c81b4c35c0c9365343) Thanks [@HiDeoo](https://github.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now 0.38.0
8+
9+
Please use the `@astrojs/upgrade` command to upgrade your project:
10+
11+
```sh
12+
npx @astrojs/upgrade
13+
```
14+
315
## 0.6.1
416

517
### Patch Changes

packages/docsearch/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-docsearch",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Algolia DocSearch plugin for the Starlight documentation theme for Astro",
55
"author": "Chris Swithinbank <swithinbank@gmail.com>",
66
"license": "MIT",

packages/markdoc/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#3644](https://github.com/withastro/starlight/pull/3644) [`0d2e7ed`](https://github.com/withastro/starlight/commit/0d2e7ed74a604b028fcab0c81b4c35c0c9365343) Thanks [@HiDeoo](https://github.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now 0.38.0
8+
9+
Please use the `@astrojs/upgrade` command to upgrade your project:
10+
11+
```sh
12+
npx @astrojs/upgrade
13+
```
14+
315
## 0.5.1
416

517
### Patch Changes

0 commit comments

Comments
 (0)