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.