Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2021
1 parent f25c1fc commit 4847729
Show file tree
Hide file tree
Showing 42 changed files with 188 additions and 91 deletions.
22 changes: 0 additions & 22 deletions .changeset/curvy-bobcats-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-beds-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-scissors-boil.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lovely-hounds-tap.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/quiet-tips-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-doors-sparkle.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-auth",
"version": "0.1.2",
"version": "0.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 Expand Up @@ -51,7 +51,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=1.14.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.4

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-execute",
"version": "1.0.3",
"version": "1.0.4",
"description": "An exchange for executing queries against a local schema in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -51,7 +51,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=1.15.1",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @urql/exchange-graphcache

## 4.0.1

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- ⚠️ Fix list items being returned as `null` even for non-nullable lists, when the entities are missing in the cache. This could happen when a resolver was added returning entities or their keys. This behaviour is now (correctly) only applied to partial results with schema awareness, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1566](https://github.com/FormidableLabs/urql/pull/1566))
- Allow for the schema subscription and mutationType to be null, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1530](https://github.com/FormidableLabs/urql/pull/1530))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 4.0.0

### Major 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.0.0",
"version": "4.0.1",
"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.0.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/multipart-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/exchange-multipart-fetch

## 0.1.12

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 0.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/multipart-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-multipart-fetch",
"version": "0.1.11",
"version": "0.1.12",
"description": "An exchange that allows regular fetch and will transition to multipart when files are included",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -49,7 +49,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=1.14.1",
"@urql/core": ">=2.1.0",
"extract-files": "^8.1.0",
"wonka": "^4.0.14"
},
Expand Down
8 changes: 8 additions & 0 deletions exchanges/persisted-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/exchange-persisted-fetch

## 1.3.1

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/persisted-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-persisted-fetch",
"version": "1.3.0",
"version": "1.3.1",
"description": "An exchange that allows for persisted queries support when fetching queries",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -49,7 +49,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=2.0.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/populate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @urql/exchange-populate

## 0.2.2

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 0.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/populate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-populate",
"version": "0.2.1",
"version": "0.2.2",
"description": "An exchange that automaticcally populates the mutation selection body",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations",
Expand Down Expand Up @@ -49,7 +49,7 @@
"preset": "../../scripts/jest/preset"
},
"dependencies": {
"@urql/core": ">=1.14.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/refocus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.3

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/refocus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-refocus",
"version": "0.2.2",
"version": "0.2.3",
"description": "An exchange that dispatches active operations when the window regains focus",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -58,7 +58,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@urql/core": ">=1.14.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/request-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.2

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-request-policy",
"version": "0.1.1",
"version": "0.1.2",
"description": "An exchange for operation request-policy upgrading in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -56,7 +56,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@urql/core": ">=2.0.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.1

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-retry",
"version": "0.2.0",
"version": "0.2.1",
"description": "An exchange for operation retry support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -56,7 +56,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@urql/core": ">=1.15.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions exchanges/suspense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.9.3

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- Updated dependencies (See [#1570](https://github.com/FormidableLabs/urql/pull/1570), [#1509](https://github.com/FormidableLabs/urql/pull/1509), and [#1515](https://github.com/FormidableLabs/urql/pull/1515))
- @urql/core@2.1.0

## 1.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions exchanges/suspense/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-suspense",
"version": "1.9.2",
"version": "1.9.3",
"description": "An exchange for client-side React Suspense support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -52,7 +52,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": ">=1.14.0",
"@urql/core": ">=2.1.0",
"wonka": "^4.0.14"
},
"publishConfig": {
Expand Down
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @urql/core

## 2.1.0

### Minor Changes

- Add consistent "single-source behavior" which makes the `Client` more forgiving when duplicate
sources are used, which previously made it difficult to use the same operation across an app
together with `cache-and-network`; This was a rare use-case, and it isn't recommended to overfetch
data across an app, however, the new `Client` implementation of shared sources ensures that when an
operation is active that the `Client` distributes the last known result for the active operation to
any new usages of it (which is called “replaying stale results”) (See [#1515](https://github.com/FormidableLabs/urql/pull/1515))

### Patch Changes

- Remove closure-compiler from the build step, by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#1570](https://github.com/FormidableLabs/urql/pull/1570))
- ⚠️ Fix inconsistency in generating keys for `DocumentNode`s, especially when using GraphQL Code Generator, which could cause SSR serialization to fail, by [@zenflow](https://github.com/zenflow) (See [#1509](https://github.com/FormidableLabs/urql/pull/1509))

## 2.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 4847729

Please sign in to comment.