Skip to content

Commit

Permalink
Version Packages (#3878)
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
github-actions[bot] and github-actions[bot] authored Sep 5, 2023
1 parent 975cbd9 commit c3684e7
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-needles-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-eyes-collect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-lemons-clean.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/unlucky-apes-film.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wild-rockets-bake.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

### Patch Changes

- [#3880](https://github.com/cloudflare/workers-sdk/pull/3880) [`c6c435eb`](https://github.com/cloudflare/workers-sdk/commit/c6c435ebe8984590b1800ac7acf4fec9f7538373) Thanks [@admah](https://github.com/admah)! - Update Worker templates from worker.{ts,js} to index.{ts,js} to better align with docs and examples

## 2.2.1

### 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.2.1",
"version": "2.2.2",
"description": "A CLI for creating and deploying new applications to Cloudflare.",
"keywords": [
"cloudflare",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @cloudflare/eslint-config-worker

## 1.0.0

### Major Changes

- [#3833](https://github.com/cloudflare/workers-sdk/pull/3833) [`c2f1b689`](https://github.com/cloudflare/workers-sdk/commit/c2f1b6897ad6ccdb2d5fe8fc24fa5ea645723bf1) Thanks [@1000hz](https://github.com/1000hz)! - Updated `import/order` and `unused-imports/no-unused-vars` to raise errors.

This change updates all rules currently raising warnings to instead raise errors. Our lint philosophy should not allow problems to be merged without being explicitly ignored.
2 changes: 1 addition & 1 deletion packages/eslint-config-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/eslint-config-worker",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"description": "ESLint config for workers-sdk",
"main": "index.js",
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.9.0

### Minor Changes

- [#3895](https://github.com/cloudflare/workers-sdk/pull/3895) [`40f56562`](https://github.com/cloudflare/workers-sdk/commit/40f565628aaef2cad745aeeb4da297e7a6973e0d) Thanks [@mrbbot](https://github.com/mrbbot)! - chore: bump `miniflare` to [`3.20230904.0`](https://github.com/cloudflare/miniflare/releases/tag/v3.20230904.0)

## 0.8.2

### 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.8.2",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "https://github.com/cloudflare/workers-sdk.git",
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.7.0

### Minor Changes

- [#3772](https://github.com/cloudflare/workers-sdk/pull/3772) [`a3b3765d`](https://github.com/cloudflare/workers-sdk/commit/a3b3765d9fe4d6e62aa31bb02b682998f1cb7276) Thanks [@jspspike](https://github.com/jspspike)! - Bump esbuild version to 0.17.19. Breaking changes to esbuild are documented [here](https://github.com/evanw/esbuild/releases/tag/v0.17.0)

* [#3895](https://github.com/cloudflare/workers-sdk/pull/3895) [`40f56562`](https://github.com/cloudflare/workers-sdk/commit/40f565628aaef2cad745aeeb4da297e7a6973e0d) Thanks [@mrbbot](https://github.com/mrbbot)! - chore: bump `miniflare` to [`3.20230904.0`](https://github.com/cloudflare/miniflare/releases/tag/v3.20230904.0)

- [#3774](https://github.com/cloudflare/workers-sdk/pull/3774) [`ae2d5cb5`](https://github.com/cloudflare/workers-sdk/commit/ae2d5cb52ee249d19ec94f9acbd77aa262eeb391) Thanks [@mrbbot](https://github.com/mrbbot)! - feat: support breakpoint debugging in local mode

`wrangler dev` now supports breakpoint debugging in local mode! Press `d` to open DevTools and set breakpoints.

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

0 comments on commit c3684e7

Please sign in to comment.