diff --git a/examples/with-api-routes/package.json b/examples/with-api-routes/package.json index a7919356..546653a4 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.3-canary.5" + "brisa": "0.1.3" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-elysia/package.json b/examples/with-elysia/package.json index 589d5a12..c8335679 100644 --- a/examples/with-elysia/package.json +++ b/examples/with-elysia/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.3-canary.5", + "brisa": "0.1.3", "elysia": "latest" }, "devDependencies": { diff --git a/examples/with-external-web-component/package.json b/examples/with-external-web-component/package.json index 64710e2e..8d987136 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.3-canary.5", + "brisa": "0.1.3", "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 7351ab2f..f9e8be76 100644 --- a/examples/with-i18n/package.json +++ b/examples/with-i18n/package.json @@ -11,7 +11,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.3-canary.5" + "brisa": "0.1.3" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-middleware/package.json b/examples/with-middleware/package.json index 5967f245..90375966 100644 --- a/examples/with-middleware/package.json +++ b/examples/with-middleware/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.3-canary.5" + "brisa": "0.1.3" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-pandacss/package.json b/examples/with-pandacss/package.json index ea5997c7..f1e17649 100644 --- a/examples/with-pandacss/package.json +++ b/examples/with-pandacss/package.json @@ -12,7 +12,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.3-canary.5" + "brisa": "0.1.3" }, "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 d10027f7..03accf82 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.3-canary.5" + "brisa": "0.1.3" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-streaming-list/package.json b/examples/with-streaming-list/package.json index ebff916b..fab7806d 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.3-canary.5" + "brisa": "0.1.3" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-suspense/package.json b/examples/with-suspense/package.json index 7080a2d5..1dc3d7a8 100644 --- a/examples/with-suspense/package.json +++ b/examples/with-suspense/package.json @@ -10,7 +10,7 @@ "start": "brisa start" }, "dependencies": { - "brisa": "0.1.3-canary.5" + "brisa": "0.1.3" }, "devDependencies": { "@types/bun": "latest", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 0a729688..1d726702 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.3-canary.5", - "brisa-tailwindcss": "0.1.3-canary.5", + "brisa": "0.1.3", + "brisa-tailwindcss": "0.1.3", "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 198c1f39..bb9dde28 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.3-canary.5", - "brisa-tailwindcss": "0.1.3-canary.5", + "brisa": "0.1.3", + "brisa-tailwindcss": "0.1.3", "postcss": "8.4.47", "tailwindcss": "4.0.0-alpha.25" }, diff --git a/package.json b/package.json index fde5e133..fe059e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brisa-monorepo", - "version": "0.1.3-canary.5", + "version": "0.1.3", "description": "The next-gen web framework.", "repository": { "type": "git", diff --git a/packages/adapter-vercel/package.json b/packages/adapter-vercel/package.json index ee4defea..bd84f00f 100644 --- a/packages/adapter-vercel/package.json +++ b/packages/adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "brisa-adapter-vercel", - "version": "0.1.3-canary.5", + "version": "0.1.3", "license": "MIT", "type": "module", "main": "./dist/index.js", diff --git a/packages/brisa-pandacss/package.json b/packages/brisa-pandacss/package.json index b64e2956..12b07caa 100644 --- a/packages/brisa-pandacss/package.json +++ b/packages/brisa-pandacss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-pandacss", - "version": "0.1.3-canary.5", + "version": "0.1.3", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa-tailwindcss/package.json b/packages/brisa-tailwindcss/package.json index a267eca5..8db449bf 100644 --- a/packages/brisa-tailwindcss/package.json +++ b/packages/brisa-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "brisa-tailwindcss", - "version": "0.1.3-canary.5", + "version": "0.1.3", "license": "MIT", "type": "module", "main": "./index.ts", diff --git a/packages/brisa/package.json b/packages/brisa/package.json index dff7f352..d4369d19 100644 --- a/packages/brisa/package.json +++ b/packages/brisa/package.json @@ -1,6 +1,6 @@ { "name": "brisa", - "version": "0.1.3-canary.5", + "version": "0.1.3", "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 0b4fea52..a53eca71 100644 --- a/packages/create-brisa/package.json +++ b/packages/create-brisa/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa", - "version": "0.1.3-canary.5", + "version": "0.1.3", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/www/package.json b/packages/www/package.json index 9e3cc090..005bdb1e 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -1,6 +1,6 @@ { "name": "www", - "version": "0.1.3-canary.5", + "version": "0.1.3", "module": "src/pages/index.tsx", "type": "module", "scripts": {