From 8b8cce9d805c62658d49d99dff71e76245f5f5aa Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Sat, 13 May 2023 16:58:59 -0700 Subject: [ci] release (#43) Co-authored-by: github-actions[bot] --- .changeset/happy-pigs-roll.md | 5 ----- packages/starlight/CHANGELOG.md | 6 ++++++ packages/starlight/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-pigs-roll.md diff --git a/.changeset/happy-pigs-roll.md b/.changeset/happy-pigs-roll.md deleted file mode 100644 index ca174267..00000000 --- a/.changeset/happy-pigs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Support setting custom `` tags in config or frontmatter. diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index f89f7043..57e7aa73 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.0.5 + +### Patch Changes + +- [#42](https://github.com/withastro/starlight/pull/42) [`c6c1b67`](https://github.com/withastro/starlight/commit/c6c1b6727140a76c42c661f406000cc6e9b175de) Thanks [@delucis](https://github.com/delucis)! - Support setting custom `` tags in config or frontmatter. + ## 0.0.4 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 4473f66a..a12d2802 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.4", + "version": "0.0.5", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit