···11----
22-"@urql/core": patch
33----
44-55-Implement new `@defer` / `@stream` transport protocol spec changes.
-5
.changeset/hungry-rings-switch.md
···11----
22-'@urql/next': patch
33----
44-55-Fix invalid CJS by importing react with import-all semantics
-5
.changeset/kind-trains-wink.md
···11----
22-'@urql/next': minor
33----
44-55-Support a `nonce` prop on `DataHydrationContextProvider` that passes it onto its script tags' attributes
-6
.changeset/olive-schools-prove.md
···11----
22-'@urql/core': patch
33----
44-55-Support non spec-compliant error bodies, i.e. the Shopify API does return `errors` but as an object. Adding
66-a check whether we are really dealing with an Array of errors enables this.
-5
.changeset/real-emus-sneeze.md
···11----
22-'@urql/core': patch
33----
44-55-Fix `preferGetMethod: 'force' | 'within-url-limit'` not being applied correctly by the `Client`
···11# @urql/core
2233+## 4.1.4
44+55+### Patch Changes
66+77+- Implement new `@defer` / `@stream` transport protocol spec changes
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3389](https://github.com/urql-graphql/urql/pull/3389))
99+- Support non spec-compliant error bodies, i.e. the Shopify API does return `errors` but as an object. Adding
1010+ a check whether we are really dealing with an Array of errors enables this
1111+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3395](https://github.com/urql-graphql/urql/pull/3395))
1212+- ⚠️ Fix `preferGetMethod: 'force' | 'within-url-limit'` not being applied correctly by the `Client`
1313+ Submitted by [@Burbenog](https://github.com/Burbenog) (See [#3403](https://github.com/urql-graphql/urql/pull/3403))
1414+315## 4.1.3
416517### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.1.3",
33+ "version": "4.1.4",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",
+12
packages/next-urql/CHANGELOG.md
···11# Changelog
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Support a `nonce` prop on `DataHydrationContextProvider` that passes it onto its script tags' attributes
88+ Submitted by [@Enalmada](https://github.com/Enalmada) (See [#3398](https://github.com/urql-graphql/urql/pull/3398))
99+1010+### Patch Changes
1111+1212+- ⚠️ Fix invalid CJS by importing react with import-all semantics
1313+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3405](https://github.com/urql-graphql/urql/pull/3405))
1414+315## 1.0.0
416517### Major Changes
+1-1
packages/next-urql/package.json
···11{
22 "name": "@urql/next",
33- "version": "1.0.0",
33+ "version": "1.1.0",
44 "description": "Convenience wrappers for using urql with NextJS.",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",