Skip to content

Commit

Permalink
Version Packages (#4559)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
workers-devprod and github-actions[bot] committed Dec 12, 2023
1 parent 6722468 commit 7506b24
Show file tree
Hide file tree
Showing 23 changed files with 60 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4556.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4557.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4558.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4564.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4565.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4572.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4575.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-stingrays-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-knives-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-jars-count.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-bags-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-dots-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-sloths-kneel.md

This file was deleted.

2 changes: 1 addition & 1 deletion fixtures/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/ws": "^8.5.7",
"@cloudflare/workers-tsconfig": "workspace:^",
"get-port": "^7.0.0",
"miniflare": "3.20231030.3",
"miniflare": "3.20231030.4",
"undici": "^5.23.0",
"wrangler": "workspace:*",
"ws": "^8.14.2"
Expand Down
20 changes: 20 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# create-cloudflare

## 2.8.2

### Patch Changes

- [#4556](https://github.com/cloudflare/workers-sdk/pull/4556) [`dcd3c582`](https://github.com/cloudflare/workers-sdk/commit/dcd3c582f69fb948b13ce3dfe0406362c069422e) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-vue` from `3.8.0` to `3.9.0`

* [#4557](https://github.com/cloudflare/workers-sdk/pull/4557) [`1a3e3ba4`](https://github.com/cloudflare/workers-sdk/commit/1a3e3ba434c6254d6bd86045c789315c2a3c461b) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `5.3.2` to `5.3.3`

- [#4558](https://github.com/cloudflare/workers-sdk/pull/4558) [`ef03dc74`](https://github.com/cloudflare/workers-sdk/commit/ef03dc741c15c975940eef7bdd4be0b9d1d9737a) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-astro` from `4.5.1` to `4.5.2`

* [#4564](https://github.com/cloudflare/workers-sdk/pull/4564) [`d99bd421`](https://github.com/cloudflare/workers-sdk/commit/d99bd4214c626794f018c70f43eeac92277a41f3) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `@angular/create` from `17.0.5` to `17.0.6`

- [#4565](https://github.com/cloudflare/workers-sdk/pull/4565) [`be9a296d`](https://github.com/cloudflare/workers-sdk/commit/be9a296db10ac46e4d56367c89647791858ef500) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.2.19` to `1.3.0`

* [#4572](https://github.com/cloudflare/workers-sdk/pull/4572) [`39d77323`](https://github.com/cloudflare/workers-sdk/commit/39d77323932c28641011169836213950e3a8ebc6) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.12.11` to `5.12.12`

- [#4575](https://github.com/cloudflare/workers-sdk/pull/4575) [`bb116f60`](https://github.com/cloudflare/workers-sdk/commit/bb116f60b322881f352ff2bd173feb722bdf87ea) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-next-app` from `14.0.3` to `14.0.4`

* [#4579](https://github.com/cloudflare/workers-sdk/pull/4579) [`cccd56b8`](https://github.com/cloudflare/workers-sdk/commit/cccd56b83aa5eed4b1f0d0c171e47ef2db7d9861) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Don't show `cd` instructions when the user is creating a project in the current directory

## 2.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cloudflare",
"version": "2.8.1",
"version": "2.8.2",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
8 changes: 8 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# miniflare

## 3.20231030.4

### Patch Changes

- [#4448](https://github.com/cloudflare/workers-sdk/pull/4448) [`eb08e2dc`](https://github.com/cloudflare/workers-sdk/commit/eb08e2dc3c0f09d16883f85201fbeb892e6f5a5b) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: include request url and headers in pretty error page

This change ensures Miniflare's pretty error page includes the URL and headers of the incoming request, rather than Miniflare's internal request for the page.

## 3.20231030.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "3.20231030.3",
"version": "3.20231030.4",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down
7 changes: 7 additions & 0 deletions packages/pages-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/pages-shared

## 0.11.4

### Patch Changes

- Updated dependencies [[`eb08e2dc`](https://github.com/cloudflare/workers-sdk/commit/eb08e2dc3c0f09d16883f85201fbeb892e6f5a5b)]:
- miniflare@3.20231030.4

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/pages-shared",
"version": "0.11.3",
"version": "0.11.4",
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/workers-sdk.git",
Expand Down
19 changes: 19 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# wrangler

## 3.20.0

### Minor Changes

- [#4522](https://github.com/cloudflare/workers-sdk/pull/4522) [`c10bf0fd`](https://github.com/cloudflare/workers-sdk/commit/c10bf0fd2f24681cfcb78c6bf700a2e4acf41f30) Thanks [@G4brym](https://github.com/G4brym)! - Add support for Workers AI in local mode

* [#4571](https://github.com/cloudflare/workers-sdk/pull/4571) [`3314dbde`](https://github.com/cloudflare/workers-sdk/commit/3314dbdea2eeacb2d26d9bae867cbd3649ac73b3) Thanks [@penalosa](https://github.com/penalosa)! - feat: When Wrangler crashes, send an error report to Sentry to aid in debugging.

When Wrangler's top-level exception handler catches an error thrown from Wrangler's application, it will offer to report the error to Sentry. This requires opt-in from the user every time.

### Patch Changes

- [#4577](https://github.com/cloudflare/workers-sdk/pull/4577) [`4c85fe99`](https://github.com/cloudflare/workers-sdk/commit/4c85fe9976a3a2d60cf8508b9a090331027baf37) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - During the R2 validation, show `MAX_UPLOAD_SIZE` errors using MiB (consistently with the Cloudflare docs)

* [#4577](https://github.com/cloudflare/workers-sdk/pull/4577) [`4c85fe99`](https://github.com/cloudflare/workers-sdk/commit/4c85fe9976a3a2d60cf8508b9a090331027baf37) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - During the Pages validation, show `MAX_UPLOAD_SIZE` errors using MiB (consistently with the Cloudflare docs)

* Updated dependencies [[`eb08e2dc`](https://github.com/cloudflare/workers-sdk/commit/eb08e2dc3c0f09d16883f85201fbeb892e6f5a5b)]:
- miniflare@3.20231030.4

## 3.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrangler",
"version": "3.19.0",
"version": "3.20.0",
"description": "Command-line interface for all things Cloudflare Workers",
"keywords": [
"wrangler",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7506b24

Please sign in to comment.