Skip to content

Commit b98e737

Browse files
committed
docs(manifest): add broadcastQueryClient section
1 parent a073d83 commit b98e737

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/src/manifests/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@
236236
"title": "createLocalStoragePersistor (Experimental)",
237237
"path": "/plugins/createLocalStoragePersistor",
238238
"editUrl": "/plugins/createLocalStoragePersistor.md"
239+
},
240+
{
241+
"title": "broadcastQueryClient (Experimental)",
242+
"path": "/plugins/broadcastQueryClient",
243+
"editUrl": "/plugins/broadcastQueryClient.md"
239244
}
240245
]
241246
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sveltestack/svelte-query",
33
"private": false,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Svelte",
66
"license": "MIT",
77
"svelte": "svelte/index.js",

0 commit comments

Comments
 (0)