Skip to content

Commit 917ac60

Browse files
Version Packages (#3853)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 773cae7 commit 917ac60

11 files changed

Lines changed: 25 additions & 21 deletions

File tree

.changeset/late-boats-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shiny-pets-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/some-bushes-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/with-solid-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@solidjs/router": "^0.15.4",
1212
"@solidjs/start": "^1.2.1",
1313
"@urql/core": "^6.0.1",
14-
"@urql/solid-start": "^0.1.0",
14+
"@urql/solid-start": "^0.2.0",
1515
"graphql": "^16.9.0",
1616
"solid-js": "^1.9.10",
1717
"vinxi": "^0.5.0"

examples/with-vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@urql/core": "^6.0.1",
12-
"@urql/vue": "^2.0.0",
12+
"@urql/vue": "^2.1.0",
1313
"graphql": "^16.6.0",
1414
"vue": "^3.2.47"
1515
},

packages/solid-start-urql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @urql/solid-start
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Fix SSR runtime failures caused by importing SolidStart's `action` API at module load time by reading `action` from `Provider` context instead
8+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3850](https://github.com/urql-graphql/urql/pull/3850))
9+
10+
### Patch Changes
11+
12+
- ⚠️ Fix `createSubscription` to use `@urql/solid-start` context instead of re-exporting the Solid-only implementation from `@urql/solid`
13+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#3850](https://github.com/urql-graphql/urql/pull/3850))
14+
315
## 0.1.0
416

517
### Minor Changes

packages/solid-start-urql/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/solid-start",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/solid-start-urql/package.json

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

packages/vue-urql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @urql/vue
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Optional custom injection key support for `provideClient`, `install`, `useClient`, and `useClientHandle`. Multiple clients can be provided and consumed under different keys; default key remains `'$urql'` for backward compatibility
8+
Submitted by [@albertcito](https://github.com/albertcito) (See [#3858](https://github.com/urql-graphql/urql/pull/3858))
9+
310
## 2.0.0
411

512
### Major Changes

packages/vue-urql/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/vue",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/index.ts"
66
},

0 commit comments

Comments
 (0)