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

chore: Update version for release #4896

Closed
wants to merge 1 commit into from

Conversation

remix-run-bot
Copy link
Contributor

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 release-next, this PR will be updated.

Releases

create-remix@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.9.1

@remix-run/architect@1.9.1

Patch Changes

  • improve performance of isBinaryType in the netlify and architect adapters (#4761)

    previous implementation from arc itself has a complexity of O(N*includesComplexity), where as now it is O(includesComplexity).

  • Updated dependencies:

    • @remix-run/node@1.9.1

@remix-run/cloudflare@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.9.1

@remix-run/cloudflare-pages@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.9.1

@remix-run/cloudflare-workers@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.9.1

@remix-run/deno@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.9.1

@remix-run/dev@1.9.1

Patch Changes

  • Fix TS->JS conversion when creating a new Remix project via the CLI (#4891)

    The TS->JS migration was removed from the CLI codemod options, but still
    used for TS->JS conversion when creating a new Remix project from the
    CLI. The TS modules responsible for the TS->JS conversion were
    incorrectly removed from the Rollup build, resulting in the
    corresponding built JS modules being absent. That caused the CLI to
    error when trying to perform TS->JS conversion. This changes
    reintroduces the wiring to build the modules responsible for the TS->JS
    conversion.

  • Resolve asset entry full path to support monorepo import of styles (#4855)

  • Updated dependencies:

    • @remix-run/server-runtime@1.9.1

@remix-run/express@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.9.1

@remix-run/netlify@1.9.1

Patch Changes

  • improve performance of isBinaryType in the netlify and architect adapters (#4761)

    previous implementation from arc itself has a complexity of O(N*includesComplexity), where as now it is O(includesComplexity).

  • Updated dependencies:

    • @remix-run/node@1.9.1

@remix-run/node@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.9.1

@remix-run/serve@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.9.1

@remix-run/testing@1.9.1

Patch Changes

  • remove internal installGlobals function now that @remix-run/web-form-data includes support for passing a HTMLFormElement (#4755)
  • Updated dependencies:
    • @remix-run/node@1.9.1
    • @remix-run/react@1.9.1
    • @remix-run/server-runtime@1.9.1

@remix-run/vercel@1.9.1

Patch Changes

  • Updated dependencies:
    • @remix-run/node@1.9.1

remix@1.9.1

remix

See the CHANGELOG.md in individual Remix packages for all changes.

@remix-run/eslint-config@1.9.1

@remix-run/react@1.9.1

@remix-run/server-runtime@1.9.1

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

Successfully merging this pull request may close these issues.

2 participants