diff --git a/.changeset/modern-lizards-wink.md b/.changeset/modern-lizards-wink.md deleted file mode 100644 index 3a17e9502..000000000 --- a/.changeset/modern-lizards-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/start": patch ---- - -drastically improve asset resolution performance diff --git a/examples/bare/package.json b/examples/bare/package.json index 81d226b5e..43d1662ea 100644 --- a/examples/bare/package.json +++ b/examples/bare/package.json @@ -7,7 +7,7 @@ "start": "vinxi start" }, "dependencies": { - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "vinxi": "^0.4.1" }, diff --git a/examples/basic/package.json b/examples/basic/package.json index f9d84ad4c..93a1ba6da 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -10,7 +10,7 @@ "dependencies": { "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "vinxi": "^0.4.1" }, diff --git a/examples/experiments/package.json b/examples/experiments/package.json index 0440acf41..1e01b8165 100644 --- a/examples/experiments/package.json +++ b/examples/experiments/package.json @@ -9,7 +9,7 @@ "dependencies": { "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "vinxi": "^0.4.1" }, diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 679e0182a..0ccc32a22 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "vinxi": "^0.4.1" }, diff --git a/examples/notes/package.json b/examples/notes/package.json index f8b30ff12..d5725abd4 100644 --- a/examples/notes/package.json +++ b/examples/notes/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "date-fns": "^3.6.0", "solid-js": "^1.8.18", "marked": "^12.0.1", diff --git a/examples/todomvc/package.json b/examples/todomvc/package.json index d6602317f..377126335 100644 --- a/examples/todomvc/package.json +++ b/examples/todomvc/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "unstorage": "1.10.2", "vinxi": "^0.4.1" diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 5dc38b64f..241251ea1 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "unstorage": "1.10.2", "vinxi": "^0.4.1" diff --git a/examples/with-authjs/package.json b/examples/with-authjs/package.json index db06912c6..15eb7efbb 100644 --- a/examples/with-authjs/package.json +++ b/examples/with-authjs/package.json @@ -20,7 +20,7 @@ "@solid-mediakit/auth": "^2.0.11", "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "vinxi": "^0.4.1" }, diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 295e2bf9a..baa58fa07 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,7 +9,7 @@ "dependencies": { "@mdx-js/mdx": "^2.3.0", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "@vinxi/plugin-mdx": "^3.7.1", "solid-js": "^1.8.18", "vinxi": "^0.4.1", diff --git a/examples/with-prisma/package.json b/examples/with-prisma/package.json index 4d0ef48ac..54d16ec58 100644 --- a/examples/with-prisma/package.json +++ b/examples/with-prisma/package.json @@ -12,7 +12,7 @@ "dependencies": { "@prisma/client": "^5.12.1", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "prisma": "^5.12.1", "solid-js": "^1.8.18", "vinxi": "^0.4.1" diff --git a/examples/with-solid-styled/package.json b/examples/with-solid-styled/package.json index 53f8be0e2..81895ef79 100644 --- a/examples/with-solid-styled/package.json +++ b/examples/with-solid-styled/package.json @@ -9,7 +9,7 @@ "dependencies": { "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "solid-js": "^1.8.18", "solid-styled": "^0.11.1", "vinxi": "^0.4.1", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 18fce5927..d8dbc53c2 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "solid-js": "^1.8.18", diff --git a/examples/with-trpc/package.json b/examples/with-trpc/package.json index 6ec70dc62..60a670da1 100644 --- a/examples/with-trpc/package.json +++ b/examples/with-trpc/package.json @@ -9,7 +9,7 @@ "dependencies": { "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "@trpc/client": "^10.45.2", "@trpc/server": "^10.45.2", "@typeschema/valibot": "^0.13.4", diff --git a/examples/with-unocss/package.json b/examples/with-unocss/package.json index dd96ff947..b640f3e6b 100644 --- a/examples/with-unocss/package.json +++ b/examples/with-unocss/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "@unocss/reset": "^0.59.2", "solid-js": "^1.8.18", "unocss": "^0.59.2", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index a12d27bad..541834bc5 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.14.1", - "@solidjs/start": "^1.0.5", + "@solidjs/start": "^1.0.6", "@solidjs/testing-library": "^0.8.7", "@testing-library/jest-dom": "^6.4.2", "@testing-library/user-event": "^14.5.2", diff --git a/packages/start/CHANGELOG.md b/packages/start/CHANGELOG.md index e0a912ea2..2ebd60fa3 100644 --- a/packages/start/CHANGELOG.md +++ b/packages/start/CHANGELOG.md @@ -1,5 +1,11 @@ # @solidjs/start +## 1.0.6 + +### Patch Changes + +- d86ab61: drastically improve asset resolution performance + ## 1.0.5 ### Patch Changes diff --git a/packages/start/package.json b/packages/start/package.json index 7fdcce6fc..a74af4535 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@solidjs/start", - "version": "1.0.5", + "version": "1.0.6", "type": "module", "author": "Ryan Carniato", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 783470f3d..77ee29a5d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,7 +115,7 @@ importers: examples/bare: dependencies: '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -133,7 +133,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -151,7 +151,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -166,7 +166,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -181,7 +181,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start date-fns: specifier: ^3.6.0 @@ -205,7 +205,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -223,7 +223,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -257,7 +257,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -325,7 +325,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start '@vinxi/plugin-mdx': specifier: ^3.7.1 @@ -349,7 +349,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start prisma: specifier: ^5.12.1 @@ -374,7 +374,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start solid-js: specifier: ^1.8.18 @@ -395,7 +395,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start autoprefixer: specifier: ^10.4.19 @@ -422,7 +422,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start '@trpc/client': specifier: ^10.45.2 @@ -449,7 +449,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start '@unocss/reset': specifier: ^0.59.2 @@ -473,7 +473,7 @@ importers: specifier: ^0.14.1 version: 0.14.1(solid-js@1.8.18) '@solidjs/start': - specifier: ^1.0.5 + specifier: ^1.0.6 version: link:../../packages/start '@solidjs/testing-library': specifier: ^0.8.7