Skip to content

Commit 1fe99e8

Browse files
Version Packages
1 parent 00a4356 commit 1fe99e8

File tree

15 files changed

+55
-27
lines changed

15 files changed

+55
-27
lines changed

.changeset/bright-peas-stare.md

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

.changeset/loud-taxis-tie.md

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

.changeset/short-sloths-bake.md

Lines changed: 0 additions & 7 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.7.0
4+
5+
### Minor Changes
6+
7+
- [#12453](https://github.com/cloudflare/workers-sdk/pull/12453) [`9764ea0`](https://github.com/cloudflare/workers-sdk/commit/9764ea09e0e106e96a403db8e99d41ad3f00ef98) Thanks [@NuroDev](https://github.com/NuroDev)! - Add initial data studio with D1 and Durable Objects support
8+
9+
Adds a data studio interface to the local explorer UI, allowing you to browse and interact with D1 databases and Durable Objects during local development. The studio provides table browsing, query execution, and data editing capabilities.
10+
311
## 0.6.0
412

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

packages/unenv-preset/CHANGELOG.md

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

3+
## 2.15.0
4+
5+
### Minor Changes
6+
7+
- [#10618](https://github.com/cloudflare/workers-sdk/pull/10618) [`5cc8fcf`](https://github.com/cloudflare/workers-sdk/commit/5cc8fcfdeaf521c33de7df86c011f7059d3d93da) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Use the native workerd `node:perf_hooks` module and `Performance` global classes when available
8+
9+
They are enabled when the `enable_nodejs_perf_hooks_module` compatibility flag is set. This feature is currently experimental and requires the above flag and `experimental` compatibility flag to be set.
10+
311
## 2.14.0
412

513
### Minor Changes

packages/unenv-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/unenv-preset",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "cloudflare preset for unenv",
55
"keywords": [
66
"cloudflare",

packages/vite-plugin-cloudflare/CHANGELOG.md

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

3+
## 1.26.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5cc8fcf`](https://github.com/cloudflare/workers-sdk/commit/5cc8fcfdeaf521c33de7df86c011f7059d3d93da)]:
8+
- @cloudflare/unenv-preset@2.15.0
9+
- miniflare@4.20260301.1
10+
- wrangler@4.70.1
11+
312
## 1.26.0
413

514
### Minor 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.26.0",
3+
"version": "1.26.1",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

packages/vitest-pool-workers/CHANGELOG.md

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

3+
## 0.12.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- miniflare@4.20260301.1
9+
- wrangler@4.70.1
10+
311
## 0.12.19
412

513
### Patch Changes

0 commit comments

Comments
 (0)