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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#3636)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
9e674d3e 88f20c75

+10 -8
-5
.changeset/mighty-parents-fetch.md
··· 1 - --- 2 - "@urql/svelte": patch 3 - --- 4 - 5 - add support for Svelte 5 in the `peerDependencies`
+1 -1
examples/with-svelte/package.json
··· 9 9 }, 10 10 "dependencies": { 11 11 "@urql/core": "^5.0.4", 12 - "@urql/svelte": "^4.2.0", 12 + "@urql/svelte": "^4.2.1", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5" 15 15 },
+7
packages/svelte-urql/CHANGELOG.md
··· 1 1 # @urql/svelte 2 2 3 + ## 4.2.1 4 + 5 + ### Patch Changes 6 + 7 + - add support for Svelte 5 in the `peerDependencies` 8 + Submitted by [@itssumitrai](https://github.com/itssumitrai) (See [#3634](https://github.com/urql-graphql/urql/pull/3634)) 9 + 3 10 ## 4.2.0 4 11 5 12 ### Minor Changes
+1 -1
packages/svelte-urql/jsr.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.0", 3 + "version": "4.2.1", 4 4 "exports": { 5 5 ".": "./src/index.ts" 6 6 },
+1 -1
packages/svelte-urql/package.json
··· 1 1 { 2 2 "name": "@urql/svelte", 3 - "version": "4.2.0", 3 + "version": "4.2.1", 4 4 "description": "A highly customizable and versatile GraphQL client for Svelte", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",