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

Version Packages (#3745)

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

Changed files
+23 -19
.changeset
examples
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-subscriptions-via-fetch
exchanges
packages
-5
.changeset/moody-bobcats-report.md
···
-
---
-
'@urql/exchange-graphcache': patch
-
---
-
-
Remove addMetadata transform where we'd strip out metadata for production environments, this particularly affects OperationResult.context.metadata.cacheOutcome
-5
.changeset/purple-olives-unite.md
···
-
---
-
'@urql/introspection': minor
-
---
-
-
Add oneOf support
+1 -1
examples/with-defer-stream-directives/package.json
···
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.1.0",
-
"@urql/exchange-graphcache": "^7.2.1",
+
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-graphcache-pagination/package.json
···
},
"dependencies": {
"@urql/core": "^5.1.0",
-
"@urql/exchange-graphcache": "^7.2.1",
+
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-graphcache-updates/package.json
···
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-auth": "^2.2.0",
-
"@urql/exchange-graphcache": "^7.2.1",
+
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
···
},
"dependencies": {
"@urql/core": "^5.1.0",
-
"@urql/exchange-graphcache": "^7.2.1",
+
"@urql/exchange-graphcache": "^7.2.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+7
exchanges/graphcache/CHANGELOG.md
···
# @urql/exchange-graphcache
+
## 7.2.2
+
+
### Patch Changes
+
+
- Remove addMetadata transform where we'd strip out metadata for production environments, this particularly affects OperationResult.context.metadata.cacheOutcome
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3744](https://github.com/urql-graphql/urql/pull/3744))
+
## 7.2.1
### Patch Changes
+1 -1
exchanges/graphcache/jsr.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "7.2.1",
+
"version": "7.2.2",
"exports": {
".": "./src/index.ts",
"./extras": "./src/extras/index.ts",
+1 -1
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "7.2.1",
+
"version": "7.2.2",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
+1 -1
packages/core/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+7
packages/introspection/CHANGELOG.md
···
# @urql/introspection
+
## 1.2.0
+
+
### Minor Changes
+
+
- Add oneOf support
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3743](https://github.com/urql-graphql/urql/pull/3743))
+
## 1.1.0
### Minor Changes
+1 -1
packages/introspection/jsr.json
···
{
"name": "@urql/introspection",
-
"version": "1.1.0",
+
"version": "1.2.0",
"exports": {
".": "./src/index.ts"
},
+1 -1
packages/introspection/package.json
···
{
"name": "@urql/introspection",
-
"version": "1.1.0",
+
"version": "1.2.0",
"description": "Utilities for dealing with Introspection Queries and Client Schemas",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",