Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2025
1 parent b391e00 commit 04c96b6
Show file tree
Hide file tree
Showing 23 changed files with 75 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-tools-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-bears-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-streets-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-states-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/public-groups-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-rockets-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/salty-bugs-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-tools-promise.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-spoons-unite.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# create-cloudflare

## 2.40.0

### Minor Changes

- [#8197](/~https://github.com/cloudflare/workers-sdk/pull/8197) [`acd42a8`](/~https://github.com/cloudflare/workers-sdk/commit/acd42a849b31b0d2ef30b0443678e775ebe69fa2) Thanks [@dom96](/~https://github.com/dom96)! - Python Workers template now includes package for autocomplete and type hints

### Patch Changes

- [#8290](/~https://github.com/cloudflare/workers-sdk/pull/8290) [`5b047e4`](/~https://github.com/cloudflare/workers-sdk/commit/5b047e4af0ffaab65b9fb0a491982727cd1232bd) Thanks [@petebacondarwin](/~https://github.com/petebacondarwin)! - ensure that git commits are generated

- [#8013](/~https://github.com/cloudflare/workers-sdk/pull/8013) [`bc62d24`](/~https://github.com/cloudflare/workers-sdk/commit/bc62d2405c42bf41666983f13dfac2f75506b82c) Thanks [@petebacondarwin](/~https://github.com/petebacondarwin)! - add experimental React templates using the Cloudflare Vite plugin

- [#8232](/~https://github.com/cloudflare/workers-sdk/pull/8232) [`59cb914`](/~https://github.com/cloudflare/workers-sdk/commit/59cb914ee4c0939d1b29421e857e16b8e4599300) Thanks [@emily-shen](/~https://github.com/emily-shen)! - fix: stop c3 adding a duplicate `./wrangler.jsonc` when using --existing-script

This should mean dev and deploy on projects initialised using `create-cloudflare --existing-script` start working again. Note there will still be an extraneous `./src/wrangler.toml`, which will require a separate fix in the dashboard. This file can be manually deleted in the meantime.

## 2.39.0

### Minor 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.39.0",
"version": "2.40.0",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
8 changes: 8 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# miniflare

## 3.20250214.2

### Patch Changes

- [#8274](/~https://github.com/cloudflare/workers-sdk/pull/8274) [`fce642d`](/~https://github.com/cloudflare/workers-sdk/commit/fce642d59264b1b6e7df8a6c9a015519b7574637) Thanks [@emily-shen](/~https://github.com/emily-shen)! - fix bindings to entrypoints on the same worker in workers with assets

- [#8289](/~https://github.com/cloudflare/workers-sdk/pull/8289) [`a4909cb`](/~https://github.com/cloudflare/workers-sdk/commit/a4909cbe552eae72b901cd78bf1f814f818085a0) Thanks [@penalosa](/~https://github.com/penalosa)! - Add the experimental `--x-assets-rpc` flag to gate feature work to support JSRPC with Workers + Assets projects.

## 3.20250214.1

### 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.20250214.1",
"version": "3.20250214.2",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down
7 changes: 7 additions & 0 deletions packages/pages-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudflare/pages-shared

## 0.13.11

### Patch Changes

- Updated dependencies [[`fce642d`](/~https://github.com/cloudflare/workers-sdk/commit/fce642d59264b1b6e7df8a6c9a015519b7574637), [`a4909cb`](/~https://github.com/cloudflare/workers-sdk/commit/a4909cbe552eae72b901cd78bf1f814f818085a0)]:
- miniflare@3.20250214.2

## 0.13.10

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

## 0.1.8

### Patch Changes

- Updated dependencies [[`fce642d`](/~https://github.com/cloudflare/workers-sdk/commit/fce642d59264b1b6e7df8a6c9a015519b7574637), [`a4909cb`](/~https://github.com/cloudflare/workers-sdk/commit/a4909cbe552eae72b901cd78bf1f814f818085a0)]:
- miniflare@3.20250214.2
- @cloudflare/unenv-preset@1.1.2

## 0.1.7

### 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.7",
"version": "0.1.8",
"description": "Cloudflare plugin for Vite",
"keywords": [
"cloudflare",
Expand Down
10 changes: 10 additions & 0 deletions packages/vitest-pool-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudflare/vitest-pool-workers

## 0.7.5

### Patch Changes

- [#8173](/~https://github.com/cloudflare/workers-sdk/pull/8173) [`a9c0159`](/~https://github.com/cloudflare/workers-sdk/commit/a9c0159f85ab69e9f071d0c56f5658d92d4f8a69) Thanks [@edmundhung](/~https://github.com/edmundhung)! - improve error message with isolated storage

- Updated dependencies [[`fce642d`](/~https://github.com/cloudflare/workers-sdk/commit/fce642d59264b1b6e7df8a6c9a015519b7574637), [`2cad136`](/~https://github.com/cloudflare/workers-sdk/commit/2cad136e99c48c2bf64c0010a8ecc7465be79b03), [`a4909cb`](/~https://github.com/cloudflare/workers-sdk/commit/a4909cbe552eae72b901cd78bf1f814f818085a0)]:
- miniflare@3.20250214.2
- wrangler@3.111.1

## 0.7.4

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

## 0.2.4

### Patch Changes

- [#8205](/~https://github.com/cloudflare/workers-sdk/pull/8205) [`6f26beb`](/~https://github.com/cloudflare/workers-sdk/commit/6f26bebb0d41786cdc10320a0f1558467c563a67) Thanks [@penalosa](/~https://github.com/penalosa)! - Use today's date as the default starter playground compat date

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workers-playground",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# wrangler

## 3.111.1

### Patch Changes

- [#8274](/~https://github.com/cloudflare/workers-sdk/pull/8274) [`fce642d`](/~https://github.com/cloudflare/workers-sdk/commit/fce642d59264b1b6e7df8a6c9a015519b7574637) Thanks [@emily-shen](/~https://github.com/emily-shen)! - fix bindings to entrypoints on the same worker in workers with assets

- [#8201](/~https://github.com/cloudflare/workers-sdk/pull/8201) [`2cad136`](/~https://github.com/cloudflare/workers-sdk/commit/2cad136e99c48c2bf64c0010a8ecc7465be79b03) Thanks [@ichernetsky-cf](/~https://github.com/ichernetsky-cf)! - fix: interactively list Cloudchamber deployments using labels

- [#8289](/~https://github.com/cloudflare/workers-sdk/pull/8289) [`a4909cb`](/~https://github.com/cloudflare/workers-sdk/commit/a4909cbe552eae72b901cd78bf1f814f818085a0) Thanks [@penalosa](/~https://github.com/penalosa)! - Add the experimental `--x-assets-rpc` flag to gate feature work to support JSRPC with Workers + Assets projects.

- Updated dependencies [[`fce642d`](/~https://github.com/cloudflare/workers-sdk/commit/fce642d59264b1b6e7df8a6c9a015519b7574637), [`a4909cb`](/~https://github.com/cloudflare/workers-sdk/commit/a4909cbe552eae72b901cd78bf1f814f818085a0)]:
- miniflare@3.20250214.2

## 3.111.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.111.0",
"version": "3.111.1",
"description": "Command-line interface for all things Cloudflare Workers",
"keywords": [
"wrangler",
Expand Down

0 comments on commit 04c96b6

Please sign in to comment.