diff options
author | Houston (Bot) | 2023-06-02 08:54:06 -0700 |
---|---|---|
committer | GitHub | 2023-06-02 17:54:06 +0200 |
commit | 9a9b0a49a511d459f3050ee1e7342d0160b256d9 (patch) | |
tree | 9052dd25f593a8349c7b342064dfca1337566e55 | |
parent | ccb919d6580955e3428430a704f4a33fbc55a78d (diff) | |
download | IT.starlight-9a9b0a49a511d459f3050ee1e7342d0160b256d9.tar.gz IT.starlight-9a9b0a49a511d459f3050ee1e7342d0160b256d9.tar.bz2 IT.starlight-9a9b0a49a511d459f3050ee1e7342d0160b256d9.zip |
[ci] release (#102)@astrojs/starlight@0.0.16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/eighty-rats-pay.md | 5 | ||||
-rw-r--r-- | .changeset/hot-dragons-sin.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/eighty-rats-pay.md b/.changeset/eighty-rats-pay.md deleted file mode 100644 index 2d629065..00000000 --- a/.changeset/eighty-rats-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Support adding a hero section to pages diff --git a/.changeset/hot-dragons-sin.md b/.changeset/hot-dragons-sin.md deleted file mode 100644 index c144df2c..00000000 --- a/.changeset/hot-dragons-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Add better error messages for starlight config diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 9a395400..a4b99306 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.0.16 + +### Patch Changes + +- [#103](https://github.com/withastro/starlight/pull/103) [`ccb919d`](https://github.com/withastro/starlight/commit/ccb919d6580955e3428430a704f4a33fbc55a78d) Thanks [@delucis](https://github.com/delucis)! - Support adding a hero section to pages + +- [#101](https://github.com/withastro/starlight/pull/101) [`6a2c0df`](https://github.com/withastro/starlight/commit/6a2c0df4d5586b70b46c854061df67b028e73630) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Add better error messages for starlight config + ## 0.0.15 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index d9f6a5aa..da3e56c3 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.15", + "version": "0.0.16", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |