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

Version Packages #1712

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Version Packages #1712

merged 1 commit into from
Jun 23, 2021

Conversation

urql-ci
Copy link
Contributor

@urql-ci urql-ci commented Jun 9, 2021

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

@urql/[email protected]

Patch Changes

@urql/[email protected]

Patch Changes

  • Prevent stale results from being emitted by promisified query sources, e.g. client.query(...).toPromise() yielding a partial result with stale: true set. Instead, .toPromise() will now filter out stale results, by @kitten (See #1709)

[email protected]

Patch Changes

  • ⚠️ Fix issue with useQuery's executeQuery state updates, where some calls wouldn't trigger a source change and start a request when the hook was paused, by @kitten (See #1722)
  • Updated dependencies (See #1709)

@urql/[email protected]

Patch Changes

  • Improve OperationStore and subscription types to allow for result types of data that differ from the original Data type, which may be picked up from TypedDocumentNode, by @kitten (See #1731)
  • Use client.executeMutation rather than client.mutation, by @JoviDeCroock (See #1732)
  • Updated dependencies (See #1709)

@urql/[email protected]

Patch Changes

@urql-ci urql-ci force-pushed the changeset-release/main branch 6 times, most recently from 5703b32 to ac0b8f6 Compare June 21, 2021 16:38
@urql-ci urql-ci force-pushed the changeset-release/main branch from ac0b8f6 to f090279 Compare June 23, 2021 13:37
@JoviDeCroock JoviDeCroock merged commit 351ca81 into main Jun 23, 2021
@JoviDeCroock JoviDeCroock deleted the changeset-release/main branch June 23, 2021 13:43
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.

3 participants