Skip to content

Commit 07696ae

Browse files
Version Packages
1 parent 2f3d7b9 commit 07696ae

18 files changed

Lines changed: 68 additions & 38 deletions

File tree

.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# miniflare
22

3+
## 4.20260420.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
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
10+
311
## 4.20260420.0
412

513
### Minor 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.20260420.0",
3+
"version": "4.20260420.1",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)