Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Version Packages (#3756)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+273 -131
.changeset
examples
with-apq
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-infinite-pagination
with-multipart
with-next
with-pagination
with-react
with-react-native
with-refresh-auth
with-retry
with-subscriptions-via-fetch
with-svelte
with-vue3
exchanges
packages
-23
.changeset/purple-baboons-nail.md
···
-
---
-
'@urql/exchange-auth': patch
-
'@urql/exchange-context': patch
-
'@urql/exchange-execute': patch
-
'@urql/exchange-graphcache': patch
-
'@urql/exchange-persisted': patch
-
'@urql/exchange-populate': patch
-
'@urql/exchange-refocus': patch
-
'@urql/exchange-request-policy': patch
-
'@urql/exchange-retry': patch
-
'@urql/exchange-throw-on-error': patch
-
'@urql/core': patch
-
'@urql/introspection': patch
-
'@urql/next': patch
-
'@urql/preact': patch
-
'urql': patch
-
'@urql/solid': patch
-
'@urql/storage-rn': patch
-
'@urql/svelte': patch
-
'@urql/vue': patch
-
---
-
-
Omit minified files and sourcemaps' `sourcesContent` in published packages
+3 -3
examples/with-apq/package.json
···
"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",
+3 -3
examples/with-defer-stream-directives/package.json
···
},
"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",
+3 -3
examples/with-graphcache-pagination/package.json
···
"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",
+4 -4
examples/with-graphcache-updates/package.json
···
"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",
+2 -2
examples/with-infinite-pagination/package.json
···
"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",
+2 -2
examples/with-multipart/package.json
···
"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",
+3 -3
examples/with-next/package.json
···
"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",
+2 -2
examples/with-pagination/package.json
···
"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",
+2 -2
examples/with-react-native/package.json
···
"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",
+2 -2
examples/with-react/package.json
···
"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",
+3 -3
examples/with-refresh-auth/package.json
···
"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",
+3 -3
examples/with-retry/package.json
···
"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",
+3 -3
examples/with-subscriptions-via-fetch/package.json
···
"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",
+2 -2
examples/with-svelte/package.json
···
"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"
},
+2 -2
examples/with-vue3/package.json
···
"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"
},
+12 -1
exchanges/auth/CHANGELOG.md
···
# 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
···
});
},
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 });
+1 -1
exchanges/auth/jsr.json
···
{
"name": "@urql/exchange-auth",
-
"version": "2.2.0",
+
"version": "2.2.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/auth/package.json
···
{
"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/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
+9
exchanges/context/CHANGELOG.md
···
# 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
+1 -1
exchanges/context/jsr.json
···
{
"name": "@urql/exchange-context",
-
"version": "0.3.0",
+
"version": "0.3.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/context/package.json
···
{
"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/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
+9
exchanges/execute/CHANGELOG.md
···
# 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
+1 -1
exchanges/execute/jsr.json
···
{
"name": "@urql/exchange-execute",
-
"version": "2.3.0",
+
"version": "2.3.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/execute/package.json
···
{
"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/",
···
"prepublishOnly": "run-s clean build"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"peerDependencies": {
+9
exchanges/graphcache/CHANGELOG.md
···
# @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
+1 -1
exchanges/graphcache/jsr.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "7.2.2",
+
"version": "7.2.3",
"exports": {
".": "./src/index.ts",
"./extras": "./src/extras/index.ts",
+2 -2
exchanges/graphcache/package.json
···
{
"name": "@urql/exchange-graphcache",
-
"version": "7.2.2",
+
"version": "7.2.3",
"description": "A normalized and configurable cache exchange for urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/graphcache",
···
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
+9
exchanges/persisted/CHANGELOG.md
···
# @urql/exchange-persisted-fetch
+
## 4.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
+
## 4.3.0
### Minor Changes
+1 -1
exchanges/persisted/jsr.json
···
{
"name": "@urql/exchange-persisted",
-
"version": "4.3.0",
+
"version": "4.3.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/persisted/package.json
···
{
"name": "@urql/exchange-persisted",
-
"version": "4.3.0",
+
"version": "4.3.1",
"description": "An exchange that allows for persisted queries support when fetching queries",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
+9
exchanges/populate/CHANGELOG.md
···
# @urql/exchange-populate
+
## 1.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
+
## 1.2.0
### Minor Changes
+1 -1
exchanges/populate/jsr.json
···
{
"name": "@urql/exchange-populate",
-
"version": "1.2.0",
+
"version": "1.2.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/populate/package.json
···
{
"name": "@urql/exchange-populate",
-
"version": "1.2.0",
+
"version": "1.2.1",
"description": "An exchange that automaticcally populates the mutation selection body",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations",
···
"prepublishOnly": "run-s clean build"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"peerDependencies": {
+9
exchanges/refocus/CHANGELOG.md
···
# Changelog
+
## 1.1.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
+
## 1.1.0
### Minor Changes
+1 -1
exchanges/refocus/jsr.json
···
{
"name": "@urql/exchange-refocus",
-
"version": "1.1.0",
+
"version": "1.1.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/refocus/package.json
···
{
"name": "@urql/exchange-refocus",
-
"version": "1.1.0",
+
"version": "1.1.1",
"description": "An exchange that dispatches active operations when the window regains focus",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+9
exchanges/request-policy/CHANGELOG.md
···
# Changelog
+
## 1.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
+
## 1.2.0
### Minor Changes
+1 -1
exchanges/request-policy/jsr.json
···
{
"name": "@urql/exchange-request-policy",
-
"version": "1.2.0",
+
"version": "1.2.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/request-policy/package.json
···
{
"name": "@urql/exchange-request-policy",
-
"version": "1.2.0",
+
"version": "1.2.1",
"description": "An exchange for operation request-policy upgrading in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+9
exchanges/retry/CHANGELOG.md
···
# Changelog
+
## 1.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
+
## 1.3.0
### Minor Changes
+1 -1
exchanges/retry/jsr.json
···
{
"name": "@urql/exchange-retry",
-
"version": "1.3.0",
+
"version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/retry/package.json
···
{
"name": "@urql/exchange-retry",
-
"version": "1.3.0",
+
"version": "1.3.1",
"description": "An exchange for operation retry support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+9
exchanges/throw-on-error/CHANGELOG.md
···
# @urql/exchange-throw-on-error
+
## 0.1.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.1.0
### Minor Changes
+1 -1
exchanges/throw-on-error/jsr.json
···
{
"name": "@urql/exchange-throw-on-error",
-
"version": "0.1.0",
+
"version": "0.1.1",
"exports": {
".": "./src/index.ts"
},
+2 -2
exchanges/throw-on-error/package.json
···
{
"name": "@urql/exchange-throw-on-error",
-
"version": "0.1.0",
+
"version": "0.1.1",
"description": "An exchange for throw-on-error support in urql",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"graphql-toe": "0.1.2",
"wonka": "^6.3.2"
},
+7
packages/core/CHANGELOG.md
···
# @urql/core
+
## 5.1.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))
+
## 5.1.0
### Minor Changes
+1 -1
packages/core/jsr.json
···
{
"name": "@urql/core",
-
"version": "5.1.0",
+
"version": "5.1.1",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal/index.ts"
+1 -1
packages/core/package.json
···
{
"name": "@urql/core",
-
"version": "5.1.0",
+
"version": "5.1.1",
"description": "The shared core for the highly customizable and versatile GraphQL client",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/introspection/CHANGELOG.md
···
# @urql/introspection
+
## 1.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))
+
## 1.2.0
### Minor Changes
+1 -1
packages/introspection/jsr.json
···
{
"name": "@urql/introspection",
-
"version": "1.2.0",
+
"version": "1.2.1",
"exports": {
".": "./src/index.ts"
},
+1 -1
packages/introspection/package.json
···
{
"name": "@urql/introspection",
-
"version": "1.2.0",
+
"version": "1.2.1",
"description": "Utilities for dealing with Introspection Queries and Client Schemas",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+7
packages/next-urql/CHANGELOG.md
···
# Changelog
+
## 1.1.5
+
+
### 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))
+
## 1.1.4
### Patch Changes
+1 -1
packages/next-urql/jsr.json
···
{
"name": "@urql/next",
-
"version": "1.1.4",
+
"version": "1.1.5",
"exports": {
".": "./src/index.ts",
"./rsc": "./src/rsc.ts"
+1 -1
packages/next-urql/package.json
···
{
"name": "@urql/next",
-
"version": "1.1.4",
+
"version": "1.1.5",
"description": "Convenience wrappers for using urql with NextJS.",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+9
packages/preact-urql/CHANGELOG.md
···
# @urql/preact
+
## 4.1.2
+
+
### 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
+
## 4.1.1
### Patch Changes
+1 -1
packages/preact-urql/jsr.json
···
{
"name": "@urql/preact",
-
"version": "4.1.1",
+
"version": "4.1.2",
"exports": {
".": "./src/index.ts"
},
+2 -2
packages/preact-urql/package.json
···
{
"name": "@urql/preact",
-
"version": "4.1.1",
+
"version": "4.1.2",
"description": "A highly customizable and versatile GraphQL client for Preact",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"preact": ">= 10.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+9
packages/react-urql/CHANGELOG.md
···
# urql
+
## 4.2.2
+
+
### 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
+
## 4.2.1
### Patch Changes
+1 -1
packages/react-urql/jsr.json
···
{
"name": "urql",
-
"version": "4.2.1",
+
"version": "4.2.2",
"exports": "src/index.ts",
"exclude": [
"node_modules",
+2 -2
packages/react-urql/package.json
···
{
"name": "urql",
-
"version": "4.2.1",
+
"version": "4.2.2",
"description": "A highly customizable and versatile GraphQL client for React",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"react": ">= 16.8.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+9
packages/solid-urql/CHANGELOG.md
···
# @urql/solid
+
## 0.1.2
+
+
### 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.1.1
### Patch Changes
+1 -1
packages/solid-urql/jsr.json
···
{
"name": "@urql/solid",
-
"version": "0.1.1",
+
"version": "0.1.2",
"exports": {
".": "./src/index.ts"
},
+2 -2
packages/solid-urql/package.json
···
{
"name": "@urql/solid",
-
"version": "0.1.1",
+
"version": "0.1.2",
"description": "A highly customizable and versatile GraphQL client for Solid",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"solid-js": "^1.7.7"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+7
packages/storage-rn/CHANGELOG.md
···
# Changelog
+
## 1.1.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))
+
## 1.1.0
### Minor Changes
+1 -1
packages/storage-rn/jsr.json
···
{
"name": "@urql/storage-rn",
-
"version": "1.1.0",
+
"version": "1.1.1",
"exports": {
".": "./src/index.ts"
},
+1 -1
packages/storage-rn/package.json
···
{
"name": "@urql/storage-rn",
-
"version": "1.1.0",
+
"version": "1.1.1",
"sideEffects": false,
"description": "Graphcache offline storage for React Native",
"homepage": "https://formidable.com/open-source/urql/docs/",
+9
packages/svelte-urql/CHANGELOG.md
···
# @urql/svelte
+
## 4.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
+
## 4.2.2
### Patch Changes
+1 -1
packages/svelte-urql/jsr.json
···
{
"name": "@urql/svelte",
-
"version": "4.2.2",
+
"version": "4.2.3",
"exports": {
".": "./src/index.ts"
},
+2 -2
packages/svelte-urql/package.json
···
{
"name": "@urql/svelte",
-
"version": "4.2.2",
+
"version": "4.2.3",
"description": "A highly customizable and versatile GraphQL client for Svelte",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"devDependencies": {
+9
packages/vue-urql/CHANGELOG.md
···
# @urql/vue
+
## 1.4.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
+
## 1.4.2
### Patch Changes
+1 -1
packages/vue-urql/jsr.json
···
{
"name": "@urql/vue",
-
"version": "1.4.2",
+
"version": "1.4.3",
"exports": {
".": "./src/index.ts"
},
+2 -2
packages/vue-urql/package.json
···
{
"name": "@urql/vue",
-
"version": "1.4.2",
+
"version": "1.4.3",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
-
"@urql/core": "workspace:^5.1.0",
+
"@urql/core": "workspace:^5.1.1",
"wonka": "^6.3.2"
},
"publishConfig": {
+15 -15
pnpm-lock.yaml
···
exchanges/auth:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/context:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/execute:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
specifier: ^1.0.5
version: 1.0.8(graphql@16.9.0)
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/persisted:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/populate:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/refocus:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/request-policy:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/retry:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
wonka:
specifier: ^6.3.2
···
exchanges/throw-on-error:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../../packages/core
graphql-toe:
specifier: 0.1.2
···
packages/preact-urql:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../core
wonka:
specifier: ^6.3.2
···
packages/react-urql:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../core
wonka:
specifier: ^6.3.2
···
packages/solid-urql:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../core
solid-js:
specifier: ^1.7.7
···
packages/svelte-urql:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../core
wonka:
specifier: ^6.3.2
···
packages/vue-urql:
dependencies:
'@urql/core':
-
specifier: workspace:^5.1.0
+
specifier: workspace:^5.1.1
version: link:../core
wonka:
specifier: ^6.3.2