From a64e7b140ef0f55c3c875a2f935fba06cf589077 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Fri, 30 Jun 2023 22:25:57 +0200 Subject: [PATCH] 1.2.3 (#4662) --- package.json | 2 +- packages/create-qwik/package.json | 2 +- packages/eslint-plugin-qwik/package.json | 2 +- packages/qwik-city/package.json | 2 +- packages/qwik/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 039b7fe31bc..1446e26bcc1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "qwik-monorepo", - "version": "1.2.2", + "version": "1.2.3", "scripts": { "build": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --api --platform-binding-wasm-copy", "build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --qwiklabs --platform-binding-wasm-copy", diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 32375035bc5..6ba96a44d6c 100644 --- a/packages/create-qwik/package.json +++ b/packages/create-qwik/package.json @@ -1,6 +1,6 @@ { "name": "create-qwik", - "version": "1.2.2", + "version": "1.2.3", "description": "Interactive CLI for create Qwik projects and adding features.", "bin": "./create-qwik.cjs", "main": "./index.cjs", diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 8d3a8bb8ad7..a6feaf73f83 100644 --- a/packages/eslint-plugin-qwik/package.json +++ b/packages/eslint-plugin-qwik/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qwik", - "version": "1.2.2", + "version": "1.2.3", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", "main": "index.js", "author": "Builder Team", diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 7388cc73e6e..ad17b69d2e9 100644 --- a/packages/qwik-city/package.json +++ b/packages/qwik-city/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/qwik-city", - "version": "1.2.2", + "version": "1.2.3", "description": "The meta-framework for Qwik.", "main": "./lib/index.qwik.mjs", "qwik": "./lib/index.qwik.mjs", diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 08c8634c845..ed6a33ae670 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/qwik", - "version": "1.2.2", + "version": "1.2.3", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", "main": "./dist/core.mjs", "types": "./dist/core.d.ts",