Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Feb 10, 2021
1 parent 54ecce1 commit 7854f8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/plenty-carrots-prove.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 7854f8e

Please sign in to comment.