From 382fcd1a335da4aab403a3bc2bebc5d211df4d0c Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Tue, 9 Feb 2021 11:05:42 +0000 Subject: [PATCH] Bump bindings by minor to adopt new major @urql/core --- .changeset/plenty-carrots-prove.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.changeset/plenty-carrots-prove.md b/.changeset/plenty-carrots-prove.md index c344809b7c..9cb1a292d4 100644 --- a/.changeset/plenty-carrots-prove.md +++ b/.changeset/plenty-carrots-prove.md @@ -1,5 +1,9 @@ --- '@urql/core': major +'@urql/preact': minor +'@urql/svelte': minor +'@urql/vue': minor +'urql': minor --- Remove deprecated `operationName` property from `Operation`s. The new `Operation.kind` property is now preferred. If you're creating new operations you may also use the `makeOperation` utility instead.