diff --git a/examples/with-api-routes/package.json b/examples/with-api-routes/package.json index 458c4f36..b560addd 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.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-elysia/package.json b/examples/with-elysia/package.json index 2fc088a0..73d6f533 100644 --- a/examples/with-elysia/package.json +++ b/examples/with-elysia/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.1-canary.1", + "brisa": "0.2.1-canary.2", "elysia": "latest" }, "devDependencies": { diff --git a/examples/with-external-web-component/package.json b/examples/with-external-web-component/package.json index 6ee1b56a..896b600b 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.2.1-canary.1", + "brisa": "0.2.1-canary.2", "counter-wc": "0.1.3", "calendar-native-web-component": "0.0.32" }, diff --git a/examples/with-i18n/package.json b/examples/with-i18n/package.json index 26d35c00..d3cf03f8 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index d1cbe657..56db82e3 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-pandacss/package.json b/examples/with-pandacss/package.json index 00c976c2..a86c6511 100644 --- a/examples/with-pandacss/package.json +++ b/examples/with-pandacss/package.json @@ -12,7 +12,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "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 a938ecfb..9c7a36d9 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.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-streaming-list/package.json b/examples/with-streaming-list/package.json index d5ac9a9f..d40834b0 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.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index cc43e929..104c0d9d 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.1-canary.1" + "brisa": "0.2.1-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index ff5197b0..70fe35e6 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.2.1-canary.1", - "brisa-tailwindcss": "0.2.1-canary.1", + "brisa": "0.2.1-canary.2", + "brisa-tailwindcss": "0.2.1-canary.2", "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 3402f2be..c7fb34c8 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.2.1-canary.1", - "brisa-tailwindcss": "0.2.1-canary.1", + "brisa": "0.2.1-canary.2", + "brisa-tailwindcss": "0.2.1-canary.2", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/package.json b/package.json index 898a1c04..4fbb8e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brisa-monorepo", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "description": "The next-gen web framework.", "repository": { "type": "git", @@ -58,4 +58,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 247810cd..104832cd 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "brisa-adapter-vercel", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "license": "MIT", "type": "module", "main": "./dist/index.js", diff --git a/packages/brisa-pandacss/package.json b/packages/brisa-pandacss/package.json index 388756cd..f792dde5 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-pandacss", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index 31cf9aef..6648f82e 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-tailwindcss", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa/package.json b/packages/brisa/package.json index ced552e9..548a5ab0 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -1,6 +1,6 @@ { "name": "brisa", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "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 8ba067ec..30808f8c 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/www/package.json b/packages/www/package.json index 94f44fc7..77274673 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.2.1-canary.1", + "version": "0.2.1-canary.2", "module": "src/pages/index.tsx", "type": "module", "scripts": {