diff options
author | Houston (Bot) | 2023-05-09 14:03:58 -0700 |
---|---|---|
committer | GitHub | 2023-05-09 23:03:58 +0200 |
commit | 294f851c23aeb454fc6dcec81bf2548112422540 (patch) | |
tree | 03a423826c9ae30186d719d71dbd55783bef17b8 | |
parent | ea999c4afa0e72da5a5510d30a7bc13380e10a4a (diff) | |
download | IT.starlight-294f851c23aeb454fc6dcec81bf2548112422540.tar.gz IT.starlight-294f851c23aeb454fc6dcec81bf2548112422540.tar.bz2 IT.starlight-294f851c23aeb454fc6dcec81bf2548112422540.zip |
[ci] release (#34)@astrojs/starlight@0.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/large-planets-think.md | 5 | ||||
-rw-r--r-- | .changeset/strange-walls-sneeze.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/large-planets-think.md b/.changeset/large-planets-think.md deleted file mode 100644 index cb66db5d..00000000 --- a/.changeset/large-planets-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Add support for social media links in the site header. diff --git a/.changeset/strange-walls-sneeze.md b/.changeset/strange-walls-sneeze.md deleted file mode 100644 index fd72d7d8..00000000 --- a/.changeset/strange-walls-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Import zod from `astro/zod` to fix an issue related to importing the `astro:content` virtual module
\ No newline at end of file diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 19d7817a..9d452b8d 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight +## 0.0.2 + +### Patch Changes + +- [#35](https://github.com/withastro/starlight/pull/35) [`ea999c4`](https://github.com/withastro/starlight/commit/ea999c4afa0e72da5a5510d30a7bc13380e10a4a) Thanks [@delucis](https://github.com/delucis)! - Add support for social media links in the site header. + +- [#33](https://github.com/withastro/starlight/pull/33) [`833393a`](https://github.com/withastro/starlight/commit/833393a1cd8fc83a3b9c6055cfb8d160ab40a40c) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Import zod from `astro/zod` to fix an issue related to importing the `astro:content` virtual module + ## 0.0.1 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index b1402666..339fe2d7 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.1", + "version": "0.0.2", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |