From 8a039cf15d60bec4287acdc51d6a0ea0c395777a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:20:16 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 2 ++ CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 493b257..cd20526 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -62,6 +62,7 @@ "lazy-load-native-compiler", "lazy-manifest-robustness", "license-and-manifest-docs", + "manifest-client-entry-identity", "native-babel-free-refresh", "native-compiler-custom-extensions", "native-compiler-option", @@ -91,6 +92,7 @@ "server-functions-turnkey", "six-lions-joke", "solid-compiler-packages", + "ssr-inline-solid-consumers", "start-css-filter", "start-env-typed", "start-mode-terminology", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3628a20..3e56676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.0-next.41 + +### Patch Changes + +- 38434e1: Fix the start-mode handler booting the wrong chunk when the client build has several configured inputs (#353, a regression of 3.0.0-next.40 / #347). With filesystem-routing's `fileRoutes({ routers: { client }, buildInputs: 'client' })` every route module is a `build.rollupOptions.input`, and since #347 those records rightly keep `isEntry` in `virtual:solid-manifest`. The generated handler resolved the client entry by scanning for the first `isEntry` record, so a route key sorting ahead of the plugin's own `virtual:solid-ssr-entry-client.tsx` won: the document's `