Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4173

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4099.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4141.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4184.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4191.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4197.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-onions-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-colts-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-penguins-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-dodos-join.md

This file was deleted.

6 changes: 6 additions & 0 deletions fixtures/pages-ws-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pages-ws-app

## 0.1.2

### Patch Changes

- [#4206](https://github.com/cloudflare/workers-sdk/pull/4206) [`8e927170`](https://github.com/cloudflare/workers-sdk/commit/8e927170c4b6ce4310e563ce528c2ea20d3de9e7) Thanks [@1000hz](https://github.com/1000hz)! - chore: bump `miniflare` to [`3.20231016.0`](https://github.com/cloudflare/miniflare/releases/tag/v3.20231016.0)

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-ws-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pages-ws-app",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"sideEffects": false,
"main": "server/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/create-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# create-cloudflare

## 2.6.0

### Minor Changes

- [#4116](https://github.com/cloudflare/workers-sdk/pull/4116) [`5ff0ca02`](https://github.com/cloudflare/workers-sdk/commit/5ff0ca021de83add9f9e90ab71758f46311ebd65) Thanks [@jculvey](https://github.com/jculvey)! - Replaces the "prestart" and "predeploy" scripts when using Angular to better support pnpm

### Patch Changes

- [#4099](https://github.com/cloudflare/workers-sdk/pull/4099) [`4deda525`](https://github.com/cloudflare/workers-sdk/commit/4deda525ebd4a9fa65a4a1e827cfcd2fc2add592) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.12.4` to `5.12.5`

* [#4141](https://github.com/cloudflare/workers-sdk/pull/4141) [`9b2578aa`](https://github.com/cloudflare/workers-sdk/commit/9b2578aacb50c2be30852881cd4eb740d0b436c3) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `5.1.0` to `5.1.1`

- [#4184](https://github.com/cloudflare/workers-sdk/pull/4184) [`616b6610`](https://github.com/cloudflare/workers-sdk/commit/616b6610ed25689c093c466b28516a9802a301dd) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-hono` from `0.2.6` to `0.3.1`

* [#4191](https://github.com/cloudflare/workers-sdk/pull/4191) [`4b70c88c`](https://github.com/cloudflare/workers-sdk/commit/4b70c88cf59108ad98eeb021890485a88ddb10f8) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-remix` from `2.0.1` to `2.1.0`

- [#4197](https://github.com/cloudflare/workers-sdk/pull/4197) [`9095c6ac`](https://github.com/cloudflare/workers-sdk/commit/9095c6acdaab61899286e3b136efd5b21dcc2723) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `gatsby` from `5.12.5` to `5.12.7`

* [#4177](https://github.com/cloudflare/workers-sdk/pull/4177) [`2162501a`](https://github.com/cloudflare/workers-sdk/commit/2162501a0aac1ae5800c8e022568fc357a8c7ff6) Thanks [@jculvey](https://github.com/jculvey)! - Relax name validation for projects created with `--existing-script` flag

## 2.5.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.5.0",
"version": "2.6.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.10.1

### Patch Changes

- [#4206](https://github.com/cloudflare/workers-sdk/pull/4206) [`8e927170`](https://github.com/cloudflare/workers-sdk/commit/8e927170c4b6ce4310e563ce528c2ea20d3de9e7) Thanks [@1000hz](https://github.com/1000hz)! - chore: bump `miniflare` to [`3.20231016.0`](https://github.com/cloudflare/miniflare/releases/tag/v3.20231016.0)

## 0.10.0

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

## 3.13.2

### Patch Changes

- [#4206](https://github.com/cloudflare/workers-sdk/pull/4206) [`8e927170`](https://github.com/cloudflare/workers-sdk/commit/8e927170c4b6ce4310e563ce528c2ea20d3de9e7) Thanks [@1000hz](https://github.com/1000hz)! - chore: bump `miniflare` to [`3.20231016.0`](https://github.com/cloudflare/miniflare/releases/tag/v3.20231016.0)

* [#4144](https://github.com/cloudflare/workers-sdk/pull/4144) [`54800f6f`](https://github.com/cloudflare/workers-sdk/commit/54800f6f2dc52b921e7dd1d9a57bb437e2094bb0) Thanks [@a-robinson](https://github.com/a-robinson)! - Log a warning when using a Hyperdrive binding in local wrangler dev

## 3.13.1

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