Skip to content

Commit

Permalink
Version Packages (#7692)
Browse files Browse the repository at this point in the history
  • Loading branch information
workers-devprod authored Jan 9, 2025
1 parent 6c718d0 commit 45f45c3
Show file tree
Hide file tree
Showing 32 changed files with 189 additions and 194 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-keys-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-nails-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-dodos-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-socks-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-bags-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-pillows-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-llamas-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/nervous-scissors-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ducks-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-goats-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-rules-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-lamps-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-pillows-provide.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/silver-plums-brake.md

This file was deleted.

84 changes: 0 additions & 84 deletions .changeset/thin-pots-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-chefs-bathe.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/twelve-fireants-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-icons-rescue.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/chrome-devtools-patches/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudflare/chrome-devtools-patches

## 0.1.2

### Patch Changes

- [#7693](https://github.com/cloudflare/workers-sdk/pull/7693) [`65a3e35`](https://github.com/cloudflare/workers-sdk/commit/65a3e3590aff2f287c669172856512d6b29bd37f) Thanks [@emily-shen](https://github.com/emily-shen)! - chore: rebases patches on latest devtools head

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-devtools-patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/chrome-devtools-patches",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"description": "Chrome Devtools hosted for easy use with Workers tooling and applications (Wrangler, Playground, Quick Editor).",
"homepage": "https://github.com/cloudflare/workers-sdk#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-cloudflare

## 2.36.0

### Minor Changes

- [#7388](https://github.com/cloudflare/workers-sdk/pull/7388) [`78c1649`](https://github.com/cloudflare/workers-sdk/commit/78c1649a1e072d5db101c8939890a98c4533b4c0) Thanks [@andyjessop](https://github.com/andyjessop)! - chore: remove nodejs_compat flag from basic C3 templates

## 2.35.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-cloudflare",
"version": "2.35.2",
"version": "2.36.0",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
10 changes: 10 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# miniflare

## 3.20241230.1

### Minor Changes

- [#7702](https://github.com/cloudflare/workers-sdk/pull/7702) [`78bdec5`](https://github.com/cloudflare/workers-sdk/commit/78bdec59ce880365b0318eb94d4176b53e950f66) Thanks [@penalosa](https://github.com/penalosa)! - Support the `CF-Connecting-IP` header, which will be available in your Worker to determine the IP address of the client that initiated a request.

### Patch Changes

- [#7701](https://github.com/cloudflare/workers-sdk/pull/7701) [`2c76887`](https://github.com/cloudflare/workers-sdk/commit/2c7688737346992d046d2f88eba5c9847ede1365) Thanks [@lambrospetrou](https://github.com/lambrospetrou)! - Fix D1 exports to properly pad HEX strings for binary values.

## 3.20241230.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "3.20241230.0",
"version": "3.20241230.1",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down
15 changes: 15 additions & 0 deletions packages/pages-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @cloudflare/pages-shared

## 0.13.0

### Minor Changes

- [#7561](https://github.com/cloudflare/workers-sdk/pull/7561) [`8b48ca6`](https://github.com/cloudflare/workers-sdk/commit/8b48ca6f18160d350cdde7f21a2a9fbb6add45d5) Thanks [@GregBrimble](https://github.com/GregBrimble)! - feat: Return a 304 Not Modified response when matching an asset preservation cache request if appropriate

### Patch Changes

- [#7561](https://github.com/cloudflare/workers-sdk/pull/7561) [`8b48ca6`](https://github.com/cloudflare/workers-sdk/commit/8b48ca6f18160d350cdde7f21a2a9fbb6add45d5) Thanks [@GregBrimble](https://github.com/GregBrimble)! - chore: Remove now-unused asset preservation cache (v1)

- [#7561](https://github.com/cloudflare/workers-sdk/pull/7561) [`8b48ca6`](https://github.com/cloudflare/workers-sdk/commit/8b48ca6f18160d350cdde7f21a2a9fbb6add45d5) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Store an empty result when Early Hints parsing returns nothing or errors. Previously, we weren't storing anything which resulted in Early Hints being parsed on every request.

- Updated dependencies [[`2c76887`](https://github.com/cloudflare/workers-sdk/commit/2c7688737346992d046d2f88eba5c9847ede1365), [`78bdec5`](https://github.com/cloudflare/workers-sdk/commit/78bdec59ce880365b0318eb94d4176b53e950f66)]:
- miniflare@3.20241230.1

## 0.12.1

### 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.12.1",
"version": "0.13.0",
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/workers-sdk.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/unenv-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @cloudflare/unenv-preset

## 0.1.0

### Minor Changes

- [#7697](https://github.com/cloudflare/workers-sdk/pull/7697) [`3e2bede`](https://github.com/cloudflare/workers-sdk/commit/3e2bedecee3dc856f334ccc7feb47d52c1fb05cc) Thanks [@vicb](https://github.com/vicb)! - chore(unenv-preset): drop unused .cjs files

Only .mjs files are used.
2 changes: 1 addition & 1 deletion packages/unenv-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/unenv-preset",
"version": "0.0.1",
"version": "0.1.0",
"description": "cloudflare preset for unenv",
"keywords": [
"cloudflare",
Expand Down
12 changes: 12 additions & 0 deletions packages/vitest-pool-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cloudflare/vitest-pool-workers

## 0.6.0

### Minor Changes

- [#7388](https://github.com/cloudflare/workers-sdk/pull/7388) [`78c1649`](https://github.com/cloudflare/workers-sdk/commit/78c1649a1e072d5db101c8939890a98c4533b4c0) Thanks [@andyjessop](https://github.com/andyjessop)! - chore: add nodejs_compat by default in Vitest Pool Workers

### Patch Changes

- Updated dependencies [[`ff4e77e`](https://github.com/cloudflare/workers-sdk/commit/ff4e77e5ad7f9e259c5ff443284f3bf07c80cb0e), [`2c76887`](https://github.com/cloudflare/workers-sdk/commit/2c7688737346992d046d2f88eba5c9847ede1365), [`6439347`](https://github.com/cloudflare/workers-sdk/commit/6439347a9221cc2818c560bafef95ec1e8e7a7ec), [`e771fe9`](https://github.com/cloudflare/workers-sdk/commit/e771fe9909bafa7249cb694d5dd1a23af8bd807e), [`7c8ae1c`](https://github.com/cloudflare/workers-sdk/commit/7c8ae1c7bcfe4c55dc530a1c86520dbb8dd5fb26), [`78bdec5`](https://github.com/cloudflare/workers-sdk/commit/78bdec59ce880365b0318eb94d4176b53e950f66), [`45d1d1e`](https://github.com/cloudflare/workers-sdk/commit/45d1d1edd640f1dc9e2709c68256981a5de26680), [`e4716cc`](https://github.com/cloudflare/workers-sdk/commit/e4716cc87893a0633bd2d00543b351e83e228970), [`773bda8`](https://github.com/cloudflare/workers-sdk/commit/773bda8b38d43102c2a66126df92d3bbc7e80861), [`9d2740a`](https://github.com/cloudflare/workers-sdk/commit/9d2740aa582c76040baf8aded1ac73d8bb2edeeb), [`f3c2f69`](https://github.com/cloudflare/workers-sdk/commit/f3c2f69b30fe8549a06b8f7d8853fc9a6100803a)]:
- wrangler@3.101.0
- miniflare@3.20241230.1

## 0.5.41

### 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.5.41",
"version": "0.6.0",
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
"keywords": [
"cloudflare",
Expand Down
Loading

0 comments on commit 45f45c3

Please sign in to comment.