Skip to content

Commit 1fdc88e

Browse files
Version Packages (#8096)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 99ba292 commit 1fdc88e

File tree

8 files changed

+22
-26
lines changed

8 files changed

+22
-26
lines changed

.changeset/eleven-lemons-jump.md

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

.changeset/kind-ducks-bake.md

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

.changeset/large-badgers-deny.md

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

.changeset/short-cars-allow.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.38.0
4+
5+
### Minor Changes
6+
7+
- [#8024](https://github.com/cloudflare/workers-sdk/pull/8024) [`e8272b0`](https://github.com/cloudflare/workers-sdk/commit/e8272b08ee54894af3e5e33fb86380908d3ff68a) Thanks [@emily-shen](https://github.com/emily-shen)! - Output wrangler.jsonc instead of wrangler.json
8+
9+
The JSONC format allows comments, but otherwise uses standard JSON syntax.
10+
11+
Note that Wrangler is still happy to parse `.json` files with comments (along the lines of `tsconfig.json`), but to prevent confusion and for default compatibility with all IDEs, create-cloudflare will now output `wrangler.jsonc`.
12+
13+
- [#8024](https://github.com/cloudflare/workers-sdk/pull/8024) [`e8272b0`](https://github.com/cloudflare/workers-sdk/commit/e8272b08ee54894af3e5e33fb86380908d3ff68a) Thanks [@emily-shen](https://github.com/emily-shen)! - Include a .vscode/settings.json file with a 'jsonc' file association for templates that use `wrangler.json`
14+
315
## 2.37.6
416

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

packages/vite-plugin-cloudflare/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- [#7830](https://github.com/cloudflare/workers-sdk/pull/7830) [`99ba292`](https://github.com/cloudflare/workers-sdk/commit/99ba292d8b21bb0aa005aa88c5dc968d0f089740) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - add support for Vite 6.1
8+
9+
- [#7830](https://github.com/cloudflare/workers-sdk/pull/7830) [`99ba292`](https://github.com/cloudflare/workers-sdk/commit/99ba292d8b21bb0aa005aa88c5dc968d0f089740) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - implement the new Cloudflare unenv preset into the Vite plugin
10+
311
## 0.0.7
412

513
### 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": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)