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

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Version Packages #434

merged 1 commit into from
Aug 26, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 15, 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/[email protected]

Minor Changes

  • 291bfde: Support for the internal fetch (suspense) cache, and next/cache data revalidation.

Patch Changes

  • cb32baf: avoid the default is not a function unclear error

    if there is some issue evaluating a lazy loaded edge function
    its default export ends up not being a function and that results
    in an unhelpful error like the following:

     TypeError: u.default is not a function
    

    slightly improve the user experience by catching such error and
    letting the user know that something went wrong with the edge
    function's evaluation:

     Error: An error occurred while evaluating the target edge function (<edge-function-path>)
    
  • 291bfde: Stop the cache property in fetch requests causing internal server error.

  • 4570aa6: add vercel@31 as a peer dependency

  • c788def: fix package version detection for yarn

  • fe6ea04: Add vercel@32 as a peer dependency

[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 16753e3 to 532ec3d Compare August 24, 2023 16:36
@github-actions
Copy link
Contributor Author

🧪 Prereleases are available for testing 🧪

@cloudflare/next-on-pages

You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/5985601489/npm-package-next-on-pages-434

@cloudflare/eslint-plugin-next-on-pages

You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/next-on-pages/runs/5985601489/npm-package-eslint-plugin-next-on-pages-434

@dario-piotrowicz dario-piotrowicz enabled auto-merge (squash) August 26, 2023 19:35
@dario-piotrowicz dario-piotrowicz merged commit 82dacc5 into main Aug 26, 2023
@dario-piotrowicz dario-piotrowicz deleted the changeset-release/main branch August 26, 2023 19:36
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.

1 participant