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

Merged
merged 1 commit into from Aug 12, 2022

Conversation

github-actions[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.6.8

Patch Changes

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

@remix-run/architect@1.6.8

Patch Changes

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

@remix-run/cloudflare@1.6.8

Patch Changes

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

@remix-run/cloudflare-pages@1.6.8

Patch Changes

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

@remix-run/cloudflare-workers@1.6.8

Patch Changes

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

@remix-run/deno@1.6.8

Patch Changes

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

@remix-run/dev@1.6.8

Patch Changes

  • Added support for .mjs and .cjs file extensions for remix.config (#3675)
  • Added support for importing .sql files as text content (#3190)
  • Updated the compiler to make MDX builds deterministic (and a little faster!) (#3966)
  • Updated dependencies:
    • @remix-run/server-runtime@1.6.8
    • @remix-run/serve@1.6.8

@remix-run/express@1.6.8

Patch Changes

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

@remix-run/netlify@1.6.8

Patch Changes

  • We've added type safety for load context. AppLoadContext is now an an interface mapping string to unknown, allowing users to extend it via module augmentation: (#1876)

    declare module "@remix-run/server-runtime" {
      interface AppLoadContext {
        // add custom properties here!
      }
    }
  • Updated dependencies:

    • @remix-run/node@1.6.8

@remix-run/node@1.6.8

Patch Changes

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

@remix-run/react@1.6.8

Patch Changes

  • Previously, if an action was omitted from <Form> or useFormAction, the action value would default to ".". This is incorrect, as "." should resolve based on the current path, but an empty action resolves relative to the current URL (including the search and hash values). We've fixed this to differentiate between the two, meaning that the resolved action will preserve the full URL. (#3697)
  • Enhanced some types to work more seamlessly with React 18 (#3917)
  • Added a subscribe method to the transition manager, which allows subscribing and unsubscribing for React 18 strict mode compliance (#3964)

@remix-run/serve@1.6.8

Patch Changes

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

@remix-run/server-runtime@1.6.8

Patch Changes

  • We've added type safety for load context. AppLoadContext is now an an interface mapping string to unknown, allowing users to extend it via module augmentation: (#1876)

    declare module "@remix-run/server-runtime" {
      interface AppLoadContext {
        // add custom properties here!
      }
    }

@remix-run/vercel@1.6.8

Patch Changes

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

remix@1.6.8

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

@remix-run/eslint-config@1.6.8

@chaance chaance merged commit 1a194e5 into release-next Aug 12, 2022
@chaance chaance deleted the changeset-release/release-next branch August 12, 2022 15:08
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.

None yet

1 participant