diff options
author | Houston (Bot) | 2023-05-24 14:15:36 -0700 |
---|---|---|
committer | GitHub | 2023-05-24 23:15:36 +0200 |
commit | 7af9635f1bc4fb8eb956f7833f4be2a05f6b26bf (patch) | |
tree | 61001459b3b6fd571b0b810233676ef049bd7378 | |
parent | ee791d06e8a2d60a1800e925570b24c870cba70d (diff) | |
download | IT.starlight-7af9635f1bc4fb8eb956f7833f4be2a05f6b26bf.tar.gz IT.starlight-7af9635f1bc4fb8eb956f7833f4be2a05f6b26bf.tar.bz2 IT.starlight-7af9635f1bc4fb8eb956f7833f4be2a05f6b26bf.zip |
[ci] release (#87)@astrojs/starlight@0.0.12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/silver-icons-reflect.md | 5 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/silver-icons-reflect.md b/.changeset/silver-icons-reflect.md deleted file mode 100644 index ceb94602..00000000 --- a/.changeset/silver-icons-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Improve outside click detection on the search modal diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index e1e8eb49..de2f0898 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/starlight +## 0.0.12 + +### Patch Changes + +- [#85](https://github.com/withastro/starlight/pull/85) [`c86c1d6`](https://github.com/withastro/starlight/commit/c86c1d6e93d978d13e42bbc449e0225a06793ba3) Thanks [@BryceRussell](https://github.com/BryceRussell)! - Improve outside click detection on the search modal + ## 0.0.11 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 9363cdc2..297f8195 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.0.11", + "version": "0.0.12", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ |