Skip to content

Commit b2a6d6d

Browse files
Version Packages
1 parent 03ec951 commit b2a6d6d

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

.changeset/pink-crews-throw.md

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

.changeset/rotten-monkeys-tan.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.41.3
4+
5+
### Patch Changes
6+
7+
- [#8402](https://github.com/cloudflare/workers-sdk/pull/8402) [`03ec951`](https://github.com/cloudflare/workers-sdk/commit/03ec9510c5ebb0fceed7df64d90383cdac861b3e) Thanks [@emily-shen](https://github.com/emily-shen)! - graduate Astro Workers + Assets template from experimental
8+
9+
You no longer need to pass in --experimental to access the Workers + Assets version of the template.
10+
311
## 2.41.2
412

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

packages/unenv-preset/CHANGELOG.md

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

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#8568](https://github.com/cloudflare/workers-sdk/pull/8568) [`a7bd79b`](https://github.com/cloudflare/workers-sdk/commit/a7bd79bf40afe7079cd94557482bd909d825af09) Thanks [@vicb](https://github.com/vicb)! - Use the native implementation of crypto APIs
8+
39
## 2.2.0
410

511
### Minor 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": "2.2.0",
3+
"version": "2.3.0",
44
"description": "cloudflare preset for unenv",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)