Skip to content

Commit 46a16bc

Browse files
Version Packages (#7991)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 444a630 commit 46a16bc

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/gorgeous-geckos-call.md

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

packages/vitest-pool-workers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.6.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`444a630`](https://github.com/cloudflare/workers-sdk/commit/444a6302f194150b0678da5b564cfd2de8a3dad6)]:
8+
9+
310
## 0.6.10
411

512
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.6.10",
3+
"version": "0.6.11",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/wrangler/CHANGELOG.md

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

3+
## 3.107.2
4+
5+
### Patch Changes
6+
7+
- [#7988](https://github.com/cloudflare/workers-sdk/pull/7988) [`444a630`](https://github.com/cloudflare/workers-sdk/commit/444a6302f194150b0678da5b564cfd2de8a3dad6) Thanks [@edmundhung](https://github.com/edmundhung)! - Fix #7985.
8+
9+
This reverts the changes on #7945 that caused compatibility issues with Node 16 due to the introduction of `sharp`.
10+
311
## 3.107.1
412

513
### 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.107.1",
3+
"version": "3.107.2",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)