From 044bba39a184d9eeb849c13cc0433c0f6939304a Mon Sep 17 00:00:00 2001 From: Manu MA Date: Sat, 12 Nov 2022 12:46:16 +0100 Subject: [PATCH] 0.13.3 (#2107) --- package.json | 2 +- packages/create-qwik/package.json | 2 +- packages/eslint-plugin-qwik/package.json | 2 +- packages/qwik/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d46b4ed1a6e..389a087e8d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "qwik-monorepo", - "version": "0.13.2", + "version": "0.13.3", "scripts": { "build": "tsm scripts/index.ts --tsc --build --qwikcity --api --platform-binding-wasm-copy", "build.full": "tsm scripts/index.ts --tsc --build --api --eslint --qwikcity --qwikreact --cli --platform-binding --wasm", diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index bb7c092ba97..c35698e0bc1 100644 --- a/packages/create-qwik/package.json +++ b/packages/create-qwik/package.json @@ -1,6 +1,6 @@ { "name": "create-qwik", - "version": "0.13.2", + "version": "0.13.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 442fe035d1e..bfd7d615bf1 100644 --- a/packages/eslint-plugin-qwik/package.json +++ b/packages/eslint-plugin-qwik/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-qwik", - "version": "0.13.2", + "version": "0.13.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/package.json b/packages/qwik/package.json index 602ebefc867..654f27adbea 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/qwik", - "version": "0.13.2", + "version": "0.13.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",