Skip to content

Commit

Permalink
Version Packages (#3500)
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
github-actions[bot] and github-actions[bot] authored Mar 3, 2024
1 parent eb1286c commit 2a12141
Show file tree
Hide file tree
Showing 42 changed files with 95 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-sheep-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-poets-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-peas-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-toys-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-needles-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-cheetahs-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-buttons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-bananas-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-kids-joke.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"@urql/exchange-persisted": "^4.1.1",
"graphql": "^16.6.0",
"react": "^18.2.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,8 +17,8 @@
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^4.2.3",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/core": "^4.3.0",
"@urql/exchange-graphcache": "^6.5.0",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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,8 +6,8 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/core": "^4.3.0",
"@urql/exchange-graphcache": "^6.5.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.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,9 +6,9 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/exchange-graphcache": "^6.5.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-infinite-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"@urql/next": "^1.1.1",
"graphql": "^16.6.0",
"next": "13.4.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "react-native start"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"@urql/exchange-auth": "^2.1.6",
"graphql": "^16.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/core": "^4.3.0",
"@urql/exchange-retry": "^1.2.1",
"graphql": "^16.6.0",
"react": "^18.2.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,8 +8,8 @@
"start": "run-p client server"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/core": "^4.3.0",
"@urql/exchange-graphcache": "^6.5.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^4.2.3",
"@urql/svelte": "^4.0.4",
"@urql/core": "^4.3.0",
"@urql/svelte": "^4.1.0",
"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.2.3",
"@urql/core": "^4.3.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.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @urql/exchange-graphcache

## 6.5.0

### Minor Changes

- Allow `@_optional` and `@_required` to be placed on fragment definitions and inline fragments
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3502](https://github.com/urql-graphql/urql/pull/3502))
- Track list of entity keys for a given type name. This enables enumerating and invalidating all entities of a given type within the normalized cache
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3501](https://github.com/urql-graphql/urql/pull/3501))

### Patch Changes

- Prevent `@defer` from being applied in child field selections. Previously, a child field (i.e. a nested field) under a `@defer`-ed fragment would also become optional, which was based on a prior version of the DeferStream spec which didn't require deferred fields to be delivered as a group
Submitted by [@kitten](https://github.com/kitten) (See [#3517](https://github.com/urql-graphql/urql/pull/3517))
- ⚠️ Fix `store.resolve()` returning the exact link array that’s used by the cache. This can lead to subtle bugs when a user mutates the result returned by `cache.resolve()`, since this directly mutates what’s in the cache at that layer
Submitted by [@kitten](https://github.com/kitten) (See [#3516](https://github.com/urql-graphql/urql/pull/3516))
- Updated dependencies (See [#3514](https://github.com/urql-graphql/urql/pull/3514), [#3505](https://github.com/urql-graphql/urql/pull/3505), [#3499](https://github.com/urql-graphql/urql/pull/3499), and [#3515](https://github.com/urql-graphql/urql/pull/3515))
- @urql/core@4.3.0

## 6.4.1

### 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": "6.4.1",
"version": "6.5.0",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.1",
"@urql/core": ">=4.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.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.2.0",
"@urql/core": ">=4.3.0",
"wonka": "^6.3.2"
},
"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

## 4.3.0

### Minor Changes

- Support [Apollo Federation's format](https://www.apollographql.com/docs/router/executing-operations/subscription-multipart-protocol/) for subscription results in `multipart/mixed` responses (result properties essentially are namespaced on a `payload` key)
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3499](https://github.com/urql-graphql/urql/pull/3499))
- Add support for sending persisted documents. Any `DocumentNode` with no/empty definitions and a `documentId` property is considered a persisted document. When this is detected a `documentId` parameter rather than a `query` string is sent to the GraphQL API, similar to Automatic Persisted Queries (APQs). However, APQs are only supported via `@urql/exchange-persisted`, while support for `documentId` is now built-in
Submitted by [@kitten](https://github.com/kitten) (See [#3515](https://github.com/urql-graphql/urql/pull/3515))

### Patch Changes

- Allow `url` to be a plain, non-URL pathname (i.e. `/api/graphql`) to be used with `preferGetMethod`
Submitted by [@akrantz01](https://github.com/akrantz01) (See [#3514](https://github.com/urql-graphql/urql/pull/3514))
- Correctly support the `Headers` class being used in `fetchOptions`
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3505](https://github.com/urql-graphql/urql/pull/3505))

## 4.2.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": "4.2.3",
"version": "4.3.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
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"preact": ">= 10.0.0"
},
"dependencies": {
"@urql/core": "^4.2.0",
"@urql/core": "^4.3.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react": ">= 16.8.0"
},
"dependencies": {
"@urql/core": "^4.2.0",
"@urql/core": "^4.3.0",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @urql/svelte

## 4.1.0

### Minor Changes

- Add back the `reexecute` function
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3472](https://github.com/urql-graphql/urql/pull/3472))

### Patch Changes

- Updated dependencies (See [#3514](https://github.com/urql-graphql/urql/pull/3514), [#3505](https://github.com/urql-graphql/urql/pull/3505), [#3499](https://github.com/urql-graphql/urql/pull/3499), and [#3515](https://github.com/urql-graphql/urql/pull/3515))
- @urql/core@4.3.0

## 4.0.4

### 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": "4.0.4",
"version": "4.1.0",
"description": "A highly customizable and versatile GraphQL client for Svelte",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -52,7 +52,7 @@
"svelte": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"@urql/core": "^4.2.0",
"@urql/core": "^4.3.0",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2a12141

Please sign in to comment.