Skip to content

Commit c7b73b4

Browse files
Version Packages
1 parent ce48b77 commit c7b73b4

File tree

14 files changed

+72
-28
lines changed

14 files changed

+72
-28
lines changed

.changeset/nasty-bars-study.md

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

.changeset/tender-hoops-strive.md

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

packages/local-explorer-ui/CHANGELOG.md

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

3+
## 0.8.3
4+
5+
### Patch Changes
6+
7+
- [#12918](https://github.com/cloudflare/workers-sdk/pull/12918) [`3de3ce5`](https://github.com/cloudflare/workers-sdk/commit/3de3ce519383b634bd1315eb94d789ec8def0670) Thanks [@NuroDev](https://github.com/NuroDev)! - Fixed listing internal Cloudflare Durable Object tables.
8+
9+
The internal `_cf_KV` table that is used when using Durable Objects KV storage is now hidden from the table list dropdown in the local explorer as it is not accessible.
10+
311
## 0.8.2
412

513
### 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.8.2",
3+
"version": "0.8.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.20260317.1
4+
5+
### Minor Changes
6+
7+
- [#12848](https://github.com/cloudflare/workers-sdk/pull/12848) [`ce48b77`](https://github.com/cloudflare/workers-sdk/commit/ce48b77c4e8796359d86e88f8b18c36b653757cb) Thanks [@emily-shen](https://github.com/emily-shen)! - Enable local explorer by default
8+
9+
This ungates the local explorer, a UI that lets you inspect the state of D1, DO and KV resources locally by visiting `/cdn-cgi/explorer` during local development.
10+
11+
Note: this feature is still experimental, and can be disabled by setting the env var `X_LOCAL_EXPLORER=false`.
12+
313
## 4.20260317.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.20260317.0",
3+
"version": "4.20260317.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.117
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce48b77`](https://github.com/cloudflare/workers-sdk/commit/ce48b77c4e8796359d86e88f8b18c36b653757cb)]:
8+
- miniflare@4.20260317.1
9+
310
## 0.13.116
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.116",
3+
"version": "0.13.117",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",

packages/vite-plugin-cloudflare/CHANGELOG.md

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

3+
## 1.30.0
4+
5+
### Minor Changes
6+
7+
- [#12848](https://github.com/cloudflare/workers-sdk/pull/12848) [`ce48b77`](https://github.com/cloudflare/workers-sdk/commit/ce48b77c4e8796359d86e88f8b18c36b653757cb) Thanks [@emily-shen](https://github.com/emily-shen)! - Enable local explorer by default
8+
9+
This ungates the local explorer, a UI that lets you inspect the state of D1, DO and KV resources locally by visiting `/cdn-cgi/explorer` during local development.
10+
11+
Note: this feature is still experimental, and can be disabled by setting the env var `X_LOCAL_EXPLORER=false`.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`ce48b77`](https://github.com/cloudflare/workers-sdk/commit/ce48b77c4e8796359d86e88f8b18c36b653757cb)]:
16+
- miniflare@4.20260317.1
17+
- wrangler@4.76.0
18+
319
## 1.29.1
420

521
### 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.29.1",
3+
"version": "1.30.0",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)