diff options
author | Houston (Bot) | 2023-06-02 18:21:52 -0700 |
---|---|---|
committer | GitHub | 2023-06-03 03:21:52 +0200 |
commit | 0ab2bd61dd06015d2eea6403da9df18e5c3ede01 (patch) | |
tree | a28ac73e1ba05554830f6424360751e524904604 | |
parent | 2f2d3eed1e7ed48d75205cfc3169719da7fdae1a (diff) | |
download | IT.starlight-0ab2bd61dd06015d2eea6403da9df18e5c3ede01.tar.gz IT.starlight-0ab2bd61dd06015d2eea6403da9df18e5c3ede01.tar.bz2 IT.starlight-0ab2bd61dd06015d2eea6403da9df18e5c3ede01.zip |
[ci] release (#106)@astrojs/starlight@0.0.17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/plenty-ducks-attend.md | 5 | ||||
-rw-r--r-- | .changeset/rich-lizards-switch.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
4 files changed, 9 insertions, 11 deletions
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 `<Card>` and `<CardGrid>` 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 `<Card>` and `<CardGrid>` 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": [ |