From c667325ec13cad88ccabe2b6c2f4fd18d278e2e4 Mon Sep 17 00:00:00 2001 From: Ryan Carniato Date: Thu, 11 Jul 2024 08:34:52 -0700 Subject: [PATCH] v1.0.4 --- .changeset/chilled-phones-sin.md | 5 ----- examples/bare/package.json | 2 +- examples/basic/package.json | 2 +- examples/experiments/package.json | 2 +- examples/hackernews/package.json | 2 +- examples/notes/package.json | 2 +- examples/todomvc/package.json | 2 +- examples/with-auth/package.json | 2 +- examples/with-authjs/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-prisma/package.json | 2 +- examples/with-solid-styled/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-trpc/package.json | 2 +- examples/with-unocss/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/start/CHANGELOG.md | 6 +++++ packages/start/package.json | 2 +- pnpm-lock.yaml | 30 ++++++++++++------------- 19 files changed, 37 insertions(+), 36 deletions(-) delete mode 100644 .changeset/chilled-phones-sin.md diff --git a/.changeset/chilled-phones-sin.md b/.changeset/chilled-phones-sin.md deleted file mode 100644 index 2c107d822..000000000 --- a/.changeset/chilled-phones-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@solidjs/start": patch ---- - -Fixed a regression that resulted in an `Response body object should not be disturbed or locked` error during form body parsing. diff --git a/examples/bare/package.json b/examples/bare/package.json index 0369ad8f5..09026ea0d 100644 --- a/examples/bare/package.json +++ b/examples/bare/package.json @@ -7,7 +7,7 @@ "start": "vinxi start" }, "dependencies": { - "@solidjs/start": "^1.0.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "vinxi": "^0.3.14" }, diff --git a/examples/basic/package.json b/examples/basic/package.json index 693a095b2..17d7ae81a 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "vinxi": "^0.3.14" }, diff --git a/examples/experiments/package.json b/examples/experiments/package.json index 3c4747998..1511484b1 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "vinxi": "^0.3.14" }, diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index d3d4d8a23..7904d2cbc 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "vinxi": "^0.3.14" }, diff --git a/examples/notes/package.json b/examples/notes/package.json index 233572a66..ab4dbc920 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.3", + "@solidjs/start": "^1.0.4", "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 dae45e4fa..f46c56694 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "unstorage": "1.10.2", "vinxi": "^0.3.14" diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 38a288d8f..82b022a61 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "unstorage": "1.10.2", "vinxi": "^0.3.14" diff --git a/examples/with-authjs/package.json b/examples/with-authjs/package.json index 8d1c3d86b..21b67bd9c 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "vinxi": "^0.3.14" }, diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 55baef903..1fdf344f0 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.3", + "@solidjs/start": "^1.0.4", "@vinxi/plugin-mdx": "^3.7.1", "solid-js": "^1.8.18", "vinxi": "^0.3.14", diff --git a/examples/with-prisma/package.json b/examples/with-prisma/package.json index b5bd63b55..51f4196ee 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.3", + "@solidjs/start": "^1.0.4", "prisma": "^5.12.1", "solid-js": "^1.8.18", "vinxi": "^0.3.14" diff --git a/examples/with-solid-styled/package.json b/examples/with-solid-styled/package.json index 78876f661..72db96980 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.3", + "@solidjs/start": "^1.0.4", "solid-js": "^1.8.18", "solid-styled": "^0.11.1", "vinxi": "^0.3.14", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index f41b9ca23..0b4a6fc81 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.3", + "@solidjs/start": "^1.0.4", "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 9af9ccb70..783386456 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.3", + "@solidjs/start": "^1.0.4", "@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 ac59e4f84..ae2d038f7 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.3", + "@solidjs/start": "^1.0.4", "@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 3d623646e..552108da6 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.3", + "@solidjs/start": "^1.0.4", "@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 d7e561035..93222778e 100644 --- a/packages/start/CHANGELOG.md +++ b/packages/start/CHANGELOG.md @@ -1,5 +1,11 @@ # @solidjs/start +## 1.0.4 + +### Patch Changes + +- 5997509: Fixed a regression that resulted in an `Response body object should not be disturbed or locked` error during form body parsing. + ## 1.0.3 ### Patch Changes diff --git a/packages/start/package.json b/packages/start/package.json index 001c433f8..49ad7c790 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@solidjs/start", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "author": "Ryan Carniato", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2a42dad39..4ee423791 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,7 +115,7 @@ importers: examples/bare: dependencies: '@solidjs/start': - specifier: ^1.0.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 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.3 + specifier: ^1.0.4 version: link:../../packages/start '@solidjs/testing-library': specifier: ^0.8.7