From eda6ffd569ec3dcc1d87650a699ac11e20954956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Wed, 6 Dec 2023 14:14:31 -0800 Subject: [PATCH] chore: 1.3.0 (#5535) --- 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 593f3933dc1..fcd66bd83e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-monorepo", - "version": "1.2.19", + "version": "1.3.0", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 165702e1a9a..587f1f1df67 100644 --- a/packages/create-qwik/package.json +++ b/packages/create-qwik/package.json @@ -1,7 +1,7 @@ { "name": "create-qwik", "description": "Interactive CLI for create Qwik projects and adding features.", - "version": "1.2.19", + "version": "1.3.0", "author": "Builder.io Team", "bin": "./create-qwik.cjs", "bugs": "https://github.com/BuilderIO/qwik/issues", diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 947125c368a..6265016c7c7 100644 --- a/packages/eslint-plugin-qwik/package.json +++ b/packages/eslint-plugin-qwik/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-qwik", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", - "version": "1.2.19", + "version": "1.3.0", "author": "Builder Team", "bugs": "https://github.com/BuilderIO/qwik/issues", "dependencies": { diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index df59a9c2c71..2baadc70069 100644 --- a/packages/qwik-city/package.json +++ b/packages/qwik-city/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik-city", "description": "The meta-framework for Qwik.", - "version": "1.2.19", + "version": "1.3.0", "bugs": "https://github.com/BuilderIO/qwik/issues", "dependencies": { "@mdx-js/mdx": "2.3.0", diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 5cc52d92121..1a95edc803d 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", - "version": "1.2.19", + "version": "1.3.0", "bin": "./dist/qwik.cjs", "bugs": "https://github.com/BuilderIO/qwik/issues", "contributors": [