Skip to content

Commit 6408474

Browse files
Version Packages (#3667)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a19f830 commit 6408474

File tree

28 files changed

+60
-46
lines changed

28 files changed

+60
-46
lines changed

.changeset/chilly-cows-brake.md

-5
This file was deleted.

.changeset/forty-cameras-check.md

-5
This file was deleted.

.changeset/healthy-years-ring.md

-5
This file was deleted.

.changeset/hungry-pandas-accept.md

-5
This file was deleted.

.changeset/perfect-worms-deliver.md

-5
This file was deleted.

examples/with-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@urql/core": "^5.0.6",
7-
"@urql/next": "^1.1.1",
7+
"@urql/next": "^1.1.2",
88
"graphql": "^16.6.0",
99
"next": "13.4.2",
1010
"react": "^18.2.0",

exchanges/auth/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/context/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/execute/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/graphcache/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"**/*.test.*.snap",
1515
"**/*.spec.*.snap"
1616
]
17-
}
17+
}

exchanges/persisted/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/populate/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/refocus/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/request-policy/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

exchanges/retry/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

packages/core/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"**/*.test.*.snap",
1414
"**/*.spec.*.snap"
1515
]
16-
}
16+
}

packages/introspection/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

packages/next-urql/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- export SSRContext from provider
8+
Submitted by [@ccummings](https://github.com/ccummings) (See [#3659](https://github.com/urql-graphql/urql/pull/3659))
9+
310
## 1.1.1
411

512
### Patch Changes

packages/next-urql/jsr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/next",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"exports": {
55
".": "./src/index.ts",
66
"./rsc": "./src/rsc.ts"
@@ -13,4 +13,4 @@
1313
"**/*.test.*.snap",
1414
"**/*.spec.*.snap"
1515
]
16-
}
16+
}

packages/next-urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/next",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Convenience wrappers for using urql with NextJS.",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/",

packages/preact-urql/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

packages/react-urql/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"**/*.test.*.snap",
1111
"**/*.spec.*.snap"
1212
]
13-
}
13+
}

packages/solid-urql/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @urql/solid
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial release
8+
Submitted by [@stefanmaric](https://github.com/stefanmaric) (See [#3607](https://github.com/urql-graphql/urql/pull/3607))
9+
10+
### Patch Changes
11+
12+
- Export Provider from the entry
13+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3670](https://github.com/urql-graphql/urql/pull/3670))
14+
- Correctly track query data reads with suspense
15+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3672](https://github.com/urql-graphql/urql/pull/3672))
16+
- feat(solid): reconcile data updates
17+
Submitted by [@XiNiHa](https://github.com/XiNiHa) (See [#3674](https://github.com/urql-graphql/urql/pull/3674))

packages/solid-urql/jsr.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "@urql/solid",
3+
"version": "0.1.0",
4+
"exports": {
5+
".": "./src/index.ts"
6+
},
7+
"exclude": [
8+
"node_modules",
9+
"cypress",
10+
"**/*.test.*",
11+
"**/*.spec.*",
12+
"**/*.test.*.snap",
13+
"**/*.spec.*.snap"
14+
]
15+
}

packages/solid-urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/solid",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A highly customizable and versatile GraphQL client for Solid",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/",

packages/storage-rn/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

packages/svelte-urql/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

packages/vue-urql/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"**/*.test.*.snap",
1313
"**/*.spec.*.snap"
1414
]
15-
}
15+
}

0 commit comments

Comments
 (0)