···11----
22-'@urql/preact': patch
33-'@urql/svelte': patch
44-'urql': patch
55-'@urql/vue': patch
66----
77-88-Fix subscription handlers to not receive `null` values.
-5
.changeset/itchy-cups-remember.md
···11----
22-'@urql/vue': patch
33----
44-55-Add missing support for getter functions as input arguments values to `useQuery`, `useSubscription`, and `useMutation`
-18
.changeset/two-hounds-yell.md
···11----
22-'@urql/exchange-request-policy': minor
33-'@urql/introspection': minor
44-'@urql/exchange-graphcache': minor
55-'@urql/preact': minor
66-'@urql/svelte': minor
77-'@urql/exchange-persisted': minor
88-'urql': minor
99-'@urql/exchange-populate': minor
1010-'@urql/exchange-context': minor
1111-'@urql/exchange-execute': minor
1212-'@urql/exchange-refocus': minor
1313-'@urql/vue': minor
1414-'@urql/exchange-retry': minor
1515-'@urql/exchange-auth': minor
1616----
1717-1818-Mark `@urql/core` as a peer dependency as well as a regular dependency.
···11# Changelog
2233+## 2.2.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 2.1.6
411512### Patch Changes
+1-1
exchanges/auth/package.json
···11{
22 "name": "@urql/exchange-auth",
33- "version": "2.1.6",
33+ "version": "2.2.0",
44 "description": "An exchange for managing authentication and token refresh in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/context/CHANGELOG.md
···11# Changelog
2233+## 0.3.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 0.2.1
411512### Patch Changes
···11# Changelog
2233+## 2.3.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 2.2.2
411512### Patch Changes
+1-1
exchanges/execute/package.json
···11{
22 "name": "@urql/exchange-execute",
33- "version": "2.2.2",
33+ "version": "2.3.0",
44 "description": "An exchange for executing queries against a local schema in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/graphcache/CHANGELOG.md
···11# @urql/exchange-graphcache
2233+## 7.1.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 7.0.2
411512### Patch Changes
+1-1
exchanges/graphcache/package.json
···11{
22 "name": "@urql/exchange-graphcache",
33- "version": "7.0.2",
33+ "version": "7.1.0",
44 "description": "A normalized and configurable cache exchange for urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+7
exchanges/persisted/CHANGELOG.md
···11# @urql/exchange-persisted-fetch
2233+## 4.3.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 4.2.0
411512### Minor Changes
+1-1
exchanges/persisted/package.json
···11{
22 "name": "@urql/exchange-persisted",
33- "version": "4.2.0",
33+ "version": "4.3.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/",
+7
exchanges/populate/CHANGELOG.md
···11# @urql/exchange-populate
2233+## 1.2.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 1.1.2
411512### Patch Changes
···11# Changelog
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 1.0.2
411512### Patch Changes
+1-1
exchanges/refocus/package.json
···11{
22 "name": "@urql/exchange-refocus",
33- "version": "1.0.2",
33+ "version": "1.1.0",
44 "description": "An exchange that dispatches active operations when the window regains focus",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
exchanges/request-policy/CHANGELOG.md
···11# Changelog
2233+## 1.2.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 1.1.0
411512### Minor Changes
···11# Changelog
2233+## 1.3.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 1.2.1
411512### Patch Changes
+1-1
exchanges/retry/package.json
···11{
22 "name": "@urql/exchange-retry",
33- "version": "1.2.1",
33+ "version": "1.3.0",
44 "description": "An exchange for operation retry support in urql",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/introspection/CHANGELOG.md
···11# @urql/introspection
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+310## 1.0.3
411512### Patch Changes
+1-1
packages/introspection/package.json
···11{
22 "name": "@urql/introspection",
33- "version": "1.0.3",
33+ "version": "1.1.0",
44 "description": "Utilities for dealing with Introspection Queries and Client Schemas",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/preact-urql/CHANGELOG.md
···11# @urql/preact
2233+## 4.1.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix subscription handlers to not receive `null` values
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581))
1414+315## 4.0.5
416517### Patch Changes
+1-1
packages/preact-urql/package.json
···11{
22 "name": "@urql/preact",
33- "version": "4.0.5",
33+ "version": "4.1.0",
44 "description": "A highly customizable and versatile GraphQL client for Preact",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/react-urql/CHANGELOG.md
···11# urql
2233+## 4.1.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix subscription handlers to not receive `null` values
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581))
1414+315## 4.0.7
416517### Patch Changes
+1-1
packages/react-urql/package.json
···11{
22 "name": "urql",
33- "version": "4.0.7",
33+ "version": "4.1.0",
44 "description": "A highly customizable and versatile GraphQL client for React",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/svelte-urql/CHANGELOG.md
···11# @urql/svelte
2233+## 4.2.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix subscription handlers to not receive `null` values
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581))
1414+315## 4.1.1
416517### Patch Changes
+1-1
packages/svelte-urql/package.json
···11{
22 "name": "@urql/svelte",
33- "version": "4.1.1",
33+ "version": "4.2.0",
44 "description": "A highly customizable and versatile GraphQL client for Svelte",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+14
packages/vue-urql/CHANGELOG.md
···11# @urql/vue
2233+## 1.2.0
44+55+### Minor Changes
66+77+- Mark `@urql/core` as a peer dependency as well as a regular dependency
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix subscription handlers to not receive `null` values
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#3581](https://github.com/urql-graphql/urql/pull/3581))
1414+- Add missing support for getter functions as input arguments values to `useQuery`, `useSubscription`, and `useMutation`
1515+ Submitted by [@kitten](https://github.com/kitten) (See [#3582](https://github.com/urql-graphql/urql/pull/3582))
1616+317## 1.1.3
418519### Patch Changes
+1-1
packages/vue-urql/package.json
···11{
22 "name": "@urql/vue",
33- "version": "1.1.3",
33+ "version": "1.2.0",
44 "description": "A highly customizable and versatile GraphQL client for vue",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",