diff options
author | 2023-01-12 08:40:35 -0800 | |
---|---|---|
committer | 2023-01-12 11:40:35 -0500 | |
commit | 02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch) | |
tree | 02b6d6724d69c4bc8e44bd47d246705dc0e99145 /packages/webapi/CHANGELOG.md | |
parent | 1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff) | |
download | astro-@astrojs/cloudflare@6.0.0-beta.1.tar.gz astro-@astrojs/cloudflare@6.0.0-beta.1.tar.zst astro-@astrojs/cloudflare@6.0.0-beta.1.zip |
[ci] release (beta) (#5792)create-astro@2.0.0-beta.0astro@2.0.0-beta.2@astrojs/webapi@2.0.0-beta.0@astrojs/vue@2.0.0-beta.1@astrojs/vercel@3.0.0-beta.1@astrojs/telemetry@2.0.0-beta.0@astrojs/tailwind@3.0.0-beta.1@astrojs/svelte@2.0.0-beta.1@astrojs/solid-js@2.0.0-beta.0@astrojs/react@2.0.0-beta.0@astrojs/prism@2.0.0-beta.0@astrojs/preact@2.0.0-beta.0@astrojs/partytown@1.0.3-beta.0@astrojs/node@5.0.0-beta.1@astrojs/netlify@2.0.0-beta.2@astrojs/mdx@1.0.0-beta.2@astrojs/markdown-remark@2.0.0-beta.2@astrojs/lit@1.0.2-beta.0@astrojs/image@1.0.0-beta.2@astrojs/deno@4.0.0-beta.2@astrojs/cloudflare@6.0.0-beta.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/webapi/CHANGELOG.md')
-rw-r--r-- | packages/webapi/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index ad134f7f4..d5906e0b9 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/webapi +## 2.0.0-beta.0 + +### Major Changes + +- [#5814](https://github.com/withastro/astro/pull/5814) [`c55fbcb8e`](https://github.com/withastro/astro/commit/c55fbcb8edca1fe118a44f68c9f9436a4719d171) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Moved target to Node 16. Removed polyfills for AbortController, AbortSignal, atob, btoa, Object.hasOwn, Promise.all, Array.at and String.replaceAll + +- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Replace node-fetch's polyfill with undici. + + Since `undici` does not support it, this change also removes custom support for the `file:` protocol + ## 1.1.1 ### Patch Changes |