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

Merged
merged 1 commit into from
Sep 22, 2021
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/afraid-kiwis-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-zoos-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-queens-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-bags-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-dragons-check.md

This file was deleted.

8 changes: 8 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/exchange-graphcache

## 4.3.4

### Patch Changes

- Improve perf by using String.indexOf in getField, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1957](https://github.com/FormidableLabs/urql/pull/1957))
- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
- @urql/core@2.3.2

## 4.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-graphcache",
"version": "4.3.3",
"version": "4.3.4",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down Expand Up @@ -65,7 +65,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=2.3.1",
"@urql/core": ">=2.3.2",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @urql/core

## 2.3.2

### Patch Changes

- ⚠️ Fix issue where the ssr-exchange would loop due to checking network-only revalidations, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))

## 2.3.1

### 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": "2.3.1",
"version": "2.3.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
8 changes: 8 additions & 0 deletions packages/react-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# urql

## 2.0.5

### Patch Changes

- ⚠️ Fix issue where a paused query would not behave correctly when calling `executeQuery`, this scenario occured when the query has variables, there would be cases where on the first call it would think that the dependencies had changed (previous request vs current request) which made the source reset to null, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1982](https://github.com/FormidableLabs/urql/pull/1982))
- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
- @urql/core@2.3.2

## 2.0.4

### 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": "2.0.4",
"version": "2.0.5",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -59,7 +59,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^2.1.4",
"@urql/core": "^2.3.2",
"wonka": "^4.0.14"
}
}
8 changes: 8 additions & 0 deletions packages/svelte-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/svelte

## 1.3.1

### Patch Changes

- Add missing `pause` on the `operationStore` return value, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1925](https://github.com/FormidableLabs/urql/pull/1925))
- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
- @urql/core@2.3.2

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/svelte",
"version": "1.3.0",
"version": "1.3.1",
"description": "A highly customizable and versatile GraphQL client for Svelte",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -55,7 +55,7 @@
"svelte": "^3.0.0"
},
"dependencies": {
"@urql/core": "^2.1.5",
"@urql/core": "^2.3.2",
"wonka": "^4.0.14"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @urql/vue

## 0.5.0

### Minor Changes

- Allow passing in a Ref of client to `provideClient` and `install`, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1962](https://github.com/FormidableLabs/urql/pull/1962))

### Patch Changes

- Updated dependencies (See [#1944](https://github.com/FormidableLabs/urql/pull/1944))
- @urql/core@2.3.2

## 0.4.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/vue",
"version": "0.4.3",
"version": "0.5.0",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -59,7 +59,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@urql/core": "^2.1.5",
"@urql/core": "^2.3.2",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down