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 (pre) #5387

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

mcansh
Copy link
Collaborator

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

⚠️⚠️⚠️⚠️⚠️⚠️

release-next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@remix-run/dev@1.13.0-pre.0

Minor Changes

Patch Changes

  • allow tailwind.config.cjs when using future.unstable_tailwind (#5358)

  • Mark Vanilla Extract files as side effects to ensure that files only containing global styles aren't tree-shaken (#5246)

  • Support decorators in files using CSS side-effect imports (#5305)

  • flat route fixes and enhancements (#5228)

    app._index.tsx and app/index.tsx are different routes. The first is an index route for the second, and will be rendered into the parent outlet. The second is the parent route itself.

    index.tsx no longer has any semantic meaning for "index routes", but rather the node module resolution convention of "index modules".

    routes/app.tsx and routes/app/index.tsx are the same route. You just moved it to a folder and made an index.tsx because that's how node module resolution looks for the module at routes/app.

    If you want an index route, you use _index

    file name route path layout
    routes/index.tsx /index root
    routes/_index.tsx / root
    routes/app.tsx /app root
    routes/app/index.tsx same route as above root
    routes/app._index.tsx /app routes/app.tsx or routes/app/index.tsx
    routes/app._index/index.tsx same route as above routes/app.tsx or routes/app/index.tsx
  • Updated dependencies:

    • @remix-run/server-runtime@1.13.0-pre.0
    • @remix-run/serve@1.13.0-pre.0

@remix-run/react@1.13.0-pre.0

Minor Changes

  • Add unstable built-in support for PostCSS via the future.unstable_postcss feature flag (#5229)
  • Add unstable built-in support for Tailwind via the future.unstable_tailwind feature flag (#5229)

Patch Changes

  • Improve efficiency of route manifest->tree transformation (#4748)
  • fix(react): live reload works without <Scripts /> (#5339)

@remix-run/server-runtime@1.13.0-pre.0

Minor Changes

  • Add unstable built-in support for PostCSS via the future.unstable_postcss feature flag (#5229)
  • Add unstable built-in support for Tailwind via the future.unstable_tailwind feature flag (#5229)

Patch Changes

  • Improve efficiency of route manifest->tree transformation (#4748)

@remix-run/testing@1.13.0-pre.0

Minor Changes

  • Add unstable built-in support for PostCSS via the future.unstable_postcss feature flag (#5229)
  • Add unstable built-in support for Tailwind via the future.unstable_tailwind feature flag (#5229)

Patch Changes

  • Updated dependencies:
    • @remix-run/react@1.13.0-pre.0
    • @remix-run/node@1.13.0-pre.0

create-remix@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.13.0-pre.0

@remix-run/architect@1.13.0-pre.0

Patch Changes

  • Fix Fetch Request creation for incoming URLs with double slashes (#5336)
  • Updated dependencies:
    • @remix-run/node@1.13.0-pre.0

@remix-run/cloudflare@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.13.0-pre.0

@remix-run/cloudflare-pages@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.13.0-pre.0

@remix-run/cloudflare-workers@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/cloudflare@1.13.0-pre.0

@remix-run/css-bundle@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/dev@1.13.0-pre.0

@remix-run/deno@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.13.0-pre.0

@remix-run/express@1.13.0-pre.0

Patch Changes

  • Fix Fetch Request creation for incoming URLs with double slashes (#5336)
  • Updated dependencies:
    • @remix-run/node@1.13.0-pre.0

@remix-run/netlify@1.13.0-pre.0

Patch Changes

  • Fix Fetch Request creation for incoming URLs with double slashes (#5336)
  • Updated dependencies:
    • @remix-run/node@1.13.0-pre.0

@remix-run/node@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@1.13.0-pre.0

@remix-run/serve@1.13.0-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/express@1.13.0-pre.0

@remix-run/vercel@1.13.0-pre.0

Patch Changes

  • Fix Fetch Request creation for incoming URLs with double slashes (#5336)
  • Updated dependencies:
    • @remix-run/node@1.13.0-pre.0

remix@1.13.0-pre.0

remix

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

@remix-run/eslint-config@1.13.0-pre.0

@brophdawg11 brophdawg11 merged commit 29ca7dc into release-next Feb 7, 2023
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch February 7, 2023 22:07
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

🤖 Hello there,

We just published version 1.13.0-pre.0 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

@github-actions
Copy link
Contributor

🤖 Hello there,

We just published version 1.13.0 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

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.

None yet

2 participants