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) #3728

Merged
merged 3 commits into from
Jul 13, 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.

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

release-v1.6.5 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-v1.6.5.

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

Releases

create-remix@1.6.5-pre.1

Patch Changes

  • Updated dependencies [842f2d8]
    • @remix-run/dev@1.6.5-pre.1

@remix-run/architect@1.6.5-pre.1

Patch Changes

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

@remix-run/cloudflare@1.6.5-pre.1

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-pre.1

@remix-run/cloudflare-pages@1.6.5-pre.1

Patch Changes

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

@remix-run/cloudflare-workers@1.6.5-pre.1

Patch Changes

@remix-run/deno@1.6.5-pre.1

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-pre.1

@remix-run/dev@1.6.5-pre.1

Patch Changes

@remix-run/express@1.6.5-pre.1

Patch Changes

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

@remix-run/netlify@1.6.5-pre.1

Patch Changes

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

@remix-run/node@1.6.5-pre.1

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-pre.1

@remix-run/react@1.6.5-pre.1

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/serve@1.6.5-pre.1

Patch Changes

  • @remix-run/express@1.6.5-pre.1

@remix-run/server-runtime@1.6.5-pre.1

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-pre.1

Patch Changes

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

remix@1.6.5-pre.1

See the CHANGELOG in individual Remix packages for all changes.

@remix-run/eslint-config@1.6.5-pre.1

@chaance chaance merged commit 46765f9 into release-v1.6.5 Jul 13, 2022
@chaance chaance deleted the changeset-release/release-v1.6.5 branch July 13, 2022 20:51
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