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

Merged
merged 1 commit into from
Apr 1, 2025
Merged

Version Packages #521

merged 1 commit into from
Apr 1, 2025

Conversation

workers-frameworks
Copy link
Contributor

@workers-frameworks workers-frameworks commented Apr 1, 2025

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

@opennextjs/[email protected]

Patch Changes

  • #520 3bd200a Thanks @vicb! - Define process.version and process.versions.node

  • #522 79fadc4 Thanks @vicb! - Log exceptions in requirePage and NodeModuleLoader when OPEN_NEXT_DEBUG=1

  • #523 19dedc7 Thanks @vicb! - fix: process.env has a higher loading priority than .env files

  • #469 aef8e51 Thanks @Juuldamen! - Adds support for passing options to initOpenNextCloudflareForDev(). This allows you to configure how your Cloudflare bindings will behave during local development.

    For example, the below configuration will persist the local state of bindings to a custom directory. Which can be useful if you want to share the state between different apps that reuse the same bindings in a monorepo.

    initOpenNextCloudflareForDev({
      persist: {
        path: "../../.wrangler/state/v3/custom-dir",
      },
    });

    You can find the configuration type with it's available options here in the Wrangler source code.

Copy link

pkg-pr-new bot commented Apr 1, 2025

Open in StackBlitz

pnpm add https://pkg.pr.new/@opennextjs/cloudflare@521

commit: e28634c

@workers-frameworks workers-frameworks force-pushed the changeset-release/main branch 3 times, most recently from 2fa93a3 to de342f8 Compare April 1, 2025 14:08
@vicb vicb merged commit 197b1a5 into main Apr 1, 2025
7 checks passed
@vicb vicb deleted the changeset-release/main branch April 1, 2025 16:11
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.

2 participants