summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2025-04-14 04:40:41 -0700
committerGitHub2025-04-14 13:40:41 +0200
commit15b27cfe301f7ca77fd7be51a86aafb97094525b (patch)
treee40ff3c65424a291ef4bf59ec9d61996eebd7d45
parent99c6825fc0e3387879f1e3aca100cf78d980f013 (diff)
downloadIT.starlight-15b27cfe301f7ca77fd7be51a86aafb97094525b.tar.gz
IT.starlight-15b27cfe301f7ca77fd7be51a86aafb97094525b.tar.bz2
IT.starlight-15b27cfe301f7ca77fd7be51a86aafb97094525b.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/brave-knives-pretend.md5
-rw-r--r--.changeset/empty-kangaroos-hear.md5
-rw-r--r--.changeset/giant-eagles-jog.md6
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/markdoc/package.json4
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/markdoc/CHANGELOG.md8
-rw-r--r--packages/markdoc/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml8
11 files changed, 26 insertions, 26 deletions
diff --git a/.changeset/brave-knives-pretend.md b/.changeset/brave-knives-pretend.md
deleted file mode 100644
index c081a6a6..00000000
--- a/.changeset/brave-knives-pretend.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Updates internal `@astrojs/mdx`, `@astrojs/sitemap`, and `astro-expressive-code` dependencies
diff --git a/.changeset/empty-kangaroos-hear.md b/.changeset/empty-kangaroos-hear.md
deleted file mode 100644
index 40accefb..00000000
--- a/.changeset/empty-kangaroos-hear.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight-markdoc': patch
----
-
-Adds support for newer versions of `@astrojs/markdoc`
diff --git a/.changeset/giant-eagles-jog.md b/.changeset/giant-eagles-jog.md
deleted file mode 100644
index ba8cc653..00000000
--- a/.changeset/giant-eagles-jog.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@astrojs/starlight-markdoc": patch
-"@astrojs/starlight": patch
----
-
-Updates Expressive Code to v0.41.1
diff --git a/examples/basics/package.json b/examples/basics/package.json
index d6c56759..88cbdeee 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.33.1",
+ "@astrojs/starlight": "^0.33.2",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
diff --git a/examples/markdoc/package.json b/examples/markdoc/package.json
index 85f2ab5a..5d9dc5c1 100644
--- a/examples/markdoc/package.json
+++ b/examples/markdoc/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.13.3",
- "@astrojs/starlight": "^0.33.1",
- "@astrojs/starlight-markdoc": "^0.3.0",
+ "@astrojs/starlight": "^0.33.2",
+ "@astrojs/starlight-markdoc": "^0.3.1",
"astro": "^5.6.1",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 5fc960a7..0836c795 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.33.1",
+ "@astrojs/starlight": "^0.33.2",
"@astrojs/starlight-tailwind": "^3.0.1",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.6.1",
diff --git a/packages/markdoc/CHANGELOG.md b/packages/markdoc/CHANGELOG.md
index 391f06ad..98940366 100644
--- a/packages/markdoc/CHANGELOG.md
+++ b/packages/markdoc/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight-markdoc
+## 0.3.1
+
+### Patch Changes
+
+- [#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`
+
+- [#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
+
## 0.3.0
### Minor Changes
diff --git a/packages/markdoc/package.json b/packages/markdoc/package.json
index 7593806d..3902ac97 100644
--- a/packages/markdoc/package.json
+++ b/packages/markdoc/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight-markdoc",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Markdoc preset for the Starlight documentation theme for Astro",
"author": "Chris Swithinbank <swithinbank@gmail.com>",
"license": "MIT",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 4546e5a1..1ef73bcb 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.33.2
+
+### Patch Changes
+
+- [#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
+
+- [#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
+
## 0.33.1
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 9e6d435a..2848606c 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.33.1",
+ "version": "0.33.2",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1d1717c4..d1b467aa 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -76,7 +76,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.33.1
+ specifier: ^0.33.2
version: link:../../packages/starlight
astro:
specifier: ^5.6.1
@@ -91,10 +91,10 @@ importers:
specifier: ^0.13.3
version: 0.13.3(astro@5.6.1)
'@astrojs/starlight':
- specifier: ^0.33.1
+ specifier: ^0.33.2
version: link:../../packages/starlight
'@astrojs/starlight-markdoc':
- specifier: ^0.3.0
+ specifier: ^0.3.1
version: link:../../packages/markdoc
astro:
specifier: ^5.6.1
@@ -106,7 +106,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.33.1
+ specifier: ^0.33.2
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^3.0.1