summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-07-14 10:21:14 -0700
committerGitHub2023-07-14 19:21:14 +0200
commit01f5476786883373a40ad60330df88d43a6bf867 (patch)
treed320be917ee3678c0c7237add26b20da39a0f4a6
parent2b3302b80451f318fb05a5e8a7284feb28999e66 (diff)
downloadIT.starlight-01f5476786883373a40ad60330df88d43a6bf867.tar.gz
IT.starlight-01f5476786883373a40ad60330df88d43a6bf867.tar.bz2
IT.starlight-01f5476786883373a40ad60330df88d43a6bf867.zip
[ci] release (#330)@astrojs/starlight@0.5.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/cool-beds-invent.md5
-rw-r--r--.changeset/fluffy-lions-yell.md5
-rw-r--r--.changeset/mean-weeks-peel.md5
-rw-r--r--.changeset/wise-berries-juggle.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md12
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml2
8 files changed, 15 insertions, 23 deletions
diff --git a/.changeset/cool-beds-invent.md b/.changeset/cool-beds-invent.md
deleted file mode 100644
index 05416c87..00000000
--- a/.changeset/cool-beds-invent.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add support for LinkedIn, Threads, and Twitch social icon links
diff --git a/.changeset/fluffy-lions-yell.md b/.changeset/fluffy-lions-yell.md
deleted file mode 100644
index 6b02e4f8..00000000
--- a/.changeset/fluffy-lions-yell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix relative path resolution on Windows
diff --git a/.changeset/mean-weeks-peel.md b/.changeset/mean-weeks-peel.md
deleted file mode 100644
index 80a2a58f..00000000
--- a/.changeset/mean-weeks-peel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add Norwegian UI translations
diff --git a/.changeset/wise-berries-juggle.md b/.changeset/wise-berries-juggle.md
deleted file mode 100644
index d1cc26d3..00000000
--- a/.changeset/wise-berries-juggle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add missing accessible labels for Codeberg and YouTube social links
diff --git a/examples/basics/package.json b/examples/basics/package.json
index b7454f20..223c4068 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.5.0",
+ "@astrojs/starlight": "^0.5.1",
"astro": "2.7.0",
"sharp": "^0.32.1"
}
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 69763b17..99522e62 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/starlight
+## 0.5.1
+
+### Patch Changes
+
+- [#336](https://github.com/withastro/starlight/pull/336) [`2b3302b`](https://github.com/withastro/starlight/commit/2b3302b80451f318fb05a5e8a7284feb28999e66) Thanks [@delucis](https://github.com/delucis)! - Add support for LinkedIn, Threads, and Twitch social icon links
+
+- [#335](https://github.com/withastro/starlight/pull/335) [`757c65f`](https://github.com/withastro/starlight/commit/757c65ffc468fd2c782312b476fa7659d0cfd198) Thanks [@delucis](https://github.com/delucis)! - Fix relative path resolution on Windows
+
+- [#332](https://github.com/withastro/starlight/pull/332) [`0600c1a`](https://github.com/withastro/starlight/commit/0600c1a917bf86efa6b2d053aa47e3a4b17e8049) Thanks [@sasoria](https://github.com/sasoria)! - Add Norwegian UI translations
+
+- [#328](https://github.com/withastro/starlight/pull/328) [`e478848`](https://github.com/withastro/starlight/commit/e478848de1c41a46f58d0ac0d62d7b7272cf1241) Thanks [@astridx](https://github.com/astridx)! - Add missing accessible labels for Codeberg and YouTube social links
+
## 0.5.0
### Minor Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 5addecfb..9f8607cf 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bd321cdb..54e3f849 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -87,7 +87,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.5.0
+ specifier: ^0.5.1
version: link:../../packages/starlight
astro:
specifier: 2.7.0