diff options
author | 2023-01-30 12:28:32 -0800 | |
---|---|---|
committer | 2023-01-30 15:28:32 -0500 | |
commit | a2cbc75ac49139762714f4288d49558b43d036aa (patch) | |
tree | 58fd6df35d79e5bf81dbf034b30f42a887c4c54f /packages/integrations/cloudflare | |
parent | 1a4cb6bc6ed767845546ee7705aa3853398552d5 (diff) | |
download | astro-@astrojs/netlify@2.1.0.tar.gz astro-@astrojs/netlify@2.1.0.tar.zst astro-@astrojs/netlify@2.1.0.zip |
[ci] release (#6041)create-astro@2.0.2astro@2.0.4@astrojs/vue@2.0.1@astrojs/turbolinks@0.1.5@astrojs/tailwind@3.0.1@astrojs/svelte@2.0.1@astrojs/solid-js@2.0.1@astrojs/sitemap@1.0.1@astrojs/react@2.0.2@astrojs/prefetch@0.1.2@astrojs/preact@2.0.1@astrojs/netlify@2.1.0@astrojs/mdx@0.15.2@astrojs/lit@1.1.1@astrojs/image@0.13.1@astrojs/cloudflare@6.1.1@astrojs/alpinejs@0.1.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/cloudflare')
-rw-r--r-- | packages/integrations/cloudflare/CHANGELOG.md | 9 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 425c7bcfb..762c8707b 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 6.1.1 + +### Patch Changes + +- [#6046](https://github.com/withastro/astro/pull/6046) [`df3201165`](https://github.com/withastro/astro/commit/df320116528e00ab082396531b4deffbb0707b78) Thanks [@matthewp](https://github.com/matthewp)! - Cloudflare fix for building to directory mode + +- Updated dependencies [[`41e97158b`](https://github.com/withastro/astro/commit/41e97158ba90d23d346b6e3ff6c7c14b5ecbe903), [`e779c6242`](https://github.com/withastro/astro/commit/e779c6242418d1d4102e683ca5b851b764c89688)]: + - astro@2.0.4 + ## 6.1.0 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index bbc88041f..ca9e34dfb 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to cloudflare workers or cloudflare pages", - "version": "6.1.0", + "version": "6.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.0.3" + "astro": "workspace:^2.0.4" }, "devDependencies": { "astro": "workspace:*", |