summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2024-07-23 06:55:31 -0700
committerGitHub2024-07-23 15:55:31 +0200
commitab105c33053d4e808f24cc3ac9ce64daa9247643 (patch)
tree6b4835e641f4a11a489bed99f023b5080954524e
parent9bbb9690616f79a80f3d286082b2500457bbcae9 (diff)
downloadIT.starlight-ab105c33053d4e808f24cc3ac9ce64daa9247643.tar.gz
IT.starlight-ab105c33053d4e808f24cc3ac9ce64daa9247643.tar.bz2
IT.starlight-ab105c33053d4e808f24cc3ac9ce64daa9247643.zip
[ci] release (#2142)@astrojs/starlight@0.25.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/mean-tigers-hunt.md5
-rw-r--r--.changeset/soft-bananas-develop.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/tailwind/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml4
7 files changed, 13 insertions, 15 deletions
diff --git a/.changeset/mean-tigers-hunt.md b/.changeset/mean-tigers-hunt.md
deleted file mode 100644
index c64abfa7..00000000
--- a/.changeset/mean-tigers-hunt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds support for markdown formatting in aside titles
diff --git a/.changeset/soft-bananas-develop.md b/.changeset/soft-bananas-develop.md
deleted file mode 100644
index 181ed5cc..00000000
--- a/.changeset/soft-bananas-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/starlight': patch
----
-
-Adds Pinterest social icon
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 75a75be4..74a81825 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.25.1",
+ "@astrojs/starlight": "^0.25.2",
"astro": "^4.10.2",
"sharp": "^0.32.5"
}
diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json
index 27de9310..9c0bfdf9 100644
--- a/examples/tailwind/package.json
+++ b/examples/tailwind/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.25.1",
+ "@astrojs/starlight": "^0.25.2",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.10.2",
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index bf0b7645..9e962ac2 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.25.2
+
+### Patch Changes
+
+- [#2126](https://github.com/withastro/starlight/pull/2126) [`ada51ee`](https://github.com/withastro/starlight/commit/ada51ee1500d07c1819059f57e97dc6e97b4d2ba) Thanks [@essential-randomness](https://github.com/essential-randomness)! - Adds support for markdown formatting in aside titles
+
+- [#2135](https://github.com/withastro/starlight/pull/2135) [`9bbb969`](https://github.com/withastro/starlight/commit/9bbb9690616f79a80f3d286082b2500457bbcae9) Thanks [@oluwatobiss](https://github.com/oluwatobiss)! - Adds Pinterest social icon
+
## 0.25.1
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 85669d08..6c8e7601 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.25.1",
+ "version": "0.25.2",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 43b8fef3..da143b36 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -73,7 +73,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.25.1
+ specifier: ^0.25.2
version: link:../../packages/starlight
astro:
specifier: ^4.10.2
@@ -85,7 +85,7 @@ importers:
examples/tailwind:
dependencies:
'@astrojs/starlight':
- specifier: ^0.25.1
+ specifier: ^0.25.2
version: link:../../packages/starlight
'@astrojs/starlight-tailwind':
specifier: ^2.0.3