···11----
22-'@urql/core': major
33----
44-55-Remove deprecated `dedupExchange`
-5
.changeset/honest-queens-approve.md
···11----
22-'@urql/exchange-graphcache': major
33----
44-55-Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache
-5
.changeset/many-toes-try.md
···11----
22-'@urql/exchange-graphcache': minor
33----
44-55-Track abstract types being written so that we have a more reliable way of matching abstract fragments
-5
.changeset/ninety-taxis-return.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix `invalidate` not applying when using a string to invalidate an entity
-6
.changeset/silly-vans-do.md
···11----
22-'@urql/exchange-graphcache': patch
33-'@urql/core': patch
44----
55-66-Upgrade `@0no-co/graphql.web` to `1.0.5`
-5
.changeset/strange-steaks-grow.md
···11----
22-'@urql/exchange-graphcache': major
33----
44-55-Remove deprecated `resolveFieldByKey`, use `cache.resolve` instead
-5
.changeset/stupid-mice-judge.md
···11----
22-'@urql/core': major
33----
44-55-Remove deprecated `maskTypename`
···11# @urql/exchange-graphcache
2233+## 7.0.0
44+55+### Major Changes
66+77+- Add a default updater for mutation fields who are lacking an updater and where the returned entity is not present in the cache
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3518](https://github.com/urql-graphql/urql/pull/3518))
99+- Remove deprecated `resolveFieldByKey`, use `cache.resolve` instead
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3520](https://github.com/urql-graphql/urql/pull/3520))
1111+1212+### Minor Changes
1313+1414+- Track abstract types being written so that we have a more reliable way of matching abstract fragments
1515+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3548](https://github.com/urql-graphql/urql/pull/3548))
1616+1717+### Patch Changes
1818+1919+- ⚠️ Fix `invalidate` not applying when using a string to invalidate an entity
2020+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3545](https://github.com/urql-graphql/urql/pull/3545))
2121+- Upgrade `@0no-co/graphql.web` to `1.0.5`
2222+ Submitted by [@kitten](https://github.com/kitten) (See [#3553](https://github.com/urql-graphql/urql/pull/3553))
2323+- Updated dependencies (See [#3520](https://github.com/urql-graphql/urql/pull/3520), [#3553](https://github.com/urql-graphql/urql/pull/3553), and [#3520](https://github.com/urql-graphql/urql/pull/3520))
2424+ - @urql/core@5.0.0
2525+326## 6.5.0
427528### Minor Changes