Skip to content

Commit

Permalink
Version Packages (#5803)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
workers-devprod and github-actions[bot] committed May 13, 2024
1 parent f514934 commit 9c31ea2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-numbers-wash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stale-books-greet.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/pages-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudflare/pages-shared

## 0.11.35

### Patch Changes

- [#5750](https://github.com/cloudflare/workers-sdk/pull/5750) [`f514934`](https://github.com/cloudflare/workers-sdk/commit/f514934d6be8ea3b6777435f35e236c5ad0528e2) Thanks [@aaronlisman](https://github.com/aaronlisman)! - fix: omit headers rules on internal error

The Pages asset handler will no longer apply headers rules on 5XX responses caused by some internal error.
This prevents transient errors from being cached when caching headers are being set by headers rules.

## 0.11.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/pages-shared",
"version": "0.11.34",
"version": "0.11.35",
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/workers-sdk.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest-pool-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudflare/vitest-pool-workers

## 0.2.9

### Patch Changes

- [#5458](https://github.com/cloudflare/workers-sdk/pull/5458) [`f520a71`](https://github.com/cloudflare/workers-sdk/commit/f520a71201c85a2ef3c071eff017816611b37c55) Thanks [@Cherry](https://github.com/Cherry)! - fix: loosen the peer dependency version on vitest to support versions ranging from 1.3.0 to 1.5.0

- Updated dependencies []:
- wrangler@3.55.0

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-pool-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/vitest-pool-workers",
"version": "0.2.8",
"version": "0.2.9",
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
"keywords": [
"cloudflare",
Expand Down

0 comments on commit 9c31ea2

Please sign in to comment.