Skip to content

Commit 07531a2

Browse files
Version Packages (#12663)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 294297e commit 07531a2

File tree

18 files changed

+82
-60
lines changed

18 files changed

+82
-60
lines changed

.changeset/c3-frameworks-update-12632.md

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

.changeset/cool-oranges-fail.md

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

.changeset/fix-angular-localhost-ssr.md

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

.changeset/keen-fish-melt.md

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

.changeset/light-clocks-enter.md

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

.changeset/shy-sheep-glow.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.64.4
4+
5+
### Patch Changes
6+
7+
- [#12657](https://github.com/cloudflare/workers-sdk/pull/12657) [`294297e`](https://github.com/cloudflare/workers-sdk/commit/294297e8e5bb90e71a6db15278e3ab0a9345cacf) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Update dependencies of "create-cloudflare"
8+
9+
The following dependency versions have been updated:
10+
11+
| Dependency | From | To |
12+
| ----------- | ---------------------- | ---------------------- |
13+
| create-waku | 0.12.5-1.0.0-alpha.3-0 | 0.12.5-1.0.0-alpha.4-0 |
14+
15+
- [#12648](https://github.com/cloudflare/workers-sdk/pull/12648) [`3d6e421`](https://github.com/cloudflare/workers-sdk/commit/3d6e421dcd03fad1837c52c0e677d91678c6eed7) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Fix Angular scaffolding to allow localhost SSR in development mode
16+
17+
Recent versions of Angular's `AngularAppEngine` block serving SSR on `localhost` by default. This caused `wrangler dev` / `wrangler pages dev` to fail with `URL with hostname "localhost" is not allowed.`
18+
19+
The fix passes `allowedHosts: ["localhost"]` to the `AngularAppEngine` constructor in `server.ts`, which is safe to do even in production since Cloudflare will already restrict which host is allowed.
20+
321
## 2.64.3
422

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

packages/local-explorer-ui/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#12599](https://github.com/cloudflare/workers-sdk/pull/12599) [`3649d3e`](https://github.com/cloudflare/workers-sdk/commit/3649d3e408bf352468a59e47f05f42c9bd69c736) Thanks [@NuroDev](https://github.com/NuroDev)! - Adds the tab definition for the table explorer.
8+
9+
This serves as another stepping stone for adding the complete data studio to the local explorer.
10+
11+
This is a WIP experimental feature.
12+
313
## 0.5.0
414

515
### 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.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)