diff --git a/examples/with-api-routes/package.json b/examples/with-api-routes/package.json index 39f063ff..a6ad8344 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.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-elysia/package.json b/examples/with-elysia/package.json index fe590134..e515365b 100644 --- a/examples/with-elysia/package.json +++ b/examples/with-elysia/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.2-canary.1", + "brisa": "0.2.2-canary.2", "elysia": "latest" }, "devDependencies": { diff --git a/examples/with-external-web-component/package.json b/examples/with-external-web-component/package.json index 714a885a..e8adf442 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.2-canary.1", + "brisa": "0.2.2-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 dbaf72ac..b9cb6287 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 8097f25c..4080e77c 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-pandacss/package.json b/examples/with-pandacss/package.json index 48c677d8..c88b6e71 100644 --- a/examples/with-pandacss/package.json +++ b/examples/with-pandacss/package.json @@ -12,7 +12,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.2-canary.1" + "brisa": "0.2.2-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 cb145a7a..04ed9716 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.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-ssr-modal/package.json b/examples/with-ssr-modal/package.json index 2096c9e7..7b8e8e82 100644 --- a/examples/with-ssr-modal/package.json +++ b/examples/with-ssr-modal/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-streaming-list/package.json b/examples/with-streaming-list/package.json index 01750e86..8c749445 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.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index f266206c..189e19b8 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.2.2-canary.1" + "brisa": "0.2.2-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 82ce137d..2b29acfc 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.2-canary.1", - "brisa-tailwindcss": "0.2.2-canary.1", + "brisa": "0.2.2-canary.2", + "brisa-tailwindcss": "0.2.2-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 a24eac71..738649bc 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.2-canary.1", - "brisa-tailwindcss": "0.2.2-canary.1", + "brisa": "0.2.2-canary.2", + "brisa-tailwindcss": "0.2.2-canary.2", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/package.json b/package.json index 10d0a5f7..8eae0738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brisa-monorepo", - "version": "0.2.2-canary.1", + "version": "0.2.2-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 0f18b07e..3b3cd25f 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "brisa-adapter-vercel", - "version": "0.2.2-canary.1", + "version": "0.2.2-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 c6adecd1..c0fd1ab3 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-pandacss", - "version": "0.2.2-canary.1", + "version": "0.2.2-canary.2", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index fec20fe0..867b568c 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-tailwindcss", - "version": "0.2.2-canary.1", + "version": "0.2.2-canary.2", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa/package.json b/packages/brisa/package.json index f9735e5d..ec7ae29c 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -1,6 +1,6 @@ { "name": "brisa", - "version": "0.2.2-canary.1", + "version": "0.2.2-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 9691089b..de31480a 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa", - "version": "0.2.2-canary.1", + "version": "0.2.2-canary.2", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/www/package.json b/packages/www/package.json index 0daf0183..dffd0310 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.2.2-canary.1", + "version": "0.2.2-canary.2", "module": "src/pages/index.tsx", "type": "module", "scripts": {