diff --git a/.changeset/plenty-carrots-prove.md b/.changeset/plenty-carrots-prove.md new file mode 100644 index 0000000000..c344809b7c --- /dev/null +++ b/.changeset/plenty-carrots-prove.md @@ -0,0 +1,6 @@ +--- +'@urql/core': major +--- + +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. +When upgrading `@urql/core` please ensure that your package manager didn't install any duplicates of it. You may deduplicate it manually using `npx yarn-deduplicate` (for Yarn) or `npm dedupe` (for npm).