Skip to content

Commit

Permalink
Version Packages (#3580)
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] committed May 10, 2024
1 parent 9bf3289 commit 88bed21
Show file tree
Hide file tree
Showing 46 changed files with 157 additions and 68 deletions.
8 changes: 0 additions & 8 deletions .changeset/famous-deers-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-cups-remember.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/two-hounds-yell.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/with-apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/exchange-persisted": "^4.2.0",
"@urql/exchange-persisted": "^4.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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 @@ -18,11 +18,11 @@
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.0.3",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-graphcache": "^7.1.0",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
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 @@ -7,11 +7,11 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-graphcache": "^7.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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 @@ -10,7 +10,7 @@
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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 @@ -10,7 +10,7 @@
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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 @@ -9,7 +9,7 @@
"next": "13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"scripts": {
"dev": "next dev",
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 @@ -10,7 +10,7 @@
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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 @@ -12,7 +12,7 @@
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
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 @@ -10,7 +10,7 @@
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-auth": "^2.2.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/exchange-retry": "^1.2.1",
"@urql/exchange-retry": "^1.3.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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 @@ -9,11 +9,11 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/exchange-graphcache": "^7.0.2",
"@urql/exchange-graphcache": "^7.1.0",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.0.7"
"urql": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/svelte": "^4.1.1",
"@urql/svelte": "^4.2.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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^5.0.3",
"@urql/vue": "^1.1.3",
"@urql/vue": "^1.2.0",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
Expand Down
7 changes: 7 additions & 0 deletions exchanges/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.2.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 2.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-auth",
"version": "2.1.6",
"version": "2.2.0",
"description": "An exchange for managing authentication and token refresh in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-context",
"version": "0.2.1",
"version": "0.3.0",
"description": "An exchange for setting (a)synchronous operation-context in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.3.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-execute",
"version": "2.2.2",
"version": "2.3.0",
"description": "An exchange for executing queries against a local schema in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/exchange-graphcache

## 7.1.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-graphcache",
"version": "7.0.2",
"version": "7.1.0",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/persisted/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/exchange-persisted-fetch

## 4.3.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/persisted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-persisted",
"version": "4.2.0",
"version": "4.3.0",
"description": "An exchange that allows for persisted queries support when fetching queries",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/populate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/exchange-populate

## 1.2.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/populate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-populate",
"version": "1.1.2",
"version": "1.2.0",
"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
7 changes: 7 additions & 0 deletions exchanges/refocus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.1.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/refocus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-refocus",
"version": "1.0.2",
"version": "1.1.0",
"description": "An exchange that dispatches active operations when the window regains focus",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/request-policy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.2.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.0",
"version": "1.2.0",
"description": "An exchange for operation request-policy upgrading in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
7 changes: 7 additions & 0 deletions exchanges/retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.0

### Minor Changes

- Mark `@urql/core` as a peer dependency as well as a regular dependency
Submitted by [@kitten](https://github.com/kitten) (See [#3579](https://github.com/urql-graphql/urql/pull/3579))

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-retry",
"version": "1.2.1",
"version": "1.3.0",
"description": "An exchange for operation retry support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down
Loading

0 comments on commit 88bed21

Please sign in to comment.