Skip to content

Commit 763698b

Browse files
Version Packages (#10355)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e861c2 commit 763698b

File tree

7 files changed

+23
-20
lines changed

7 files changed

+23
-20
lines changed

.changeset/chatty-pens-sniff.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fifty-tires-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-coats-drum.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/workflows-shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/workflows-shared
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- [#10228](https://github.com/cloudflare/workers-sdk/pull/10228) [`77a4364`](https://github.com/cloudflare/workers-sdk/commit/77a43641c2d5eb7700adb9c3ef7bc3b04eaa3207) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix `NonRetryableError` thrown with an empty error message not stopping workflow retries locally
8+
39
## 0.2.3
410

511
### Patch Changes

packages/workflows-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/workflows-shared",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workflows.",
66
"keywords": [

packages/wrangler/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# wrangler
22

3+
## 3.114.14
4+
5+
### Patch Changes
6+
7+
- [#10330](https://github.com/cloudflare/workers-sdk/pull/10330) [`dab7683`](https://github.com/cloudflare/workers-sdk/commit/dab768338918ca3ae19ef6ec432beeb4b11032ed) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Do not attempt to update queue producer settings when deploying a Worker with a queue binding
8+
9+
Previously, each deployed Worker would update a subset of the queue producer's settings for each queue binding, which could result in broken queue producers or at least conflicts where different Workers tried to set different producer settings on a shared queue.
10+
11+
- [#10233](https://github.com/cloudflare/workers-sdk/pull/10233) [`a00a124`](https://github.com/cloudflare/workers-sdk/commit/a00a1246d478fe8184d1f7249394afa99bcddc72) Thanks [@veggiedefender](https://github.com/veggiedefender)! - Increase the maxBuffer size for capnp uploads
12+
13+
- [#10228](https://github.com/cloudflare/workers-sdk/pull/10228) [`77a4364`](https://github.com/cloudflare/workers-sdk/commit/77a43641c2d5eb7700adb9c3ef7bc3b04eaa3207) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix `NonRetryableError` thrown with an empty error message not stopping workflow retries locally
14+
15+
- Updated dependencies []:
16+
17+
318
## 3.114.13
419

520
### Patch Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.114.13",
3+
"version": "3.114.14",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)