Skip to content

Commit 15b27cf

Browse files
[ci] release (#3091)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99c6825 commit 15b27cf

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

.changeset/brave-knives-pretend.md

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

.changeset/empty-kangaroos-hear.md

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

.changeset/giant-eagles-jog.md

Lines changed: 0 additions & 6 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.33.1",
14+
"@astrojs/starlight": "^0.33.2",
1515
"astro": "^5.6.1",
1616
"sharp": "^0.32.5"
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.33.1",
16-
"@astrojs/starlight-markdoc": "^0.3.0",
15+
"@astrojs/starlight": "^0.33.2",
16+
"@astrojs/starlight-markdoc": "^0.3.1",
1717
"astro": "^5.6.1",
1818
"sharp": "^0.32.5"
1919
}

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.33.1",
14+
"@astrojs/starlight": "^0.33.2",
1515
"@astrojs/starlight-tailwind": "^3.0.1",
1616
"@astrojs/tailwind": "^5.1.4",
1717
"astro": "^5.6.1",

packages/markdoc/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#3090](https://github.com/withastro/starlight/pull/3090) [`fc3ffa8`](https://github.com/withastro/starlight/commit/fc3ffa8e27a3113a8eb70a3d8e7bf69c2bb214e5) Thanks [@delucis](https://github.com/delucis)! - Adds support for newer versions of `@astrojs/markdoc`
8+
9+
- [#3109](https://github.com/withastro/starlight/pull/3109) [`b5cc1b4`](https://github.com/withastro/starlight/commit/b5cc1b4d4ee7dc737616c6ada893369b13ddb9c6) Thanks [@dhruvkb](https://github.com/dhruvkb)! - Updates Expressive Code to v0.41.1
10+
311
## 0.3.0
412

513
### 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.3.0",
3+
"version": "0.3.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.33.2
4+
5+
### Patch Changes
6+
7+
- [#3090](https://github.com/withastro/starlight/pull/3090) [`fc3ffa8`](https://github.com/withastro/starlight/commit/fc3ffa8e27a3113a8eb70a3d8e7bf69c2bb214e5) Thanks [@delucis](https://github.com/delucis)! - Updates internal `@astrojs/mdx`, `@astrojs/sitemap`, and `astro-expressive-code` dependencies
8+
9+
- [#3109](https://github.com/withastro/starlight/pull/3109) [`b5cc1b4`](https://github.com/withastro/starlight/commit/b5cc1b4d4ee7dc737616c6ada893369b13ddb9c6) Thanks [@dhruvkb](https://github.com/dhruvkb)! - Updates Expressive Code to v0.41.1
10+
311
## 0.33.1
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.33.1",
3+
"version": "0.33.2",
44
"description": "Build beautiful, high-performance documentation websites with Astro",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)