Skip to content

Commit

Permalink
release: v5.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 16, 2024
1 parent d9473a8 commit e197965
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 48 deletions.
4 changes: 2 additions & 2 deletions examples/solid/basic-graphql-request/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.30.3",
"@tanstack/solid-query-devtools": "^5.30.3",
"@tanstack/solid-query": "^5.30.4",
"@tanstack/solid-query-devtools": "^5.30.4",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"solid-js": "^1.8.14"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic-typescript/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.30.3",
"@tanstack/solid-query-devtools": "^5.30.3",
"@tanstack/solid-query": "^5.30.4",
"@tanstack/solid-query-devtools": "^5.30.4",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/default-query-function/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.30.3",
"@tanstack/solid-query-devtools": "^5.30.3",
"@tanstack/solid-query": "^5.30.4",
"@tanstack/solid-query-devtools": "^5.30.4",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/solid-query": "^5.30.3",
"@tanstack/solid-query-devtools": "^5.30.3",
"@tanstack/solid-query": "^5.30.4",
"@tanstack/solid-query-devtools": "^5.30.4",
"solid-js": "^1.8.14"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/solid-start-streaming/package.json
Expand Up @@ -11,8 +11,8 @@
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.13.2",
"@solidjs/start": "^1.0.0-rc.0",
"@tanstack/solid-query": "^5.30.3",
"@tanstack/solid-query-devtools": "^5.30.3",
"@tanstack/solid-query": "^5.30.4",
"@tanstack/solid-query-devtools": "^5.30.4",
"solid-js": "^1.8.14",
"vinxi": "^0.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-devtools",
"version": "5.30.3",
"version": "5.30.4",
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-persist-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-persist-client",
"version": "5.30.3",
"version": "5.30.4",
"description": "Solid.js bindings to work with persisters in TanStack/solid-query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query",
"version": "5.30.3",
"version": "5.30.4",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
51 changes: 16 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e197965

Please sign in to comment.