diff options
author | 2023-05-20 09:00:31 -0700 | |
---|---|---|
committer | 2023-05-21 00:00:31 +0800 | |
commit | 0616ef255145bf173386b94474dede376e1f2037 (patch) | |
tree | 76c1b849fb011229e14f69881c3df7d930984fba /packages/integrations/prefetch | |
parent | 358d1dc92f528c6d43d7e85e55889fc76c83ee4d (diff) | |
download | astro-0616ef255145bf173386b94474dede376e1f2037.tar.gz astro-0616ef255145bf173386b94474dede376e1f2037.tar.zst astro-0616ef255145bf173386b94474dede376e1f2037.zip |
[ci] release (#7130)astro@2.5.1@astrojs/prefetch@0.2.3@astrojs/markdoc@0.2.1
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 | 6 | ||||
-rw-r--r-- | packages/integrations/prefetch/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index 96cd904bb..aef697362 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prefetch +## 0.2.3 + +### Patch Changes + +- [#7123](https://github.com/withastro/astro/pull/7123) [`147373722`](https://github.com/withastro/astro/commit/147373722b37126af949bb054a1cdfb0aed6c2ff) Thanks [@connor-baer](https://github.com/connor-baer)! - Fix the inclusion of `@types/network-information`. + ## 0.2.2 ### Patch Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 03c7508e9..899d41d41 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.2", + "version": "0.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |