From 4bece45cc3f8fe86a7c19253f81514dd0d0cd95c Mon Sep 17 00:00:00 2001 From: Aral Roca Date: Sun, 1 Dec 2024 23:03:05 +0100 Subject: [PATCH] chore: pre-release 0.1.8-canary.2 --- examples/with-api-routes/package.json | 2 +- examples/with-elysia/package.json | 2 +- examples/with-external-web-component/package.json | 2 +- examples/with-i18n/package.json | 2 +- examples/with-middleware/package.json | 2 +- examples/with-pandacss/package.json | 2 +- examples/with-sqlite-with-server-action/package.json | 2 +- examples/with-streaming-list/package.json | 2 +- examples/with-suspense/package.json | 2 +- examples/with-tailwindcss/package.json | 4 ++-- examples/with-view-transitions/package.json | 4 ++-- package.json | 4 ++-- packages/adapter-vercel/package.json | 2 +- packages/brisa-pandacss/package.json | 2 +- packages/brisa-tailwindcss/package.json | 2 +- packages/brisa/package.json | 2 +- packages/create-brisa/package.json | 2 +- packages/www/package.json | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/with-api-routes/package.json b/examples/with-api-routes/package.json index 5e3ccf0e..9d201410 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.8-canary.1" + "brisa": "0.1.8-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-elysia/package.json b/examples/with-elysia/package.json index 7a968885..888ac7b2 100644 --- a/examples/with-elysia/package.json +++ b/examples/with-elysia/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.8-canary.1", + "brisa": "0.1.8-canary.2", "elysia": "latest" }, "devDependencies": { diff --git a/examples/with-external-web-component/package.json b/examples/with-external-web-component/package.json index 701125d2..bdcb74a3 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.8-canary.1", + "brisa": "0.1.8-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 d3446dc9..8109a980 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.8-canary.1" + "brisa": "0.1.8-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 3d49722e..925b75b6 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.8-canary.1" + "brisa": "0.1.8-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-pandacss/package.json b/examples/with-pandacss/package.json index d35f36ab..8c1a39d4 100644 --- a/examples/with-pandacss/package.json +++ b/examples/with-pandacss/package.json @@ -12,7 +12,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.8-canary.1" + "brisa": "0.1.8-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 fd2085e2..0295dae1 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.8-canary.1" + "brisa": "0.1.8-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-streaming-list/package.json b/examples/with-streaming-list/package.json index 93360c04..2eef5357 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.8-canary.1" + "brisa": "0.1.8-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index c84ce983..8e6c69ef 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.8-canary.1" + "brisa": "0.1.8-canary.2" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index b436a66d..45690fc6 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.8-canary.1", - "brisa-tailwindcss": "0.1.8-canary.1", + "brisa": "0.1.8-canary.2", + "brisa-tailwindcss": "0.1.8-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 30344995..fdd31ae8 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.8-canary.1", - "brisa-tailwindcss": "0.1.8-canary.1", + "brisa": "0.1.8-canary.2", + "brisa-tailwindcss": "0.1.8-canary.2", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/package.json b/package.json index 64afc6f7..57500d5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brisa-monorepo", - "version": "0.1.8-canary.1", + "version": "0.1.8-canary.2", "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 f63f5a93..60962a97 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "brisa-adapter-vercel", - "version": "0.1.8-canary.1", + "version": "0.1.8-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 93aaeb9c..f1b6c565 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-pandacss", - "version": "0.1.8-canary.1", + "version": "0.1.8-canary.2", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index 86ebcaa6..2514c07b 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-tailwindcss", - "version": "0.1.8-canary.1", + "version": "0.1.8-canary.2", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa/package.json b/packages/brisa/package.json index 09bee271..1fdbe55e 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -1,6 +1,6 @@ { "name": "brisa", - "version": "0.1.8-canary.1", + "version": "0.1.8-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 e437e512..5c0c0772 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa", - "version": "0.1.8-canary.1", + "version": "0.1.8-canary.2", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/www/package.json b/packages/www/package.json index 4cbba328..461d3f31 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.1.8-canary.1", + "version": "0.1.8-canary.2", "module": "src/pages/index.tsx", "type": "module", "scripts": {