Skip to content

Commit 3490ea4

Browse files
Version Packages
1 parent 88b5b7f commit 3490ea4

File tree

9 files changed

+34
-23
lines changed

9 files changed

+34
-23
lines changed

.changeset/ninety-snakes-peel.md

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

.changeset/pretty-days-find.md

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

.changeset/rotten-glasses-smile.md

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

packages/vite-plugin-cloudflare/CHANGELOG.md

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

3+
## 1.13.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e52d0ec`](https://github.com/cloudflare/workers-sdk/commit/e52d0ecf4284030e3092a91fc0a893c887382ae8), [`940b44d`](https://github.com/cloudflare/workers-sdk/commit/940b44db728a1b62595286deda6ab640a1ab3cf4), [`88b5b7f`](https://github.com/cloudflare/workers-sdk/commit/88b5b7ff1ace3bf982d2562ad1e01e39ffce9517)]:
8+
9+
310
## 1.13.12
411

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

packages/vitest-pool-workers/CHANGELOG.md

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

3+
## 0.9.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e52d0ec`](https://github.com/cloudflare/workers-sdk/commit/e52d0ecf4284030e3092a91fc0a893c887382ae8), [`940b44d`](https://github.com/cloudflare/workers-sdk/commit/940b44db728a1b62595286deda6ab640a1ab3cf4), [`88b5b7f`](https://github.com/cloudflare/workers-sdk/commit/88b5b7ff1ace3bf982d2562ad1e01e39ffce9517)]:
8+
9+
310
## 0.9.12
411

512
### 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.9.12",
3+
"version": "0.9.13",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/wrangler/CHANGELOG.md

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

3+
## 4.43.0
4+
5+
### Minor Changes
6+
7+
- [#10911](https://github.com/cloudflare/workers-sdk/pull/10911) [`940b44d`](https://github.com/cloudflare/workers-sdk/commit/940b44db728a1b62595286deda6ab640a1ab3cf4) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - feat: `wrangler init --from-dash` now generates `wrangler.jsonc` config files instead of `wrangler.toml` files
8+
9+
### Patch Changes
10+
11+
- [#10938](https://github.com/cloudflare/workers-sdk/pull/10938) [`e52d0ec`](https://github.com/cloudflare/workers-sdk/commit/e52d0ecf4284030e3092a91fc0a893c887382ae8) Thanks [@penalosa](https://github.com/penalosa)! - Acquire Cloudflare Access tokens for additional requests made during a `wrangler dev --remote` session
12+
13+
- [#10521](https://github.com/cloudflare/workers-sdk/pull/10521) [`88b5b7f`](https://github.com/cloudflare/workers-sdk/commit/88b5b7ff1ace3bf982d2562ad1e01e39ffce9517) Thanks [@penalosa](https://github.com/penalosa)! - Improves the Wrangler auto-provisioning feature (gated behind the experimental flag `--x-provision`) by:
14+
15+
- Writing back changes to the user's config file (not necessary, but can make it resilient to binding name changes)
16+
- Fixing `--dry-run`, which previously threw an error when your config file had auto provisioned resources
17+
- Improve R2 bindings display to include the `bucket_name` from the config file on upload
18+
- Fixing bindings view for specific versions to not display TOML
19+
320
## 4.42.2
421

522
### Patch Changes

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "4.42.2",
3+
"version": "4.43.0",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)