Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3198

Merged
merged 1 commit into from
May 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-melons-deny.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/chatty-dancers-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-poems-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-fishes-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-geese-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-cars-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-zebras-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-comics-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-crabs-dream.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/with-apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/core": "^4.0.8",
"@urql/exchange-persisted-fetch": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-defer-stream-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^4.0.7",
"@urql/exchange-graphcache": "^6.0.4",
"@urql/core": "^4.0.8",
"@urql/exchange-graphcache": "^6.1.0",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-graphcache-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/exchange-graphcache": "^6.0.4",
"@urql/core": "^4.0.8",
"@urql/exchange-graphcache": "^6.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/exchange-auth": "^2.1.2",
"@urql/exchange-graphcache": "^6.0.4",
"@urql/core": "^4.0.8",
"@urql/exchange-auth": "^2.1.3",
"@urql/exchange-graphcache": "^6.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/core": "^4.0.8",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/core": "^4.0.8",
"graphql": "^16.6.0",
"next": "13.2.4",
"next-urql": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/core": "^4.0.8",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"start": "react-native start"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/core": "^4.0.8",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/core": "^4.0.8",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/exchange-auth": "^2.1.2",
"@urql/core": "^4.0.8",
"@urql/exchange-auth": "^2.1.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/exchange-retry": "^1.1.1",
"@urql/core": "^4.0.8",
"@urql/exchange-retry": "^1.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.2"
"urql": "^4.0.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/svelte": "^4.0.1",
"@urql/core": "^4.0.8",
"@urql/svelte": "^4.0.2",
"graphql": "^16.6.0",
"svelte": "^3.57.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^4.0.7",
"@urql/vue": "^1.1.1",
"@urql/core": "^4.0.8",
"@urql/vue": "^1.1.2",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
Expand Down
7 changes: 7 additions & 0 deletions exchanges/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.3

### Patch Changes

- Update build process to generate correct source maps
Submitted by [@kitten](https://github.com/kitten) (See [#3201](https://github.com/urql-graphql/urql/pull/3201))

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-auth",
"version": "2.1.2",
"version": "2.1.3",
"description": "An exchange for managing authentication and token refresh in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.2.2

### Patch Changes

- Update build process to generate correct source maps
Submitted by [@kitten](https://github.com/kitten) (See [#3201](https://github.com/urql-graphql/urql/pull/3201))

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-execute",
"version": "2.2.1",
"version": "2.2.2",
"description": "An exchange for executing queries against a local schema in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
18 changes: 18 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @urql/exchange-graphcache

## 6.1.0

### Minor Changes

- Add `globalIDs` configuration option to omit typenames in cache keys
Submitted by [@kitten](https://github.com/kitten) (See [#3224](https://github.com/urql-graphql/urql/pull/3224))

### Patch Changes

- Update build process to generate correct source maps
Submitted by [@kitten](https://github.com/kitten) (See [#3201](https://github.com/urql-graphql/urql/pull/3201))
- Prevent `offlineExchange` from issuing duplicate operations
Submitted by [@kitten](https://github.com/kitten) (See [#3200](https://github.com/urql-graphql/urql/pull/3200))
- ⚠️ Fix reference equality not being preserved. This is a fix on top of [#3165](https://github.com/urql-graphql/urql/pull/3165), and was previously not addressed to avoid having to test for corner cases that are hard to cover. If you experience issues with this fix, please let us know
Submitted by [@kitten](https://github.com/kitten) (See [#3228](https://github.com/urql-graphql/urql/pull/3228))
- Retry operations against offline cache and stabilize timing of flushing failed operations queue after rehydrating the storage data
Submitted by [@kitten](https://github.com/kitten) (See [#3196](https://github.com/urql-graphql/urql/pull/3196))

## 6.0.4

### Patch 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.0.4",
"version": "6.1.0",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.2.0

### Minor Changes

- Reset `retryExchange`’s previous attempts and delay if an operation succeeds. This prevents the exchange from keeping its old retry count and delay if the operation delivered a result in the meantime. This is important for it to help recover from failing subscriptions
Submitted by [@kitten](https://github.com/kitten) (See [#3229](https://github.com/urql-graphql/urql/pull/3229))

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-retry",
"version": "1.1.1",
"version": "1.2.0",
"description": "An exchange for operation retry support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @urql/core

## 4.0.8

### Patch Changes

- Respect `additionalTypenames` on subscriptions and re-execute queries for them as well, as one would intuitively expect
Submitted by [@kitten](https://github.com/kitten) (See [#3230](https://github.com/urql-graphql/urql/pull/3230))
- Update build process to generate correct source maps
Submitted by [@kitten](https://github.com/kitten) (See [#3201](https://github.com/urql-graphql/urql/pull/3201))
- Don't allow `isSubscriptionOperation` option in `subscriptionExchange` to include `teardown` operations, to avoid confusion
Submitted by [@kitten](https://github.com/kitten) (See [#3206](https://github.com/urql-graphql/urql/pull/3206))

## 4.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/core",
"version": "4.0.7",
"version": "4.0.8",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions packages/preact-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/preact

## 4.0.2

### Patch Changes

- Update build process to generate correct source maps
Submitted by [@kitten](https://github.com/kitten) (See [#3201](https://github.com/urql-graphql/urql/pull/3201))

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/preact",
"version": "4.0.1",
"version": "4.0.2",
"description": "A highly customizable and versatile GraphQL client for Preact",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
Loading