From 01f5476786883373a40ad60330df88d43a6bf867 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 14 Jul 2023 10:21:14 -0700 Subject: [ci] release (#330) Co-authored-by: github-actions[bot] --- .changeset/cool-beds-invent.md | 5 ----- .changeset/fluffy-lions-yell.md | 5 ----- .changeset/mean-weeks-peel.md | 5 ----- .changeset/wise-berries-juggle.md | 5 ----- examples/basics/package.json | 2 +- packages/starlight/CHANGELOG.md | 12 ++++++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 2 +- 8 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 .changeset/cool-beds-invent.md delete mode 100644 .changeset/fluffy-lions-yell.md delete mode 100644 .changeset/mean-weeks-peel.md delete mode 100644 .changeset/wise-berries-juggle.md 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 -- cgit