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 Oct 19, 2023
1 parent ff3c3dc commit f3b208e
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/c3-frameworks-update-4213.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-days-judge.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/three-dolphins-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-ducks-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-trainers-battle.md

This file was deleted.

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

## 2.6.1

### Patch Changes

- [#4213](https://github.com/cloudflare/workers-sdk/pull/4213) [`039acfd4`](https://github.com/cloudflare/workers-sdk/commit/039acfd4a35ce04105c26e8767320e7235921ff3) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-solid` from `0.3.6` to `0.3.7`

* [#4217](https://github.com/cloudflare/workers-sdk/pull/4217) [`b9687231`](https://github.com/cloudflare/workers-sdk/commit/b96872319bf59615f63276a60ec352113cb85455) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-astro` from `4.2.1` to `4.3.0`

- [#4190](https://github.com/cloudflare/workers-sdk/pull/4190) [`c2457cb4`](https://github.com/cloudflare/workers-sdk/commit/c2457cb484f9e09752403116f137ab1bc40ae322) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Set the proper compatibility date for web applications (instead of using the current date)

* [#4216](https://github.com/cloudflare/workers-sdk/pull/4216) [`17c59f29`](https://github.com/cloudflare/workers-sdk/commit/17c59f2905d774418a496b290f024eb52e7031de) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - amend summary showing incorrect cd instruction for projects in nested paths

- [#4220](https://github.com/cloudflare/workers-sdk/pull/4220) [`2b4d9def`](https://github.com/cloudflare/workers-sdk/commit/2b4d9def1bd33f38b5c03a8c99c8f7a1879082da) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - don't retry the project creation multiple times when it fails because the project's name is already used

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

## 3.14.0

### Minor Changes

- [#2162](https://github.com/cloudflare/workers-sdk/pull/2162) [`a1f212e6`](https://github.com/cloudflare/workers-sdk/commit/a1f212e6423fd251612b1b3c2ac9f254daa8fa4c) Thanks [@WalshyDev](https://github.com/WalshyDev)! - add support for service bindings in `wrangler pages dev` by providing the
new `--service`|`-s` flag which accepts an array of `BINDING_NAME=SCRIPT_NAME`
where `BINDING_NAME` is the name of the binding and `SCRIPT_NAME` is the name
of the worker (as defined in its `wrangler.toml`), such workers need to be
running locally with with `wrangler dev`.

For example if a user has a worker named `worker-a`, in order to locally bind
to that they'll need to open two different terminals, in each navigate to the
respective worker/pages application and then run respectively `wrangler dev` and
`wrangler pages ./publicDir --service MY_SERVICE=worker-a` this will add the
`MY_SERVICE` binding to pages' worker `env` object.

Note: additionally after the `SCRIPT_NAME` the name of an environment can be specified,
prefixed by an `@` (as in: `MY_SERVICE=SCRIPT_NAME@PRODUCTION`), this behavior is however
experimental and not fully properly defined.

## 3.13.2

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

0 comments on commit f3b208e

Please sign in to comment.