diff options
author | 2022-06-16 12:05:10 -0400 | |
---|---|---|
committer | 2022-06-16 12:05:10 -0400 | |
commit | 81104a93356db1c65db7abf44a1da8e1d1c819d0 (patch) | |
tree | e8f243503df81196b12d90aae9e33efb36715498 /packages/integrations | |
parent | 5d11c6d56f3ffcf5bcdaff22f116a4241bbdff4c (diff) | |
download | astro-4a04bbb1886baa959e361d98aa48c6d7e5e7ebe1.tar.gz astro-4a04bbb1886baa959e361d98aa48c6d7e5e7ebe1.tar.zst astro-4a04bbb1886baa959e361d98aa48c6d7e5e7ebe1.zip |
[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/cloudflare/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 |
4 files changed, 15 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md new file mode 100644 index 000000000..359165e23 --- /dev/null +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/cloudflare + +## 0.2.0 + +### Minor Changes + +- [#3600](https://github.com/withastro/astro/pull/3600) [`7f423581`](https://github.com/withastro/astro/commit/7f423581411648c9a69b68918ff930581f12cf16) Thanks [@nrgnrg](https://github.com/nrgnrg)! - add SSR adaptor for Cloudflare Pages functions diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index bf9407d66..d3f663b2a 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 pages functions", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 0b0861b57..da765aed6 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.4.4 + +### Patch Changes + +- [#3592](https://github.com/withastro/astro/pull/3592) [`0ddcef20`](https://github.com/withastro/astro/commit/0ddcef2043e3c2f65aaeec7a969c374c053e22f3) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds support for base64 encoded responses in Netlify Functions + ## 0.4.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index b6672cc45..e38542745 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |