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

Version Packages (#3667)

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

Changed files
+60 -46
.changeset
examples
with-next
exchanges
auth
context
execute
graphcache
persisted
populate
refocus
request-policy
retry
packages
core
introspection
next-urql
preact-urql
react-urql
solid-urql
storage-rn
svelte-urql
vue-urql
-5
.changeset/chilly-cows-brake.md
···
-
---
-
'@urql/solid': patch
-
---
-
-
Export Provider from the entry
···
-5
.changeset/forty-cameras-check.md
···
-
---
-
'@urql/solid': minor
-
---
-
-
Initial release
···
-5
.changeset/healthy-years-ring.md
···
-
---
-
'@urql/solid': patch
-
---
-
-
Correctly track query data reads with suspense
···
-5
.changeset/hungry-pandas-accept.md
···
-
---
-
'@urql/next': patch
-
---
-
-
export SSRContext from provider
···
-5
.changeset/perfect-worms-deliver.md
···
-
---
-
'@urql/solid': patch
-
---
-
-
feat(solid): reconcile data updates
···
+1 -1
examples/with-next/package.json
···
"private": true,
"dependencies": {
"@urql/core": "^5.0.6",
-
"@urql/next": "^1.1.1",
"graphql": "^16.6.0",
"next": "13.4.2",
"react": "^18.2.0",
···
"private": true,
"dependencies": {
"@urql/core": "^5.0.6",
+
"@urql/next": "^1.1.2",
"graphql": "^16.6.0",
"next": "13.4.2",
"react": "^18.2.0",
+1 -1
exchanges/auth/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/context/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/execute/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/graphcache/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/persisted/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/populate/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/refocus/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/request-policy/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
exchanges/retry/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
packages/core/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
packages/introspection/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+7
packages/next-urql/CHANGELOG.md
···
# Changelog
## 1.1.1
### Patch Changes
···
# Changelog
+
## 1.1.2
+
+
### Patch Changes
+
+
- export SSRContext from provider
+
Submitted by [@ccummings](https://github.com/ccummings) (See [#3659](https://github.com/urql-graphql/urql/pull/3659))
+
## 1.1.1
### Patch Changes
+2 -2
packages/next-urql/jsr.json
···
{
"name": "@urql/next",
-
"version": "1.1.1",
"exports": {
".": "./src/index.ts",
"./rsc": "./src/rsc.ts"
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
{
"name": "@urql/next",
+
"version": "1.1.2",
"exports": {
".": "./src/index.ts",
"./rsc": "./src/rsc.ts"
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
packages/next-urql/package.json
···
{
"name": "@urql/next",
-
"version": "1.1.1",
"description": "Convenience wrappers for using urql with NextJS.",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
{
"name": "@urql/next",
+
"version": "1.1.2",
"description": "Convenience wrappers for using urql with NextJS.",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+1 -1
packages/preact-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
packages/react-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+17
packages/solid-urql/CHANGELOG.md
···
···
+
# @urql/solid
+
+
## 0.1.0
+
+
### Minor Changes
+
+
- Initial release
+
Submitted by [@stefanmaric](https://github.com/stefanmaric) (See [#3607](https://github.com/urql-graphql/urql/pull/3607))
+
+
### Patch Changes
+
+
- Export Provider from the entry
+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3670](https://github.com/urql-graphql/urql/pull/3670))
+
- Correctly track query data reads with suspense
+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3672](https://github.com/urql-graphql/urql/pull/3672))
+
- feat(solid): reconcile data updates
+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3674](https://github.com/urql-graphql/urql/pull/3674))
+15
packages/solid-urql/jsr.json
···
···
+
{
+
"name": "@urql/solid",
+
"version": "0.1.0",
+
"exports": {
+
".": "./src/index.ts"
+
},
+
"exclude": [
+
"node_modules",
+
"cypress",
+
"**/*.test.*",
+
"**/*.spec.*",
+
"**/*.test.*.snap",
+
"**/*.spec.*.snap"
+
]
+
}
+1 -1
packages/solid-urql/package.json
···
{
"name": "@urql/solid",
-
"version": "0.0.0",
"description": "A highly customizable and versatile GraphQL client for Solid",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
···
{
"name": "@urql/solid",
+
"version": "0.1.0",
"description": "A highly customizable and versatile GraphQL client for Solid",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
+1 -1
packages/storage-rn/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
packages/svelte-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}
+1 -1
packages/vue-urql/jsr.json
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
+
}