···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Fix potential data loss in `offlineExchange` that's caused when `onOnline` triggers and flushes mutation queue before the mutation queue is used.
-5
.changeset/flat-lions-talk.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Patch message for `(16) Heuristic Fragment Matching`
-5
.changeset/gentle-ligers-design.md
···11----
22-'@urql/exchange-graphcache': patch
33----
44-55-Patch message for (19) Can't generate a key for invalidate(...) error
-5
.changeset/rare-panthers-sit.md
···11----
22-'next-urql': patch
33----
44-55-Add `pageProps: {}` entry to props on app components
-5
.changeset/slimy-nails-complain.md
···11----
22-'@urql/exchange-persisted-fetch': minor
33----
44-55-Adds enableForMutation option for exchange-persisted-fetch to enable persisted operations for mutations
+8
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 5.0.9
44+55+### Patch Changes
66+77+- ⚠️ Fix potential data loss in `offlineExchange` that's caused when `onOnline` triggers and flushes mutation queue before the mutation queue is used, by [@trcoffman](https://github.com/trcoffman) (See [#2945](https://github.com/urql-graphql/urql/pull/2945))
88+- Patch message for `(16) Heuristic Fragment Matching`, by [@inokawa](https://github.com/inokawa) (See [#2923](https://github.com/urql-graphql/urql/pull/2923))
99+- Patch message for (19) Can't generate a key for invalidate(...) error, by [@inokawa](https://github.com/inokawa) (See [#2918](https://github.com/urql-graphql/urql/pull/2918))
1010+311## 5.0.8
412513### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "5.0.8",
33+ "version": "5.0.9",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+6
exchanges/persisted-fetch/CHANGELOG.md
···11# @urql/exchange-persisted-fetch
2233+## 2.1.0
44+55+### Minor Changes
66+77+- Adds enableForMutation option for exchange-persisted-fetch to enable persisted operations for mutations, by [@geekuillaume](https://github.com/geekuillaume) (See [#2951](https://github.com/urql-graphql/urql/pull/2951))
88+39## 2.0.0
410511### Major Changes
+1-1
exchanges/persisted-fetch/package.json
···11{
22 "name": "@urql/exchange-persisted-fetch",
33- "version": "2.0.0",
33+ "version": "2.1.0",
44 "description": "An exchange that allows for persisted queries support when fetching queries",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+6
packages/next-urql/CHANGELOG.md
···11# Changelog
2233+## 4.0.3
44+55+### Patch Changes
66+77+- Add `pageProps: {}` entry to props on app components, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2909](https://github.com/urql-graphql/urql/pull/2909))
88+39## 4.0.2
410511### Patch Changes
+1-1
packages/next-urql/package.json
···11{
22 "name": "next-urql",
33- "version": "4.0.2",
33+ "version": "4.0.3",
44 "description": "Convenience wrappers for using urql with NextJS.",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",