Version Packages#3122
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 3, 2023 14:25
3acaeec to
bae2c99
Compare
Contributor
Author
|
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/4874975424/npm-package-wrangler-3122You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3122/npm-package-wrangler-3122Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4874975424/npm-package-wrangler-3122 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4874975424/npm-package-cloudflare-pages-shared-3122Note that these links will no longer work once the GitHub Actions artifact expires. |
Codecov Report
@@ Coverage Diff @@
## main #3122 +/- ##
==========================================
+ Coverage 74.83% 74.86% +0.02%
==========================================
Files 179 179
Lines 10813 10813
Branches 2853 2853
==========================================
+ Hits 8092 8095 +3
+ Misses 2721 2718 -3 |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 3, 2023 17:50
bae2c99 to
4fae083
Compare
penalosa
approved these changes
May 3, 2023
RamIdeas
approved these changes
May 3, 2023
JacobMGEvans
approved these changes
May 3, 2023
JacobMGEvans
left a comment
Contributor
There was a problem hiding this comment.
Checked the commits in the Changelog, and checked this branch locally.
lrapoport-cf
approved these changes
May 3, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
wrangler@2.19.0
Minor Changes
c32f514cThanks @edevil! - Added initial commands for integrating with Constellation AI.@cloudflare/pages-shared@0.4.1
Patch Changes
#3132
b503336cThanks @sidharthachatterjee! - pages-shared: Strip spaces in urls#3131
7b12604eThanks @sidharthachatterjee! - Prevent protocol-less URL redirects for %09 (with backslashes)