Skip to content

Commit

Permalink
Version Packages (#108)
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 Dec 21, 2021
1 parent 78cd080 commit 096197d
Show file tree
Hide file tree
Showing 20 changed files with 37 additions and 102 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-toys-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-fireants-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-books-chew.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/forty-cooks-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-dancers-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-ligers-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-cooks-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-cars-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-monkeys-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-rice-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-crabs-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-humans-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-penguins-report.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/swift-beers-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-terms-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-cooks-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-moles-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wet-ligers-live.md

This file was deleted.

36 changes: 36 additions & 0 deletions packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# wrangler

## 0.0.1

### Patch Changes

- cea27fe: don't log file contents when writing via `kv:key put <key> --path <path>`
- b53cbc8: CI/CD
- Release flow triggered on PR's closed
- 43e7a82: When using `wrangler pages dev`, enable source maps and log unhandled rejections
- c716abc: Error and exit if the `--type` option is used for the `init` command.

The `--type` option is no longer needed, nor supported.

The type of a project is implicitly javascript, even if it includes a wasm (e.g. built from rust).

Projects that would have had the `webpack` type need to be configured separately to have a custom build.

- 3752acf: Add support for websockets in `dev`, i.e. when developing workers. This replaces the proxy layer that we use to connect to the 'edge' during preview mode, using the `faye-wesocket` library.
- c7bee70: Patches typing mismatches between us, undici and miniflare when proxying requests in pages dev, and also adds fallback 404 behavior which was missed
- 8b6c2d1: Add more fields to the `tsconfig.json` generated by `wrangler init`
- 78cd080: Custom builds for `dev` and `publish`
- cd05d20: import text file types into workers
- 1216fc9: Export regular functions from dialog.ts, pass tests (followup from https://github.com/cloudflare/wrangler2/pull/124)
- 6fc4c50: Display error message when unknown command is provided to the wrangler CLI.
- 23543fe: Allow the developer to exit `init` if there is already a toml file
- 1df6b0c: enable @typescript-eslint/no-floating-promises, pass lint+type check
- 3c5725f: CI/CD Cleanup
- Removed the build step from tests, which should speed up the "Tests" Workflow.
- Added a branch specific trigger for "Release", now the Workflow for "Release" should only work on PRs closed to `main`
- Removed the "Changeset PR" Workflow. Now the "Release" Workflow will handle everything needed for Changesets.
- fb0eae7: support importing `.wasm` files / `workers-rs` support
- e928f94: Improve support for package exports conditionals, including "worker" condition
- 43e7a82: Upgrade `miniflare` to `2.0.0-rc.4`
- f473942: Replaces the static asset server with a more faithful simulation of what happens with a production Pages project.

Also improves error handling and automatically opens the browser when running `wrangler pages dev`.

## 0.0.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": "0.0.0",
"version": "0.0.1",
"author": "[email protected]",
"description": "Command-line interface for all things Cloudflare Workers",
"bin": {
Expand Down

0 comments on commit 096197d

Please sign in to comment.