From 3d10885bc265fcb441bc9c975e5cc097427e9188 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:57:28 +0100 Subject: [PATCH] Version Packages (#276) Co-authored-by: github-actions[bot] --- .changeset/flat-jeans-cheat.md | 5 ----- .changeset/fluffy-wasps-appear.md | 5 ----- .changeset/fresh-feet-push.md | 5 ----- .changeset/happy-onions-impress.md | 5 ----- .changeset/nervous-queens-agree.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/flat-jeans-cheat.md delete mode 100644 .changeset/fluffy-wasps-appear.md delete mode 100644 .changeset/fresh-feet-push.md delete mode 100644 .changeset/happy-onions-impress.md delete mode 100644 .changeset/nervous-queens-agree.md diff --git a/.changeset/flat-jeans-cheat.md b/.changeset/flat-jeans-cheat.md deleted file mode 100644 index 67b889c0..00000000 --- a/.changeset/flat-jeans-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -Make clientTcpRtt optional diff --git a/.changeset/fluffy-wasps-appear.md b/.changeset/fluffy-wasps-appear.md deleted file mode 100644 index 3e290bdb..00000000 --- a/.changeset/fluffy-wasps-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -Add 'origin-auth' to RequestInitCfPropertiesImage interface. This changes fixes types for users attempting to fetch images from authenticated sources. Before this fix, users had to manually extend the fetch interface to satisfy the TS compiler. diff --git a/.changeset/fresh-feet-push.md b/.changeset/fresh-feet-push.md deleted file mode 100644 index 8ebace9a..00000000 --- a/.changeset/fresh-feet-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": minor ---- - -Updated auto-generated types @ 2022-10-13 diff --git a/.changeset/happy-onions-impress.md b/.changeset/happy-onions-impress.md deleted file mode 100644 index 179b5dc4..00000000 --- a/.changeset/happy-onions-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -chore: add corporateProxy to request.cf.botManagement diff --git a/.changeset/nervous-queens-agree.md b/.changeset/nervous-queens-agree.md deleted file mode 100644 index 684b2d07..00000000 --- a/.changeset/nervous-queens-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-types": patch ---- - -Fix return type of D1PreparedStatement.all diff --git a/CHANGELOG.md b/CHANGELOG.md index 3011666d..09eb6e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.17.0 + +### Minor Changes + +- [#294](https://github.com/cloudflare/workers-types/pull/294) [`fba318b`](https://github.com/cloudflare/workers-types/commit/fba318b33a13be2807e04849aac00b62ca8f0679) Thanks [@Frederik-Baetens](https://github.com/Frederik-Baetens)! - Updated auto-generated types @ 2022-10-13 + +### Patch Changes + +- [#280](https://github.com/cloudflare/workers-types/pull/280) [`6e55069`](https://github.com/cloudflare/workers-types/commit/6e550691955478fac33e960bfafe32738bda6016) Thanks [@WalshyDev](https://github.com/WalshyDev)! - Make clientTcpRtt optional + +* [#288](https://github.com/cloudflare/workers-types/pull/288) [`4fe75b2`](https://github.com/cloudflare/workers-types/commit/4fe75b2cfc2b58f1cc7e84923ce8be47ae0a93eb) Thanks [@florianmartens](https://github.com/florianmartens)! - Add 'origin-auth' to RequestInitCfPropertiesImage interface. This changes fixes types for users attempting to fetch images from authenticated sources. Before this fix, users had to manually extend the fetch interface to satisfy the TS compiler. + +- [#275](https://github.com/cloudflare/workers-types/pull/275) [`c9e2084`](https://github.com/cloudflare/workers-types/commit/c9e2084294d07fccfbcb33c2da281415204083c9) Thanks [@KianNH](https://github.com/KianNH)! - chore: add corporateProxy to request.cf.botManagement + +* [#285](https://github.com/cloudflare/workers-types/pull/285) [`b6a5d1a`](https://github.com/cloudflare/workers-types/commit/b6a5d1a040543ce3a37c3aea71fab30dc8cb90d9) Thanks [@sid405](https://github.com/sid405)! - Fix return type of D1PreparedStatement.all + ## 3.16.0 ### Minor Changes diff --git a/package.json b/package.json index 313d4bb9..6e44d73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-types", - "version": "3.16.0", + "version": "3.17.0", "description": "TypeScript typings for Cloudflare Workers", "repository": { "type": "git",