Skip to content

Commit e9106df

Browse files
Version Packages (#8710)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 24c2c8f commit e9106df

File tree

13 files changed

+45
-35
lines changed

13 files changed

+45
-35
lines changed

.changeset/common-baths-fold.md

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

.changeset/good-taxis-repeat.md

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

.changeset/metal-shoes-cut.md

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

.changeset/tangy-camels-write.md

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

.changeset/warm-poets-feel.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.43.1
4+
5+
### Patch Changes
6+
7+
- [#8395](https://github.com/cloudflare/workers-sdk/pull/8395) [`3f41730`](https://github.com/cloudflare/workers-sdk/commit/3f41730ca62890dd19804e65da78ad82af54126c) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Remove categories in C3 that have no templates
8+
9+
The `Application Starter` category doesn't contain any entries in experimental mode so we shouldn't show it.
10+
11+
This change updates C3 to automatically exclude categories that have no templates.
12+
313
## 2.43.0
414

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

packages/vite-plugin-cloudflare/CHANGELOG.md

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

3+
## 0.1.19
4+
5+
### Patch Changes
6+
7+
- [#8706](https://github.com/cloudflare/workers-sdk/pull/8706) [`25eaf3b`](https://github.com/cloudflare/workers-sdk/commit/25eaf3b54a93c7e9fe941ae5f84322fcf7b1f4cd) Thanks [@jamesopstad](https://github.com/jamesopstad)! - Set the `x-forwarded-host` header to the original host in requests. This fixes a bug where libraries such as Clerk would redirect to the workerd host rather than the Vite host.
8+
9+
- Updated dependencies [[`ecbab5d`](https://github.com/cloudflare/workers-sdk/commit/ecbab5d256bf01d700797bba2ebb04b24b21b629), [`24c2c8f`](https://github.com/cloudflare/workers-sdk/commit/24c2c8f6053861e665cb0b4eb4af88d148e8480d)]:
10+
11+
- @cloudflare/unenv-preset@2.3.1
12+
313
## 0.1.18
414

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

packages/vitest-pool-workers/CHANGELOG.md

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

3+
## 0.8.8
4+
5+
### Patch Changes
6+
7+
- [#8624](https://github.com/cloudflare/workers-sdk/pull/8624) [`665ebd8`](https://github.com/cloudflare/workers-sdk/commit/665ebd857bd3859c403023774d2feee6b457d73a) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: Add usage charge warning when Vectorize and AI bindings are used in Vitest
8+
9+
Vectorize and AI bindings can now be used with Vitest. However, because they have no local simulators, they will access your account and incur usage charges, even in testing. Therefore we recommend mocking any usage of these bindings when testing.
10+
11+
- Updated dependencies [[`ecbab5d`](https://github.com/cloudflare/workers-sdk/commit/ecbab5d256bf01d700797bba2ebb04b24b21b629), [`24c2c8f`](https://github.com/cloudflare/workers-sdk/commit/24c2c8f6053861e665cb0b4eb4af88d148e8480d)]:
12+
13+
314
## 0.8.7
415

516
### Patch Changes

0 commit comments

Comments
 (0)