Skip to content

Commit 28b172b

Browse files
Version Packages
1 parent fcaa02c commit 28b172b

File tree

14 files changed

+63
-34
lines changed

14 files changed

+63
-34
lines changed

.changeset/chilled-maps-learn.md

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

.changeset/dry-snakes-deliver.md

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

.changeset/heavy-parents-switch.md

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

.changeset/red-comics-sit.md

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

packages/unenv-preset/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#7806](https://github.com/cloudflare/workers-sdk/pull/7806) [`d7adb50`](https://github.com/cloudflare/workers-sdk/commit/d7adb50fcc9e3c509365fed8a86df485ea9f739b) Thanks [@vicb](https://github.com/vicb)! - chore: update unenv to 2.0.0-rc.0
8+
9+
Pull a couple changes in node:timers
10+
11+
- unjs/unenv#384 fix function bindings in node:timer
12+
- unjs/unenv#385 implement active and \_unrefActive in node:timer
13+
14+
The unenv update also includes #unjs/unenv/381 which implements
15+
`stdout`, `stderr` and `stdin` of `node:process` with `node:tty`
16+
317
## 1.0.1
418

519
### Patch 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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "cloudflare preset for unenv",
55
"keywords": [
66
"cloudflare",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @cloudflare/vite-plugin
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#7763](https://github.com/cloudflare/workers-sdk/pull/7763) [`7e04493`](https://github.com/cloudflare/workers-sdk/commit/7e0449340caba36b8db0e8121623bf286acacd3b) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Initial beta release of the Cloudflare Vite plugin
8+
9+
- Updated dependencies [[`fcaa02c`](https://github.com/cloudflare/workers-sdk/commit/fcaa02cdf4f3f648d7218e8f7fb411a2324eebb5), [`d7adb50`](https://github.com/cloudflare/workers-sdk/commit/d7adb50fcc9e3c509365fed8a86df485ea9f739b)]:
10+
11+

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.0.0",
3+
"version": "0.0.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.6.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fcaa02c`](https://github.com/cloudflare/workers-sdk/commit/fcaa02cdf4f3f648d7218e8f7fb411a2324eebb5), [`d7adb50`](https://github.com/cloudflare/workers-sdk/commit/d7adb50fcc9e3c509365fed8a86df485ea9f739b)]:
8+
9+
10+
311
## 0.6.4
412

513
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)