Skip to content

Commit 870c505

Browse files
Version Packages
1 parent f566680 commit 870c505

File tree

6 files changed

+25
-23
lines changed

6 files changed

+25
-23
lines changed

.changeset/c3-frameworks-update-8822.md

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

.changeset/little-cities-yell.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.43.5
4+
5+
### Patch Changes
6+
7+
- [#8822](https://github.com/cloudflare/workers-sdk/pull/8822) [`22b8a80`](https://github.com/cloudflare/workers-sdk/commit/22b8a807f2703ef7586093645fa3f9e7a750056c) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package
8+
9+
The following dependency versions have been updated:
10+
11+
| Dependency | From | To |
12+
| ---------- | ------ | ------ |
13+
| nuxi | 3.23.1 | 3.24.1 |
14+
315
## 2.43.4
416

517
### 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.43.4",
3+
"version": "2.43.5",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

packages/vite-plugin-cloudflare/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @cloudflare/vite-plugin
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#8823](https://github.com/cloudflare/workers-sdk/pull/8823) [`f566680`](https://github.com/cloudflare/workers-sdk/commit/f5666806ebe806216bba20efd634ab1075e382b8) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - fix: replace `process.env.NODE_ENV` for nodejs_compat builds
8+
9+
make sure that occurrences of `process.env.NODE_ENV` are replaced with the
10+
current `process.env.NODE_ENV` value or `"production"` on builds that include
11+
the `nodejs_compat` flag, this enables libraries checking such value
12+
(e.g. `react-dom`) to be properly treeshaken
13+
314
## 1.0.1
415

516
### Patch Changes

packages/vite-plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vite-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)