···11+---
22+'@urql/core': major
33+'@urql/preact': minor
44+'@urql/svelte': minor
55+'@urql/vue': minor
66+'urql': minor
77+---
88+99+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.
1010+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).