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 #2932

Merged
merged 1 commit into from
Apr 3, 2023
Merged

Version Packages #2932

merged 1 commit into from
Apr 3, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 21, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/pages-shared@0.3.0

Minor Changes

wrangler@2.14.0

Minor Changes

  • #2942 dc1465ea Thanks @mrbbot! - chore: upgrade miniflare to 2.13.0

  • #2914 9af1a640 Thanks @edevil! - feat: add support for send email bindings

    Support send email bindings in order to send emails from a worker. There
    are three types of bindings:

    • Unrestricted: can send email to any verified destination address.
    • Restricted: can only send email to the supplied destination address (which
      does not need to be specified when sending the email but also needs to be a
      verified destination address).
    • Allowlist: can only send email to the supplied list of verified destination
      addresses.

Patch Changes

  • #2931 5f6c4c0c Thanks @Skye-31! - Fix: Pages Dev incorrectly allowing people to turn off local mode

    Local mode is not currently supported in Pages Dev, and errors when people attempt to use it. Previously, wrangler hid the "toggle local mode" button when using Pages dev, but this got broken somewhere along the line.

@github-actions github-actions bot requested a review from a team as a code owner March 21, 2023 12:10
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 804e850 to d8ac6cb Compare March 23, 2023 22:19
@github-actions github-actions bot requested a review from a team as a code owner March 23, 2023 22:19
@petebacondarwin petebacondarwin deleted the changeset-release/main branch April 3, 2023 07:36
@petebacondarwin petebacondarwin restored the changeset-release/main branch April 3, 2023 07:37
@github-actions
Copy link
Contributor Author

github-actions bot commented Apr 3, 2023

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4594104729/npm-package-wrangler-2932

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/2932/npm-package-wrangler-2932

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4594104729/npm-package-wrangler-2932 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4594104729/npm-package-cloudflare-pages-shared-2932

Note that these links will no longer work once the GitHub Actions artifact expires.

@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #2932 (9262fcc) into main (191b23f) will increase coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2932      +/-   ##
==========================================
+ Coverage   73.49%   73.59%   +0.09%     
==========================================
  Files         166      167       +1     
  Lines       10427    10500      +73     
  Branches     2791     2807      +16     
==========================================
+ Hits         7663     7727      +64     
- Misses       2764     2773       +9     

see 12 files with indirect coverage changes

@jspspike jspspike self-requested a review April 3, 2023 16:15
Copy link
Contributor

@jspspike jspspike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually tested and seems to be working

@lrapoport-cf lrapoport-cf merged commit 1fc414e into main Apr 3, 2023
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch April 3, 2023 17:01
@jbergstroem
Copy link

Missing a github release tho?

@lrapoport-cf
Copy link
Contributor

@jbergstroem do you mean a publish to npm? we manually published because of an issue in the release job

@jbergstroem
Copy link

@jbergstroem do you mean a publish to npm? we manually published because of an issue in the release job

NPM seems just fine but here on github I can't see a 2.14 release: https://github.com/cloudflare/workers-sdk/releases
..nor a tag: https://github.com/cloudflare/workers-sdk/tags

@lrapoport-cf
Copy link
Contributor

@jbergstroem oh you're right, thanks for catching this. we will look into this!

@lrapoport-cf
Copy link
Contributor

@jbergstroem 2.14.0 is now release to github, thanks again for the catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants