diff options
author | 2022-11-03 06:38:29 -0700 | |
---|---|---|
committer | 2022-11-03 09:38:29 -0400 | |
commit | 89f335b5399bf9511baa08841086c7afb05d8208 (patch) | |
tree | cb8bc1a19ea808e8159f31e06394384e11f16c66 /packages/integrations/prefetch | |
parent | 64d0dc56bb5edce9f421d121133dedfe32841102 (diff) | |
download | astro-@astrojs/tailwind@2.1.2.tar.gz astro-@astrojs/tailwind@2.1.2.tar.zst astro-@astrojs/tailwind@2.1.2.zip |
[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.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 | 8 | ||||
-rw-r--r-- | packages/integrations/prefetch/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index 72d73fccf..86fd25cdc 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/prefetch +## 0.1.1 + +### Patch Changes + +- [#5244](https://github.com/withastro/astro/pull/5244) [`6ad91bd80`](https://github.com/withastro/astro/commit/6ad91bd80dae935b67a5c18b8dfbb95f2cfe10ef) Thanks [@deeprobin](https://github.com/deeprobin)! - Do not prefetch if browser is offline or uses 3G + +- [#5271](https://github.com/withastro/astro/pull/5271) [`b6afe2c1d`](https://github.com/withastro/astro/commit/b6afe2c1db613aabf3139fb58e0fc2ab60322f37) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds additional package.json keywords used for discoverability in the Integrations catalog + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 9416f7214..11f9bdc8e 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prefetch", "description": "Faster page navigations by prefetching links when the browser is idle.", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |