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 #3432

Merged
merged 1 commit into from
Nov 14, 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
6 changes: 0 additions & 6 deletions .changeset/real-geese-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-planets-sniff.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.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-persisted": "^4.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 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.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-graphcache": "^6.3.3",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
Expand Down
4 changes: 2 additions & 2 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.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-graphcache": "^6.3.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 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.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^6.3.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-infinite-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.1.4",
"@urql/core": "^4.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"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.1.4",
"@urql/core": "^4.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"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.1.4",
"@urql/core": "^4.2.0",
"@urql/next": "^1.1.0",
"graphql": "^16.6.0",
"next": "13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"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.1.4",
"@urql/core": "^4.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"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.1.4",
"@urql/core": "^4.2.0",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"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.1.4",
"@urql/core": "^4.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 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.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-auth": "^2.1.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 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.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-retry": "^1.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-subscriptions-via-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"start": "run-p client server"
},
"dependencies": {
"@urql/core": "^4.1.4",
"@urql/core": "^4.2.0",
"@urql/exchange-graphcache": "^6.3.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.5"
"urql": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^4.1.4",
"@urql/core": "^4.2.0",
"@urql/svelte": "^4.0.4",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^4.1.4",
"@urql/core": "^4.2.0",
"@urql/vue": "^1.1.2",
"graphql": "^16.6.0",
"vue": "^3.2.47"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.1",
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/populate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/refocus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"graphql": "^16.0.0"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"graphql": "^16.0.0"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"graphql": "^16.0.0"
},
"dependencies": {
"@urql/core": ">=4.1.0",
"@urql/core": ">=4.2.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/core

## 4.2.0

### Minor Changes

- Try to parse `text/plain` content-type as JSON before bailing out with an error
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3430](https://github.com/urql-graphql/urql/pull/3430))

## 4.1.4

### 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.1.4",
"version": "4.2.0",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
9 changes: 9 additions & 0 deletions packages/preact-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urql/preact

## 4.0.4

### Patch Changes

- Prioritise `context.suspense` and fallback to checking `client.suspense`
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427))
- Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430))
- @urql/[email protected]

## 4.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "4.0.4",
"description": "A highly customizable and versatile GraphQL client for Preact",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -58,7 +58,7 @@
"preact": ">= 10.0.0"
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/core": "^4.2.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# urql

## 4.0.6

### Patch Changes

- Prioritise `context.suspense` and fallback to checking `client.suspense`
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3427](https://github.com/urql-graphql/urql/pull/3427))
- Updated dependencies (See [#3430](https://github.com/urql-graphql/urql/pull/3430))
- @urql/[email protected]

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urql",
"version": "4.0.5",
"version": "4.0.6",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -61,7 +61,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/core": "^4.2.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"svelte": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"@urql/core": "^4.1.0",
"@urql/core": "^4.2.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
Loading