Skip to content

Commit 0443a57

Browse files
Version Packages
1 parent fce77a3 commit 0443a57

19 files changed

Lines changed: 84 additions & 50 deletions

.changeset/dependabot-update-13615.md

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

.changeset/fix-miniflare-sourcemap-warnings.md

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

.changeset/light-hairs-allow.md

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

.changeset/local-explorer-ui-refinements.md

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

.changeset/refresh-react-workers-template.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.67.2
4+
5+
### Patch Changes
6+
7+
- [#13513](https://github.com/cloudflare/workers-sdk/pull/13513) [`f822594`](https://github.com/cloudflare/workers-sdk/commit/f82259422ee943d52adeaf797a4327904c67418f) Thanks [@edmundhung](https://github.com/edmundhung)! - Update the design of the React Workers starter
8+
9+
The React Workers template now follows the latest Vite React starter more closely, so new projects get the refreshed upstream design alongside the existing Cloudflare integration.
10+
311
## 2.67.1
412

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

packages/local-explorer-ui/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- [#13562](https://github.com/cloudflare/workers-sdk/pull/13562) [`78a252d`](https://github.com/cloudflare/workers-sdk/commit/78a252dbf7fc818b56db2f0870c60d4f49e2f4c5) Thanks [@emily-shen](https://github.com/emily-shen)! - Local Explorer UI refinements
8+
9+
- Add scrolling to the D1 table selector, instead of cutting off the table list
10+
- Show table headers in R2 empty states
11+
- Persist the `delimiter` search param when navigating to R2 object details
12+
- Hide breadcrumb path segments when viewing R2 objects in ungrouped mode
13+
314
## 0.13.1
415

516
### Patch Changes

packages/local-explorer-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/local-explorer-ui",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/miniflare/CHANGELOG.md

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

3+
## 4.20260421.0
4+
5+
### Patch Changes
6+
7+
- [#13615](https://github.com/cloudflare/workers-sdk/pull/13615) [`8fec8b8`](https://github.com/cloudflare/workers-sdk/commit/8fec8b85e3a22289d85cf13eb6659ec3c5fb917a) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "miniflare", "wrangler"
8+
9+
The following dependency versions have been updated:
10+
11+
| Dependency | From | To |
12+
| ---------- | ------------ | ------------ |
13+
| workerd | 1.20260420.1 | 1.20260421.1 |
14+
15+
- [#13613](https://github.com/cloudflare/workers-sdk/pull/13613) [`2f3d7b9`](https://github.com/cloudflare/workers-sdk/commit/2f3d7b9894b137e011f8ade835cb826de3846c91) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Fix sourcemap warnings caused by references to files outside the package boundary
16+
17+
miniflare's bundled sourcemap contained `sources` entries pointing into `node_modules` dependencies (zod, capnp-es, chokidar, etc.), which produced dozens of warnings in pnpm monorepos when tools like Vite or Vitest validated the sourcemaps at runtime. The build now inlines `sourcesContent` and patches any null entries left by upstream dependencies that don't publish their original source files
18+
319
## 4.20260420.0
420

521
### Minor Changes

0 commit comments

Comments
 (0)