Skip to content

Commit 27e8b6c

Browse files
[ci] release (#3490)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7700456 commit 27e8b6c

File tree

14 files changed

+40
-27
lines changed

14 files changed

+40
-27
lines changed

.changeset/empty-impalas-switch.md

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

.changeset/kind-mirrors-kneel.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.36.1",
14+
"@astrojs/starlight": "^0.36.2",
1515
"astro": "^5.6.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": "^0.13.3",
15-
"@astrojs/starlight": "^0.36.1",
16-
"@astrojs/starlight-markdoc": "^0.5.0",
15+
"@astrojs/starlight": "^0.36.2",
16+
"@astrojs/starlight-markdoc": "^0.5.1",
1717
"astro": "^5.6.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.36.1",
15-
"@astrojs/starlight-tailwind": "^4.0.1",
14+
"@astrojs/starlight": "^0.36.2",
15+
"@astrojs/starlight-tailwind": "^4.0.2",
1616
"@tailwindcss/vite": "^4.0.7",
1717
"astro": "^5.6.1",
1818
"sharp": "^0.34.2",

packages/docsearch/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#3500](https://github.com/withastro/starlight/pull/3500) [`7700456`](https://github.com/withastro/starlight/commit/770045663c8ca3cc44983dd0d444955eba441243) Thanks [@delucis](https://github.com/delucis)! - This is the first release published with OIDC trusted publishing.
8+
39
## 0.6.0
410

511
### Minor 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.0",
3+
"version": "0.6.1",
44
"description": "Algolia DocSearch plugin for the Starlight documentation theme for Astro",
55
"author": "Chris Swithinbank <[email protected]>",
66
"license": "MIT",

packages/markdoc/CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#3500](https://github.com/withastro/starlight/pull/3500) [`7700456`](https://github.com/withastro/starlight/commit/770045663c8ca3cc44983dd0d444955eba441243) Thanks [@delucis](https://github.com/delucis)! - This is the first release published with OIDC trusted publishing.
8+
39
## 0.5.0
410

511
### Minor Changes

packages/markdoc/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-markdoc",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Markdoc preset for the Starlight documentation theme for Astro",
55
"author": "Chris Swithinbank <[email protected]>",
66
"license": "MIT",

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.36.2
4+
5+
### Patch Changes
6+
7+
- [#3500](https://github.com/withastro/starlight/pull/3500) [`7700456`](https://github.com/withastro/starlight/commit/770045663c8ca3cc44983dd0d444955eba441243) Thanks [@delucis](https://github.com/delucis)! - This is the first release published with OIDC trusted publishing.
8+
9+
- [#3484](https://github.com/withastro/starlight/pull/3484) [`620fb38`](https://github.com/withastro/starlight/commit/620fb3857e40a37a2f8bdf2d0430b106e8f80cdb) Thanks [@gboubeta-uvigo](https://github.com/gboubeta-uvigo)! - Improves Spanish UI translations
10+
311
## 0.36.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)