Skip to content

Commit

Permalink
Version Packages (#3571)
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] committed Apr 24, 2024
1 parent 0f3c5c0 commit 924b463
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-walls-behave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-pots-allow.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-apq/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-persisted": "^4.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-defer-stream-directives/package.json
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.0.1",
"@urql/exchange-graphcache": "^7.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-graphcache": "^7.0.2",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-graphcache-pagination/package.json
Expand Up @@ -6,8 +6,8 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/exchange-graphcache": "^7.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-graphcache": "^7.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-graphcache-updates/package.json
Expand Up @@ -6,9 +6,9 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^7.0.1",
"@urql/exchange-graphcache": "^7.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-infinite-pagination/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-multipart/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/next": "^1.1.1",
"graphql": "^16.6.0",
"next": "13.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pagination/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-native/package.json
Expand Up @@ -8,7 +8,7 @@
"start": "react-native start"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-refresh-auth/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-auth": "^2.1.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-retry/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-retry": "^1.2.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-subscriptions-via-fetch/package.json
Expand Up @@ -8,8 +8,8 @@
"start": "run-p client server"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/exchange-graphcache": "^7.0.1",
"@urql/core": "^5.0.2",
"@urql/exchange-graphcache": "^7.0.2",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/svelte": "^4.1.1",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue3/package.json
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^5.0.1",
"@urql/core": "^5.0.2",
"@urql/vue": "^1.1.3",
"graphql": "^16.6.0",
"vue": "^3.2.47"
Expand Down
7 changes: 7 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
@@ -1,5 +1,12 @@
# @urql/exchange-graphcache

## 7.0.2

### Patch Changes

- Only record dependencies that are changing data, this will reduce the amount of operations we re-invoke due to network-only/cache-and-network queries and mutations
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3564](https://github.com/urql-graphql/urql/pull/3564))

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-graphcache",
"version": "7.0.1",
"version": "7.0.2",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,13 @@
# @urql/core

## 5.0.2

### Patch Changes

- ⚠️ Fix issue where a reexecute on an in-flight operation would lead to multiple network-requests.
For example, this issue presents itself when Graphcache is concurrently updating multiple, inter-dependent queries with shared entities. One query completing while others are still in-flight may lead to duplicate operations being issued
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3573](https://github.com/urql-graphql/urql/pull/3573))

## 5.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "5.0.1",
"version": "5.0.2",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit 924b463

Please sign in to comment.