diff --git a/examples/with-api-routes/package.json b/examples/with-api-routes/package.json index 2f2a2b2c..ceefded1 100644 --- a/examples/with-api-routes/package.json +++ b/examples/with-api-routes/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-elysia/package.json b/examples/with-elysia/package.json index 81c5997e..63c5f9ea 100644 --- a/examples/with-elysia/package.json +++ b/examples/with-elysia/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3", + "brisa": "0.1.7-canary.4", "elysia": "latest" }, "devDependencies": { diff --git a/examples/with-external-web-component/package.json b/examples/with-external-web-component/package.json index c6ba85d6..934cb766 100644 --- a/examples/with-external-web-component/package.json +++ b/examples/with-external-web-component/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3", + "brisa": "0.1.7-canary.4", "counter-wc": "0.1.1", "calendar-native-web-component": "0.0.32" }, diff --git a/examples/with-i18n/package.json b/examples/with-i18n/package.json index e4e8bbab..7a14e647 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index a2fe0d54..6e0d28ef 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-pandacss/package.json b/examples/with-pandacss/package.json index 24c0b838..1915d884 100644 --- a/examples/with-pandacss/package.json +++ b/examples/with-pandacss/package.json @@ -12,7 +12,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@pandacss/dev": "0.46.1", diff --git a/examples/with-sqlite-with-server-action/package.json b/examples/with-sqlite-with-server-action/package.json index 827ee7ed..a035c1ae 100644 --- a/examples/with-sqlite-with-server-action/package.json +++ b/examples/with-sqlite-with-server-action/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-streaming-list/package.json b/examples/with-streaming-list/package.json index 515fc22b..bafbdb01 100644 --- a/examples/with-streaming-list/package.json +++ b/examples/with-streaming-list/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index 17aab57b..db71a242 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.7-canary.3" + "brisa": "0.1.7-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e52a51d5..a969443f 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tailwindcss/postcss": "4.0.0-alpha.33", - "brisa": "0.1.7-canary.3", - "brisa-tailwindcss": "0.1.7-canary.3", + "brisa": "0.1.7-canary.4", + "brisa-tailwindcss": "0.1.7-canary.4", "postcss": "8.4.49", "tailwindcss": "4.0.0-alpha.33" }, diff --git a/examples/with-view-transitions/package.json b/examples/with-view-transitions/package.json index a848dd1b..f2e89136 100644 --- a/examples/with-view-transitions/package.json +++ b/examples/with-view-transitions/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tailwindcss/postcss": "4.0.0-alpha.25", - "brisa": "0.1.7-canary.3", - "brisa-tailwindcss": "0.1.7-canary.3", + "brisa": "0.1.7-canary.4", + "brisa-tailwindcss": "0.1.7-canary.4", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/package.json b/package.json index 9401ff3e..49b3fa53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brisa-monorepo", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "description": "The next-gen web framework.", "repository": { "type": "git", @@ -57,4 +57,4 @@ "@biomejs/biome": "1.9.4", "husky": "9.1.6" } -} \ No newline at end of file +} diff --git a/packages/adapter-vercel/package.json b/packages/adapter-vercel/package.json index e57b79cf..232e67fa 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "brisa-adapter-vercel", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "license": "MIT", "type": "module", "main": "./dist/index.js", diff --git a/packages/brisa-pandacss/package.json b/packages/brisa-pandacss/package.json index 0f579c53..33967065 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-pandacss", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index 214831d1..3de4a0b2 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-tailwindcss", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa/package.json b/packages/brisa/package.json index 8439fd13..57b74227 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -1,6 +1,6 @@ { "name": "brisa", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "description": "Brisa, the next-gen web framework.", "repository": { "type": "git", diff --git a/packages/create-brisa/package.json b/packages/create-brisa/package.json index 233005ba..21efd861 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/www/package.json b/packages/www/package.json index adddbb5a..dddcda52 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.1.7-canary.3", + "version": "0.1.7-canary.4", "module": "src/pages/index.tsx", "type": "module", "scripts": {