diff --git a/examples/with-api-routes/package.json b/examples/with-api-routes/package.json index 9a424da0..8106f2f9 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.5-canary.3" + "brisa": "0.1.5-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-elysia/package.json b/examples/with-elysia/package.json index 18aa1d50..15915bda 100644 --- a/examples/with-elysia/package.json +++ b/examples/with-elysia/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.5-canary.3", + "brisa": "0.1.5-canary.4", "elysia": "latest" }, "devDependencies": { diff --git a/examples/with-external-web-component/package.json b/examples/with-external-web-component/package.json index cc1f0374..80525f28 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.5-canary.3", + "brisa": "0.1.5-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 a60dac46..43d73943 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.5-canary.3" + "brisa": "0.1.5-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 305f099e..c066e994 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.5-canary.3" + "brisa": "0.1.5-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-pandacss/package.json b/examples/with-pandacss/package.json index b01b8bad..2679dc9d 100644 --- a/examples/with-pandacss/package.json +++ b/examples/with-pandacss/package.json @@ -12,7 +12,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.5-canary.3" + "brisa": "0.1.5-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 eddb5928..f1e4217c 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.5-canary.3" + "brisa": "0.1.5-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-streaming-list/package.json b/examples/with-streaming-list/package.json index c1684021..fcf2de72 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.5-canary.3" + "brisa": "0.1.5-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index 4db5b46c..9d4f19c6 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.5-canary.3" + "brisa": "0.1.5-canary.4" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 3ae7e8a4..c254481e 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tailwindcss/postcss": "4.0.0-alpha.25", - "brisa": "0.1.5-canary.3", - "brisa-tailwindcss": "0.1.5-canary.3", + "brisa": "0.1.5-canary.4", + "brisa-tailwindcss": "0.1.5-canary.4", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/examples/with-view-transitions/package.json b/examples/with-view-transitions/package.json index 8a84665b..4e258c62 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.5-canary.3", - "brisa-tailwindcss": "0.1.5-canary.3", + "brisa": "0.1.5-canary.4", + "brisa-tailwindcss": "0.1.5-canary.4", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/package.json b/package.json index 5f6f61da..50891d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brisa-monorepo", - "version": "0.1.5-canary.3", + "version": "0.1.5-canary.4", "description": "The next-gen web framework.", "repository": { "type": "git", diff --git a/packages/adapter-vercel/package.json b/packages/adapter-vercel/package.json index fc095102..659efe7e 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "brisa-adapter-vercel", - "version": "0.1.5-canary.3", + "version": "0.1.5-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 ee7026f4..a23baf3c 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-pandacss", - "version": "0.1.5-canary.3", + "version": "0.1.5-canary.4", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index 75f5a472..be274922 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-tailwindcss", - "version": "0.1.5-canary.3", + "version": "0.1.5-canary.4", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa/package.json b/packages/brisa/package.json index 54671e49..0975af08 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -1,6 +1,6 @@ { "name": "brisa", - "version": "0.1.5-canary.3", + "version": "0.1.5-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 1df3c9ad..e2b41111 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa", - "version": "0.1.5-canary.3", + "version": "0.1.5-canary.4", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/www/package.json b/packages/www/package.json index 1b713b4c..b787ffdc 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.1.5-canary.3", + "version": "0.1.5-canary.4", "module": "src/pages/index.tsx", "type": "module", "scripts": {