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

Version Packages (#2068)

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

urql-ci f0d2d166 f85b47ef

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