Skip to content

Commit

Permalink
Version Packages (#8265)
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] authored Feb 27, 2025
1 parent b5bc63b commit 6c6143b
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/bitter-teeth-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-foxes-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-rooms-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-singers-stand.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-flies-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-flowers-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vast-trains-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-chairs-tap.md

This file was deleted.

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.39.0

### Minor Changes

- [#8264](/~https://github.com/cloudflare/workers-sdk/pull/8264) [`1f3af77`](/~https://github.com/cloudflare/workers-sdk/commit/1f3af77c7920189b9360357bf3dc054b2cebdf00) Thanks [@dcartertwo](/~https://github.com/dcartertwo)! - Create Cloudflare will no longer ask if the developer would like to use git if already in a git repository.

## 2.38.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.38.2",
"version": "2.39.0",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
6 changes: 6 additions & 0 deletions packages/pages-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudflare/pages-shared

## 0.13.10

### Patch Changes

- [#8200](/~https://github.com/cloudflare/workers-sdk/pull/8200) [`62f5429`](/~https://github.com/cloudflare/workers-sdk/commit/62f54293a24a7494d9c468ab36fa9d009826e721) Thanks [@penalosa](/~https://github.com/penalosa)! - Remove Miniflare 2

## 0.13.9

### 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.13.9",
"version": "0.13.10",
"repository": {
"type": "git",
"url": "/~https://github.com/cloudflare/workers-sdk.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/vite-plugin-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloudflare/vite-plugin

## 0.1.7

### Patch Changes

- [#8206](/~https://github.com/cloudflare/workers-sdk/pull/8206) [`477f8d9`](/~https://github.com/cloudflare/workers-sdk/commit/477f8d935baac1eca1545fed8585e5a09a28258f) Thanks [@jamesopstad](/~https://github.com/jamesopstad)! - Add support for binding to named entrypoints in the same worker

- [#8266](/~https://github.com/cloudflare/workers-sdk/pull/8266) [`9f05e8f`](/~https://github.com/cloudflare/workers-sdk/commit/9f05e8fcfbf1308689a7c88c78f39a500b895857) Thanks [@jamesopstad](/~https://github.com/jamesopstad)! - Make it possible to override `builder.buildApp` in the user config or prior plugins

- Updated dependencies []:
- @cloudflare/unenv-preset@1.1.2

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/vite-plugin",
"version": "0.1.6",
"version": "0.1.7",
"description": "Cloudflare plugin for Vite",
"keywords": [
"cloudflare",
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.7.4

### Patch Changes

- [#8254](/~https://github.com/cloudflare/workers-sdk/pull/8254) [`2b92a65`](/~https://github.com/cloudflare/workers-sdk/commit/2b92a65fe6ec500c16c20c46bf91c2d5f3e4ceba) Thanks [@edmundhung](/~https://github.com/edmundhung)! - fix: responses from `fetchMock` should have immutable headers

- Updated dependencies [[`36ef9c6`](/~https://github.com/cloudflare/workers-sdk/commit/36ef9c6209c937570711ff407fd29de6fb7cf267), [`1cb2d34`](/~https://github.com/cloudflare/workers-sdk/commit/1cb2d3418b21b4d54d1c8debbfc91a5efc8f5708), [`36ef9c6`](/~https://github.com/cloudflare/workers-sdk/commit/36ef9c6209c937570711ff407fd29de6fb7cf267)]:
- wrangler@3.111.0

## 0.7.3

### 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.7.3",
"version": "0.7.4",
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
"keywords": [
"cloudflare",
Expand Down
12 changes: 12 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# wrangler

## 3.111.0

### Minor Changes

- [#7977](/~https://github.com/cloudflare/workers-sdk/pull/7977) [`36ef9c6`](/~https://github.com/cloudflare/workers-sdk/commit/36ef9c6209c937570711ff407fd29de6fb7cf267) Thanks [@jkoe-cf](/~https://github.com/jkoe-cf)! - Added wrangler r2 commands for bucket lock configuration

### Patch Changes

- [#8248](/~https://github.com/cloudflare/workers-sdk/pull/8248) [`1cb2d34`](/~https://github.com/cloudflare/workers-sdk/commit/1cb2d3418b21b4d54d1c8debbfc91a5efc8f5708) Thanks [@GregBrimble](/~https://github.com/GregBrimble)! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets

- [#7977](/~https://github.com/cloudflare/workers-sdk/pull/7977) [`36ef9c6`](/~https://github.com/cloudflare/workers-sdk/commit/36ef9c6209c937570711ff407fd29de6fb7cf267) Thanks [@jkoe-cf](/~https://github.com/jkoe-cf)! - fixing the format of the R2 lifecycle rule date input to be parsed as string instead of number

## 3.110.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrangler",
"version": "3.110.0",
"version": "3.111.0",
"description": "Command-line interface for all things Cloudflare Workers",
"keywords": [
"wrangler",
Expand Down

0 comments on commit 6c6143b

Please sign in to comment.