summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-07-20 08:59:46 -0700
committerGitHub2023-07-20 17:59:46 +0200
commit3311435b10517a225c78bc23e5ad3ffcc0f659d9 (patch)
tree229c36f4e95d491a57bfc61bf2d21e200f8a3db3
parent01b692c702c448fab171f2632e54f090fe12ce35 (diff)
downloadIT.starlight-3311435b10517a225c78bc23e5ad3ffcc0f659d9.tar.gz
IT.starlight-3311435b10517a225c78bc23e5ad3ffcc0f659d9.tar.bz2
IT.starlight-3311435b10517a225c78bc23e5ad3ffcc0f659d9.zip
[ci] release (#368)@astrojs/starlight@0.5.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/tidy-deers-tan.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md6
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml2
5 files changed, 9 insertions, 8 deletions
diff --git a/.changeset/tidy-deers-tan.md b/.changeset/tidy-deers-tan.md
deleted file mode 100644
index 01a91195..00000000
--- a/.changeset/tidy-deers-tan.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix missing metadata required for `astro add` support
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 186d2ba2..f22e6e73 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.5.4",
+ "@astrojs/starlight": "^0.5.5",
"astro": "^2.8.5",
"sharp": "^0.32.3"
}
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 5fd7d23e..f840a70d 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/starlight
+## 0.5.5
+
+### Patch Changes
+
+- [`a161c05`](https://github.com/withastro/starlight/commit/a161c05b74d2300c1fe49bfd8e111cc45c9a5bff) Thanks [@delucis](https://github.com/delucis)! - Fix missing metadata required for `astro add` support
+
## 0.5.4
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index b498cb7b..8f765289 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.5.4",
+ "version": "0.5.5",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 181f5243..32db1365 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -87,7 +87,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.5.4
+ specifier: ^0.5.5
version: link:../../packages/starlight
astro:
specifier: ^2.8.5