Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#2068)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

urql-ci
github-actions[bot]
and committed by
GitHub
f0d2d166 f85b47ef

+27 -19
-5
.changeset/hungry-monkeys-fry.md
··· 1 - --- 2 - '@urql/exchange-execute': minor 3 - --- 4 - 5 - Add subscription support
-5
.changeset/metal-monkeys-knock.md
··· 1 - --- 2 - '@urql/core': patch 3 - --- 4 - 5 - Fix issue where `maskTypename` would ignore array shapes
-5
.changeset/spotty-bees-beam.md
··· 1 - --- 2 - 'next-urql': minor 3 - --- 4 - 5 - Support forwarding the getLayout function from pages
+11
exchanges/execute/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.0 4 + 5 + ### Minor Changes 6 + 7 + - Add subscription support, by [@Tigge](https://github.com/Tigge) (See [#2061](https://github.com/FormidableLabs/urql/pull/2061)) 8 + 9 + ### Patch Changes 10 + 11 + - Updated dependencies (See [#2074](https://github.com/FormidableLabs/urql/pull/2074)) 12 + - @urql/core@2.3.5 13 + 3 14 ## 1.1.0 4 15 5 16 ### Minor Changes
+2 -2
exchanges/execute/package.json
··· 1 1 { 2 2 "name": "@urql/exchange-execute", 3 - "version": "1.1.0", 3 + "version": "1.2.0", 4 4 "description": "An exchange for executing queries against a local schema in urql", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", ··· 51 51 "preset": "../../scripts/jest/preset" 52 52 }, 53 53 "dependencies": { 54 - "@urql/core": ">=2.3.0", 54 + "@urql/core": ">=2.3.5", 55 55 "wonka": "^4.0.14" 56 56 }, 57 57 "peerDependencies": {
+6
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 2.3.5 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix issue where `maskTypename` would ignore array shapes, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2074](https://github.com/FormidableLabs/urql/pull/2074)) 8 + 3 9 ## 2.3.4 4 10 5 11 ### Patch Changes
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "2.3.4", 3 + "version": "2.3.5", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+6
packages/next-urql/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 3.3.0 4 + 5 + ### Minor Changes 6 + 7 + - Support forwarding the getLayout function from pages, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#2065](https://github.com/FormidableLabs/urql/pull/2065)) 8 + 3 9 ## 3.2.1 4 10 5 11 ### Patch Changes
+1 -1
packages/next-urql/package.json
··· 1 1 { 2 2 "name": "next-urql", 3 - "version": "3.2.1", 3 + "version": "3.3.0", 4 4 "description": "Convenience wrappers for using urql with NextJS.", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",