Skip to content

Commit cca7885

Browse files
Version Packages (#7803)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 16a9460 commit cca7885

File tree

11 files changed

+33
-23
lines changed

11 files changed

+33
-23
lines changed

.changeset/cold-turtles-impress.md

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

.changeset/little-pugs-change.md

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

.changeset/old-panthers-brush.md

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

packages/pages-shared/CHANGELOG.md

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

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- [#7564](https://github.com/cloudflare/workers-sdk/pull/7564) [`147ab7d`](https://github.com/cloudflare/workers-sdk/commit/147ab7dda6af0546c9ba7b589390aa590e4d6d02) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Key the Early Hints cache entries off of the asset key rather than the request path
8+
39
## 0.13.1
410

511
### Patch Changes

packages/pages-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/pages-shared",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",

packages/unenv-preset/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#7789](https://github.com/cloudflare/workers-sdk/pull/7789) [`facb3ff`](https://github.com/cloudflare/workers-sdk/commit/facb3ffc9b1973b16b8c3d30de790505c03e1554) Thanks [@vicb](https://github.com/vicb)! - refactor(unenv-preset): misc minor changes
8+
9+
- Bump the Typescript dependency to ^5.7.3 as required by unbuild
10+
- Install a local version of `@types/node` (`@types/node-unenv`)
11+
- Add more details to the README
12+
313
## 1.0.0
414

515
### Major 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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "cloudflare preset for unenv",
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.6.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`16a9460`](https://github.com/cloudflare/workers-sdk/commit/16a9460ea6c7daaadcdf2f2e921c66521549bc58)]:
8+
9+
310
## 0.6.3
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.6.3",
3+
"version": "0.6.4",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# wrangler
22

3+
## 3.103.2
4+
5+
### Patch Changes
6+
7+
- [#7804](https://github.com/cloudflare/workers-sdk/pull/7804) [`16a9460`](https://github.com/cloudflare/workers-sdk/commit/16a9460ea6c7daaadcdf2f2e921c66521549bc58) Thanks [@vicb](https://github.com/vicb)! - fix(wrangler): use require.resolve to resolve unenv path
8+
39
## 3.103.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)