diff options
author | 2023-07-11 07:27:04 -0700 | |
---|---|---|
committer | 2023-07-11 22:27:04 +0800 | |
commit | f0666b92c34cecdfee8749308a72f34dd41695d6 (patch) | |
tree | c75e6e247ddd91d4834810ac94dbbf5a28056b9e /packages/integrations/prefetch | |
parent | 831dfd1516c8b900ec4a0c151a40121655cdedc6 (diff) | |
download | astro-f0666b92c34cecdfee8749308a72f34dd41695d6.tar.gz astro-f0666b92c34cecdfee8749308a72f34dd41695d6.tar.zst astro-f0666b92c34cecdfee8749308a72f34dd41695d6.zip |
[ci] release (#7594)astro@2.8.1@astrojs/prefetch@0.3.0@astrojs/markdoc@0.4.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/prefetch')
-rw-r--r-- | packages/integrations/prefetch/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/integrations/prefetch/package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index aef697362..959c28677 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/prefetch +## 0.3.0 + +### Minor Changes + +- [#6585](https://github.com/withastro/astro/pull/6585) [`9807e4dc2`](https://github.com/withastro/astro/commit/9807e4dc22355f0b3b2ff65b0724a95af8e9702d) Thanks [@kory-smith](https://github.com/kory-smith)! - Adds the option to prefetch a link only when it is hovered or focused. + +### Patch Changes + +- [#7613](https://github.com/withastro/astro/pull/7613) [`131c92279`](https://github.com/withastro/astro/commit/131c92279ee8a282e71a09523870bb0e7df80627) Thanks [@Yan-Thomas](https://github.com/Yan-Thomas)! - Update prefetch README filename syntax + ## 0.2.3 ### Patch Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 9233b2788..1a1a9258b 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prefetch", "description": "Prefetch page navigations in your Astro site", - "version": "0.2.3", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |