Skip to content

Commit

Permalink
Version Packages (#3339)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 27, 2023
1 parent 438d75f commit 743e5b4
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-garlics-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-shirts-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-sloths-look.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-defer-stream-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^4.1.0",
"@urql/exchange-graphcache": "^6.3.0",
"@urql/exchange-graphcache": "^6.3.1",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-graphcache-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/exchange-graphcache": "^6.3.0",
"@urql/exchange-graphcache": "^6.3.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/exchange-auth": "^2.1.5",
"@urql/exchange-graphcache": "^6.3.0",
"@urql/exchange-graphcache": "^6.3.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-subscriptions-via-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/exchange-graphcache": "^6.3.0",
"@urql/exchange-graphcache": "^6.3.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
11 changes: 11 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @urql/exchange-graphcache

## 6.3.1

### Patch Changes

- Reset `partial` result marker when reading from selections when a child value sees a cache miss. This only affects resolvers on child values enabling `info.partial` while a parent may abort early instead
Submitted by [@kitten](https://github.com/kitten) (See [#3340](https://github.com/urql-graphql/urql/pull/3340))
- ⚠️ Fix `@_optional` directive not setting `info.partial = true` on cache miss and fix usage of `info.parentKey` and `info.parentFieldKey` usage in default directives
Submitted by [@kitten](https://github.com/kitten) (See [#3338](https://github.com/urql-graphql/urql/pull/3338))
- Replace implementation for `@_optional` and `@_required` with built-in handling inside cache reads to allow `@_optional` to work for nested selection sets
Submitted by [@kitten](https://github.com/kitten) (See [#3341](https://github.com/urql-graphql/urql/pull/3341))

## 6.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-graphcache",
"version": "6.3.0",
"version": "6.3.1",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down

0 comments on commit 743e5b4

Please sign in to comment.