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 Mar 16, 2023
1 parent a6d7986 commit be57ade
Show file tree
Hide file tree
Showing 40 changed files with 156 additions and 114 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-sloths-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-plants-greet.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/cuddly-carrots-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-crabs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-jeans-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-baboons-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-penguins-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-pumpkins-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-buses-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-ants-collect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/real-donkeys-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-glasses-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-kings-fold.md

This file was deleted.

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

## 2.0.1

### Patch Changes

- ⚠️ Fix source maps included with recently published packages, which lost their `sourcesContent`, including additional source files, and had incorrect paths in some of them
Submitted by [@kitten](https://github.com/kitten) (See [#3053](https://github.com/urql-graphql/urql/pull/3053))
- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 2.0.0

### Major 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": "2.0.0",
"version": "2.0.1",
"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 @@ -48,7 +48,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/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": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/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": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @urql/exchange-graphcache

## 5.2.1

### Patch Changes

- ⚠️ Fix source maps included with recently published packages, which lost their `sourcesContent`, including additional source files, and had incorrect paths in some of them
Submitted by [@kitten](https://github.com/kitten) (See [#3053](https://github.com/urql-graphql/urql/pull/3053))
- Restore variables correctly on mutations
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3046](https://github.com/urql-graphql/urql/pull/3046))
- Add missing `hasNext` and `stale` passthroughs on caching exchanges
Submitted by [@kitten](https://github.com/kitten) (See [#3059](https://github.com/urql-graphql/urql/pull/3059))
- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 5.2.0

### Minor 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": "5.2.0",
"version": "5.2.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 @@ -62,7 +62,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions exchanges/multipart-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urql/exchange-multipart-fetch

## 1.0.2

### Patch Changes

- Deprecate `@urql/exchange-multipart-fetch` as behaviour has been absorbed into `@urql/core`. If you're using the `multipartFetchExchange`, you should now be able to simply remove it
Submitted by [@kitten](https://github.com/kitten) (See [#3051](https://github.com/urql-graphql/urql/pull/3051))
- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"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 @@ -46,7 +46,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"extract-files": "^11.0.0",
"wonka": "^6.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions exchanges/persisted-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urql/exchange-persisted-fetch

## 2.1.1

### Patch Changes

- Refactor `persistedFetchExchange` and SHA256 logic to save on bundlesize
Submitted by [@kitten](https://github.com/kitten) (See [#3052](https://github.com/urql-graphql/urql/pull/3052))
- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 2.1.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": "2.1.0",
"version": "2.1.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 @@ -46,7 +46,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/populate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"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 @@ -56,7 +56,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"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 @@ -54,7 +54,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"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 @@ -54,7 +54,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@urql/core": ">=3.2.2",
"@urql/core": ">=4.0.0",
"wonka": "^6.0.0"
},
"publishConfig": {
Expand Down
33 changes: 33 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @urql/core

## 4.0.0

### Major Changes

- Update `subscriptionExchange` to receive `FetchBody` instead. In the usual usage of `subscriptionExchange` (for instance with `graphql-ws`) you can expect no breaking changes. However, the `key` and `extensions` field has been removed and instead the `forwardSubscription` function receives the full `Operation` as a second argument
Submitted by [@kitten](https://github.com/kitten) (See [#3054](https://github.com/urql-graphql/urql/pull/3054))

### Minor Changes

- Update `subscriptionExchange` to support incremental results out of the box. If a subscription proactively completes, results are also now updated with `hasNext: false`
Submitted by [@kitten](https://github.com/kitten) (See [#3055](https://github.com/urql-graphql/urql/pull/3055))
- Implement `text/event-stream` response support. This generally adheres to the GraphQL SSE protocol and GraphQL Yoga push responses, and is an alternative to `multipart/mixed`
Submitted by [@kitten](https://github.com/kitten) (See [#3050](https://github.com/urql-graphql/urql/pull/3050))
- Implement GraphQL Multipart Request support in `@urql/core`. This adds the File/Blob upload support to `@urql/core`, which effectively deprecates `@urql/exchange-multipart-fetch`
Submitted by [@kitten](https://github.com/kitten) (See [#3051](https://github.com/urql-graphql/urql/pull/3051))
- Support `GraphQLRequest.extensions` as spec-extensions input to GraphQL requests
Submitted by [@kitten](https://github.com/kitten) (See [#3054](https://github.com/urql-graphql/urql/pull/3054))

### Patch Changes

- ⚠️ Fix source maps included with recently published packages, which lost their `sourcesContent`, including additional source files, and had incorrect paths in some of them
Submitted by [@kitten](https://github.com/kitten) (See [#3053](https://github.com/urql-graphql/urql/pull/3053))
- Move `multipart/mixed` to end of `Accept` header to avoid cauing Yoga to unnecessarily use it
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3039](https://github.com/urql-graphql/urql/pull/3039))
- Add missing `hasNext` and `stale` passthroughs on caching exchanges
Submitted by [@kitten](https://github.com/kitten) (See [#3059](https://github.com/urql-graphql/urql/pull/3059))
- ⚠️ Fix incremental results not merging `errors` from subsequent non-incremental results
Submitted by [@kitten](https://github.com/kitten) (See [#3055](https://github.com/urql-graphql/urql/pull/3055))
- Replace fetch source implementation with async generator implementation, based on Wonka's `fromAsyncIterable`.
This also further hardens our support for the "Incremental Delivery" specification and
refactors its implementation and covers more edge cases
Submitted by [@kitten](https://github.com/kitten) (See [#3043](https://github.com/urql-graphql/urql/pull/3043))

## 3.2.2

### 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": "3.2.2",
"version": "4.0.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

## 3.0.4

### Patch Changes

- ⚠️ Fix source maps included with recently published packages, which lost their `sourcesContent`, including additional source files, and had incorrect paths in some of them
Submitted by [@kitten](https://github.com/kitten) (See [#3053](https://github.com/urql-graphql/urql/pull/3053))
- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 3.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": "3.0.3",
"version": "3.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": "^3.2.2",
"@urql/core": "^4.0.0",
"wonka": "^6.0.0"
},
"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

## 3.0.5

### Patch Changes

- ⚠️ Fix source maps included with recently published packages, which lost their `sourcesContent`, including additional source files, and had incorrect paths in some of them
Submitted by [@kitten](https://github.com/kitten) (See [#3053](https://github.com/urql-graphql/urql/pull/3053))
- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 3.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": "3.0.4",
"version": "3.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 @@ -61,7 +61,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^3.2.2",
"@urql/core": "^4.0.0",
"wonka": "^6.0.0"
}
}
7 changes: 7 additions & 0 deletions packages/storybook-addon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/storybook-addon

## 2.0.2

### Patch Changes

- Updated dependencies (See [#3054](https://github.com/urql-graphql/urql/pull/3054), [#3053](https://github.com/urql-graphql/urql/pull/3053), [#3039](https://github.com/urql-graphql/urql/pull/3039), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3059](https://github.com/urql-graphql/urql/pull/3059), [#3055](https://github.com/urql-graphql/urql/pull/3055), [#3050](https://github.com/urql-graphql/urql/pull/3050), [#3051](https://github.com/urql-graphql/urql/pull/3051), [#3043](https://github.com/urql-graphql/urql/pull/3043), and [#3054](https://github.com/urql-graphql/urql/pull/3054))
- @urql/core@4.0.0

## 2.0.1

### Patch Changes
Expand Down
Loading

0 comments on commit be57ade

Please sign in to comment.