Skip to content

Commit 46829e5

Browse files
Version Packages
1 parent d62cc68 commit 46829e5

File tree

14 files changed

+54
-27
lines changed

14 files changed

+54
-27
lines changed

.changeset/cute-dragons-worry.md

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

.changeset/funny-eggs-divide.md

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

.changeset/loud-worlds-ask.md

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

.changeset/violet-ravens-draw.md

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

packages/miniflare/CHANGELOG.md

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

3+
## 4.20250321.1
4+
5+
### Minor Changes
6+
7+
- [#8623](https://github.com/cloudflare/workers-sdk/pull/8623) [`cad99dc`](https://github.com/cloudflare/workers-sdk/commit/cad99dc78d76e35f846e85ac328effff8ba9477d) Thanks [@teresalves](https://github.com/teresalves)! - Add Miniflare Workers KV bulk get support
8+
9+
### Patch Changes
10+
11+
- [#8666](https://github.com/cloudflare/workers-sdk/pull/8666) [`f29f018`](https://github.com/cloudflare/workers-sdk/commit/f29f01813683ab3e42c53738be3d49a0f8cba512) Thanks [@penalosa](https://github.com/penalosa)! - Remove `NodeJSCompatModule`. This was never fully supported, and never worked for deploying Workers from Wrangler.
12+
313
## 4.20250321.0
414

515
### Patch Changes

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "4.20250321.0",
3+
"version": "4.20250321.1",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

packages/pages-shared/CHANGELOG.md

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

3+
## 0.13.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cad99dc`](https://github.com/cloudflare/workers-sdk/commit/cad99dc78d76e35f846e85ac328effff8ba9477d), [`f29f018`](https://github.com/cloudflare/workers-sdk/commit/f29f01813683ab3e42c53738be3d49a0f8cba512)]:
8+
9+
310
## 0.13.19
411

512
### 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.19",
3+
"version": "0.13.20",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",

packages/vite-plugin-cloudflare/CHANGELOG.md

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

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- [#8702](https://github.com/cloudflare/workers-sdk/pull/8702) [`fcd71f8`](https://github.com/cloudflare/workers-sdk/commit/fcd71f8589d20c07d60ad519d53f3dc3f6f031ff) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - ensure that we don't crash when logging Node.js warnings when running in react-router builds
8+
9+
- [#8207](https://github.com/cloudflare/workers-sdk/pull/8207) [`910007b`](https://github.com/cloudflare/workers-sdk/commit/910007bce580997051ac6ae438197f51eaa93b66) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Show warning if the user has forgotten to turn on nodejs_compat
10+
11+
- Updated dependencies [[`cad99dc`](https://github.com/cloudflare/workers-sdk/commit/cad99dc78d76e35f846e85ac328effff8ba9477d), [`f29f018`](https://github.com/cloudflare/workers-sdk/commit/f29f01813683ab3e42c53738be3d49a0f8cba512)]:
12+
13+
14+
- @cloudflare/unenv-preset@2.3.1
15+
316
## 0.1.17
417

518
### 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": "0.1.17",
3+
"version": "0.1.18",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)