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

Upcoming Release Changes #929

Merged
merged 1 commit into from
Jul 29, 2022
Merged

Upcoming Release Changes #929

merged 1 commit into from
Jul 29, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 20, 2022

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

Releases

@n1ru4l/[email protected]

Minor Changes

@n1ru4l/[email protected]

Minor Changes

Patch Changes

  • 25ad6d0: Ensure the data property reference changes for each published value in order to please GraphQL clients that rely on immutability.

@n1ru4l/[email protected]

Minor Changes

Patch Changes

@n1ru4l/[email protected]

Minor Changes

Patch Changes

@n1ru4l/[email protected]

Minor Changes

  • 93239dc: Drop the execute constructor argument option.
    Please use InMemoryLiveQueryStore.makeExecute instead.

    Old

    import { InMemoryLiveQueryStore } from "@n1ru4l/in-memory-live-query-store";
    import { execute as executeImplementation } from "graphql";
    const liveQueryStore = new InMemoryLiveQueryStore({ execute });
    const execute = liveQueryStore.execute;

    New

    import { InMemoryLiveQueryStore } from "@n1ru4l/in-memory-live-query-store";
    import { execute as executeImplementation } from "graphql";
    const liveQueryStore = new InMemoryLiveQueryStore();
    const execute = liveQueryStore.makeExecute(executeImplementation);
  • f585fb3: Support TypeScript ESM module resolution. More information on https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js

Patch Changes

@n1ru4l/[email protected]

Minor Changes

@n1ru4l/[email protected]

Minor Changes

@n1ru4l/[email protected]

Minor Changes

@n1ru4l/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from f6580f2 to b5a2b76 Compare June 28, 2022 21:40
@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from 074366c to c6c5565 Compare July 12, 2022 10:58
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 2aabf85 to 46de2c0 Compare July 12, 2022 22:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 46de2c0 to 1f51d45 Compare July 29, 2022 09:20
@n1ru4l n1ru4l merged commit 8e3d221 into main Jul 29, 2022
@n1ru4l n1ru4l deleted the changeset-release/main branch July 29, 2022 09:33
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.

1 participant