From 0ab2bd61dd06015d2eea6403da9df18e5c3ede01 Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Fri, 2 Jun 2023 18:21:52 -0700 Subject: [ci] release (#106) Co-authored-by: github-actions[bot] --- .changeset/plenty-ducks-attend.md | 5 ----- .changeset/rich-lizards-switch.md | 5 ----- packages/starlight/CHANGELOG.md | 8 ++++++++ packages/starlight/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/plenty-ducks-attend.md delete mode 100644 .changeset/rich-lizards-switch.md diff --git a/.changeset/plenty-ducks-attend.md b/.changeset/plenty-ducks-attend.md deleted file mode 100644 index 981659d3..00000000 --- a/.changeset/plenty-ducks-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Small CSS size optimisation diff --git a/.changeset/rich-lizards-switch.md b/.changeset/rich-lizards-switch.md deleted file mode 100644 index 8d507afc..00000000 --- a/.changeset/rich-lizards-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add `` and `` components for landing pages and other uses diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index a4b99306..3e61ac96 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.0.17 + +### Patch Changes + +- [#107](https://github.com/withastro/starlight/pull/107) [`2f2d3ee`](https://github.com/withastro/starlight/commit/2f2d3eed1e7ed48d75205cfc3169719da7fdae1a) Thanks [@delucis](https://github.com/delucis)! - Small CSS size optimisation + +- [#105](https://github.com/withastro/starlight/pull/105) [`55fec5d`](https://github.com/withastro/starlight/commit/55fec5d7e15da0e7365cee196d091bf5d15129c9) Thanks [@delucis](https://github.com/delucis)! - Add `` and `` components for landing pages and other uses + ## 0.0.16 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index da3e56c3..0b235ee6 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.16", + "version": "0.0.17", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ -- cgit