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

Merged
merged 2 commits into from
Jul 14, 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-v1.6.5, this PR will be updated.

Releases

create-remix@1.6.5

Patch Changes

  • Updated dependencies [842f2d8]
  • Updated dependencies [de9fc05]
    • @remix-run/dev@1.6.5

remix@1.6.5

Patch Changes

  • 465b7fa: Use require.resolve when importing @babel/preset-react
  • 2d46b91: Add WebSocket reconnect to LiveReload

@remix-run/architect@1.6.5

Patch Changes

  • Updated dependencies [842f2d8]
    • @remix-run/node@1.6.5

@remix-run/cloudflare@1.6.5

Patch Changes

  • 842f2d8: We enhanced the type signatures of loader/action and useLoaderData/useActionData to make it possible to infer the data type from return type of its related server function.

    import { LoaderArgs } from "@remix-run/node";
    
    export async function loader(args: LoaderArgs) {
      return json({ greeting: "Hello!" }); // TypedResponse<{ greeting: string }>
    }
    
    export default function App() {
      let data = useLoaderData<typeof loader>(); // { greeting: string }
      return <div>{data.greeting}</div>;
    }

    See the discussion in Made LoaderFunction, MetaFunction and ActionFunction generic #1254 for more context.

  • Updated dependencies [842f2d8]

    • @remix-run/server-runtime@1.6.5

@remix-run/cloudflare-pages@1.6.5

Patch Changes

  • Updated dependencies [842f2d8]
    • @remix-run/cloudflare@1.6.5

@remix-run/cloudflare-workers@1.6.5

Patch Changes

@remix-run/deno@1.6.5

Patch Changes

  • 842f2d8: We enhanced the type signatures of loader/action and useLoaderData/useActionData to make it possible to infer the data type from return type of its related server function.

    import { LoaderArgs } from "@remix-run/node";
    
    export async function loader(args: LoaderArgs) {
      return json({ greeting: "Hello!" }); // TypedResponse<{ greeting: string }>
    }
    
    export default function App() {
      let data = useLoaderData<typeof loader>(); // { greeting: string }
      return <div>{data.greeting}</div>;
    }

    See the discussion in Made LoaderFunction, MetaFunction and ActionFunction generic #1254 for more context.

  • Updated dependencies [842f2d8]

    • @remix-run/server-runtime@1.6.5

@remix-run/dev@1.6.5

Patch Changes

@remix-run/eslint-config@1.6.5

Patch Changes

  • 465b7fa: Use require.resolve when importing @babel/preset-react

@remix-run/express@1.6.5

Patch Changes

  • Updated dependencies [842f2d8]
    • @remix-run/node@1.6.5

@remix-run/netlify@1.6.5

Patch Changes

  • Updated dependencies [842f2d8]
    • @remix-run/node@1.6.5

@remix-run/node@1.6.5

Patch Changes

  • 842f2d8: We enhanced the type signatures of loader/action and useLoaderData/useActionData to make it possible to infer the data type from return type of its related server function.

    import { LoaderArgs } from "@remix-run/node";
    
    export async function loader(args: LoaderArgs) {
      return json({ greeting: "Hello!" }); // TypedResponse<{ greeting: string }>
    }
    
    export default function App() {
      let data = useLoaderData<typeof loader>(); // { greeting: string }
      return <div>{data.greeting}</div>;
    }

    See the discussion in Made LoaderFunction, MetaFunction and ActionFunction generic #1254 for more context.

  • Updated dependencies [842f2d8]

    • @remix-run/server-runtime@1.6.5

@remix-run/react@1.6.5

Patch Changes

  • 2d46b91: Add WebSocket reconnect to LiveReload

  • 842f2d8: We enhanced the type signatures of loader/action and useLoaderData/useActionData to make it possible to infer the data type from return type of its related server function.

    import { LoaderArgs } from "@remix-run/node";
    
    export async function loader(args: LoaderArgs) {
      return json({ greeting: "Hello!" }); // TypedResponse<{ greeting: string }>
    }
    
    export default function App() {
      let data = useLoaderData<typeof loader>(); // { greeting: string }
      return <div>{data.greeting}</div>;
    }

    See the discussion in Made LoaderFunction, MetaFunction and ActionFunction generic #1254 for more context.

@remix-run/serve@1.6.5

Patch Changes

  • @remix-run/express@1.6.5

@remix-run/server-runtime@1.6.5

Patch Changes

  • 842f2d8: We enhanced the type signatures of loader/action and useLoaderData/useActionData to make it possible to infer the data type from return type of its related server function.

    import { LoaderArgs } from "@remix-run/node";
    
    export async function loader(args: LoaderArgs) {
      return json({ greeting: "Hello!" }); // TypedResponse<{ greeting: string }>
    }
    
    export default function App() {
      let data = useLoaderData<typeof loader>(); // { greeting: string }
      return <div>{data.greeting}</div>;
    }

    See the discussion in Made LoaderFunction, MetaFunction and ActionFunction generic #1254 for more context.

@remix-run/vercel@1.6.5

Patch Changes

  • 6ddea10: Add support for @vercel/node v2
  • Updated dependencies [842f2d8]
    • @remix-run/node@1.6.5

@chaance chaance merged commit ee394a0 into release-v1.6.5 Jul 14, 2022
@chaance chaance deleted the changeset-release/release-v1.6.5 branch July 14, 2022 17:19
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.

1 participant