Skip to content

Commit

Permalink
Version Packages (#1712)
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
urql-ci and github-actions[bot] authored Jun 23, 2021
1 parent f4266f2 commit 351ca81
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-experts-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-dogs-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-guests-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-ghosts-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-sheep-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-hounds-battle.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.1.4

### Patch Changes

- Apply [`bivarianceHack`](https://stackoverflow.com/questions/52667959/what-is-the-purpose-of-bivariancehack-in-typescript-types) in the `graphcache` types to better support code-generated configs, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1687](https://github.com/FormidableLabs/urql/pull/1687))
- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
- @urql/core@2.1.4

## 4.1.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.1.3",
"version": "4.1.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.1.3",
"@urql/core": ">=2.1.4",
"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.1.4

### Patch Changes

- Prevent stale results from being emitted by promisified query sources, e.g. `client.query(...).toPromise()` yielding a partial result with `stale: true` set. Instead, `.toPromise()` will now filter out stale results, by [@kitten](https://github.com/kitten) (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))

## 2.1.3

### 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.1.3",
"version": "2.1.4",
"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.4

### Patch Changes

- ⚠️ Fix issue with `useQuery`'s `executeQuery` state updates, where some calls wouldn't trigger a source change and start a request when the hook was paused, by [@kitten](https://github.com/kitten) (See [#1722](https://github.com/FormidableLabs/urql/pull/1722))
- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
- @urql/core@2.1.4

## 2.0.3

### 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.3",
"version": "2.0.4",
"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.0",
"@urql/core": "^2.1.4",
"wonka": "^4.0.14"
}
}
9 changes: 9 additions & 0 deletions packages/svelte-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urql/svelte

## 1.2.3

### Patch Changes

- Improve `OperationStore` and `subscription` types to allow for result types of `data` that differ from the original `Data` type, which may be picked up from `TypedDocumentNode`, by [@kitten](https://github.com/kitten) (See [#1731](https://github.com/FormidableLabs/urql/pull/1731))
- Use client.executeMutation rather than client.mutation, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1732](https://github.com/FormidableLabs/urql/pull/1732))
- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
- @urql/core@2.1.4

## 1.2.2

### Patch 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.2.2",
"version": "1.2.3",
"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.0",
"@urql/core": "^2.1.4",
"wonka": "^4.0.14"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/vue

## 0.4.1

### Patch Changes

- Use client.executeMutation rather than client.mutation in useMutation, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1680](https://github.com/FormidableLabs/urql/pull/1680))
- Updated dependencies (See [#1709](https://github.com/FormidableLabs/urql/pull/1709))
- @urql/core@2.1.4

## 0.4.0

### Minor 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.0",
"version": "0.4.1",
"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.0",
"@urql/core": "^2.1.4",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down

0 comments on commit 351ca81

Please sign in to comment.