Skip to content

Commit 6d987cc

Browse files
Version Packages
1 parent a3496bf commit 6d987cc

File tree

14 files changed

+56
-35
lines changed

14 files changed

+56
-35
lines changed

.changeset/shy-beans-warn.md

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

.changeset/tall-beers-burn.md

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

.changeset/tasty-hoops-own.md

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

.changeset/violet-hats-guess.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.47.3
4+
5+
### Patch Changes
6+
7+
- [#9332](https://github.com/cloudflare/workers-sdk/pull/9332) [`a3496bf`](https://github.com/cloudflare/workers-sdk/commit/a3496bf33a57035d7a5fe54d90589049cc36a3e1) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - add extra information about asset serving to hello-world templates
8+
39
## 2.47.2
410

511
### Patch Changes

packages/create-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cloudflare",
3-
"version": "2.47.2",
3+
"version": "2.47.3",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

packages/pages-shared/CHANGELOG.md

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

3+
## 0.13.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b3f290a`](https://github.com/cloudflare/workers-sdk/commit/b3f290ada2ee506c3d22762a168e254c2e7ac735)]:
8+
- @cloudflare/workers-shared@0.18.0
9+
10+
311
## 0.13.40
412

513
### Patch Changes

packages/pages-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/pages-shared",
3-
"version": "0.13.40",
3+
"version": "0.13.41",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",

packages/vitest-pool-workers/CHANGELOG.md

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

3+
## 0.8.33
4+
5+
### Patch Changes
6+
7+
- [#9331](https://github.com/cloudflare/workers-sdk/pull/9331) [`3c770ec`](https://github.com/cloudflare/workers-sdk/commit/3c770ecc9f4d1e517c7872410da8c8dcb8e12cca) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix the Vitest integration to support Workers that want Node.js compatibility is only v1 in production
8+
9+
It does this by adding the `nodejs_compat_v2` flag (if missing) and removing `no_nodejs_compat_v2` flag (if found).
10+
11+
This does mean that the Vitest tests are running with a slightly different environment to production, but this has always been the case in other ways.
12+
13+
- Updated dependencies [[`c2678d1`](https://github.com/cloudflare/workers-sdk/commit/c2678d168185bc75ed724edc4ee7615f6f1e0f87)]:
14+
15+
16+
317
## 0.8.32
418

519
### 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.8.32",
3+
"version": "0.8.33",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)