From e8275452202a634eff446f8686e04006c71f094e Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 3 Jul 2024 01:04:17 +0000 Subject: [PATCH] release: v1.43.7 --- examples/react/basic-ssr-file-based/package.json | 2 +- examples/react/basic-ssr-streaming-file-based/package.json | 2 +- examples/react/start-basic-react-query/package.json | 2 +- examples/react/start-basic-rsc/package.json | 2 +- examples/react/start-basic/package.json | 2 +- examples/react/start-trellaux/package.json | 2 +- examples/react/wip-with-bling/package.json | 2 +- packages/start/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index fb17e01f6d..fe460d690f 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.43.6", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "@tanstack/router-devtools": "^1.43.6", "@tanstack/router-vite-plugin": "^1.43.5", "redaxios": "^0.5.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index 6c45846b8d..5e27ef3325 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.43.6", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "@tanstack/router-devtools": "^1.43.6", "@tanstack/router-vite-plugin": "^1.43.5", "redaxios": "^0.5.0", diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 1c2980fff4..8b6fb9f808 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -20,7 +20,7 @@ "@tanstack/react-router-with-query": "^1.43.2", "@tanstack/router-devtools": "^1.43.6", "@tanstack/router-vite-plugin": "^1.43.5", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4", "dotenv": "^16.4.5", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index d8251971ee..7486eef6e6 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -16,7 +16,7 @@ "@tanstack/react-router": "^1.43.6", "@tanstack/router-devtools": "^1.43.6", "@tanstack/router-vite-plugin": "^1.43.5", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "redaxios": "^0.5.0", "tailwind-merge": "^1.14.0", "vinxi": "^0.3.11" diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 0ff5f2ace4..b2bf88c21d 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -17,7 +17,7 @@ "@tanstack/react-router": "^1.43.6", "@tanstack/router-devtools": "^1.43.6", "@tanstack/router-vite-plugin": "^1.43.5", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4", "dotenv": "^16.4.5", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index 33d2df3e70..599ed1bd8f 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -17,7 +17,7 @@ "@tanstack/react-router": "^1.43.6", "@tanstack/router-devtools": "^1.43.6", "@tanstack/router-vite-plugin": "^1.43.5", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4", "isbot": "^3.7.0", diff --git a/examples/react/wip-with-bling/package.json b/examples/react/wip-with-bling/package.json index 070c803314..39ca71b108 100644 --- a/examples/react/wip-with-bling/package.json +++ b/examples/react/wip-with-bling/package.json @@ -13,7 +13,7 @@ "dependencies": { "@tanstack/bling": "^0.5.0", "@tanstack/react-router": "^1.43.6", - "@tanstack/start": "^1.43.6", + "@tanstack/start": "^1.43.7", "@tanstack/react-store": "^0.2.1", "@tanstack/router-devtools": "^1.43.6", "redaxios": "^0.5.0", diff --git a/packages/start/package.json b/packages/start/package.json index 075d4f1403..fe117284c5 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.43.6", + "version": "1.43.7", "description": "", "author": "Tanner Linsley", "license": "MIT",