Skip to content

Commit

Permalink
Version Packages (#3756)
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, 2025
1 parent 573944c commit e850c98
Show file tree
Hide file tree
Showing 74 changed files with 273 additions and 131 deletions.
23 changes: 0 additions & 23 deletions .changeset/purple-baboons-nail.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/with-apq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-persisted": "^4.3.0",
"@urql/core": "^5.1.1",
"@urql/exchange-persisted": "^4.3.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-defer-stream-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"dependencies": {
"@graphql-yoga/plugin-defer-stream": "^1.7.1",
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.2",
"@urql/core": "^5.1.1",
"@urql/exchange-graphcache": "^7.2.3",
"graphql": "17.0.0-alpha.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@apollo/server": "^4.4.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-graphcache-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.2",
"@urql/core": "^5.1.1",
"@urql/exchange-graphcache": "^7.2.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-graphcache-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.2.2",
"@urql/core": "^5.1.1",
"@urql/exchange-auth": "^2.2.1",
"@urql/exchange-graphcache": "^7.2.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-infinite-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/core": "^5.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/core": "^5.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/next": "^1.1.4",
"@urql/core": "^5.1.1",
"@urql/next": "^1.1.5",
"graphql": "^16.6.0",
"next": "13.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/core": "^5.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"start": "react-native start"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/core": "^5.1.1",
"graphql": "^16.6.0",
"react": "18.2.0",
"react-native": "0.71.4",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/core": "^5.1.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-refresh-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-auth": "^2.2.0",
"@urql/core": "^5.1.1",
"@urql/exchange-auth": "^2.2.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vite"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-retry": "^1.3.0",
"@urql/core": "^5.1.1",
"@urql/exchange-retry": "^1.3.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/with-subscriptions-via-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"start": "run-p client server"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/exchange-graphcache": "^7.2.2",
"@urql/core": "^5.1.1",
"@urql/exchange-graphcache": "^7.2.3",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^4.2.1"
"urql": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.1.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": "^5.1.0",
"@urql/svelte": "^4.2.2",
"@urql/core": "^5.1.1",
"@urql/svelte": "^4.2.3",
"graphql": "^16.6.0",
"svelte": "^4.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite preview"
},
"dependencies": {
"@urql/core": "^5.1.0",
"@urql/vue": "^1.4.2",
"@urql/core": "^5.1.1",
"@urql/vue": "^1.4.3",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
Expand Down
13 changes: 12 additions & 1 deletion exchanges/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.2.1

### Patch Changes

- Omit minified files and sourcemaps' `sourcesContent` in published packages
Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- @urql/core@5.1.1

## 2.2.0

### Minor Changes
Expand Down Expand Up @@ -89,7 +98,9 @@
});
},
didAuthError(error) {
return error.graphQLErrors.some(e => e.extensions?.code === 'FORBIDDEN');
return error.graphQLErrors.some(
e => e.extensions?.code === 'FORBIDDEN'
);
},
async refreshAuth() {
const result = await utils.mutate(REFRESH, { token });
Expand Down
2 changes: 1 addition & 1 deletion exchanges/auth/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-auth",
"version": "2.2.0",
"version": "2.2.1",
"exports": {
".": "./src/index.ts"
},
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.2.0",
"version": "2.2.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 @@ -52,7 +52,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "workspace:^5.1.0",
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions exchanges/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.3.1

### Patch Changes

- Omit minified files and sourcemaps' `sourcesContent` in published packages
Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- @urql/core@5.1.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-context",
"version": "0.3.0",
"version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions exchanges/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-context",
"version": "0.3.0",
"version": "0.3.1",
"description": "An exchange for setting (a)synchronous operation-context in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@urql/core": "^5.0.0"
},
"dependencies": {
"@urql/core": "workspace:^5.1.0",
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions exchanges/execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.3.1

### Patch Changes

- Omit minified files and sourcemaps' `sourcesContent` in published packages
Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- @urql/core@5.1.1

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/exchange-execute",
"version": "2.3.0",
"version": "2.3.1",
"exports": {
".": "./src/index.ts"
},
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": "2.3.0",
"version": "2.3.1",
"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 @@ -49,7 +49,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@urql/core": "workspace:^5.1.0",
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions exchanges/graphcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urql/exchange-graphcache

## 7.2.3

### Patch Changes

- Omit minified files and sourcemaps' `sourcesContent` in published packages
Submitted by [@kitten](https://github.com/kitten) (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- Updated dependencies (See [#3755](https://github.com/urql-graphql/urql/pull/3755))
- @urql/core@5.1.1

## 7.2.2

### Patch Changes
Expand Down
Loading

0 comments on commit e850c98

Please sign in to comment.