From 3a45d6ddcc1df4fb422f1baca9fb1e2b68f26f00 Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Tue, 30 Jan 2024 14:57:21 +0100 Subject: [PATCH] chore: 1.4.3 --- .prettierignore | 1 + 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 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.prettierignore b/.prettierignore index 83d4a950686..13b92229c59 100644 --- a/.prettierignore +++ b/.prettierignore @@ -32,6 +32,7 @@ packages/docs/server packages/docs/src/routes/api packages/docs/**/*.md packages/docs/**/*.mdx +packages/docs/public/repl/bundled packages/insights/drizzle packages/insights/.netlify packages/insights/scripts diff --git a/package.json b/package.json index cba14406f8a..ec3129a9ac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-monorepo", - "version": "1.4.2", + "version": "1.4.3", "comments": { "01": "devDependencies includes reference to @builder.io/qwik: workspace: *. This is needed or e2e tests will fail", "02": " It would be nice to be able to remove this dependency and fix the test.", diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 5b26ebbb8c1..7094b3ebcbd 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.4.2", + "version": "1.4.3", "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 6fde2a0d705..bf16075d1ae 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.4.2", + "version": "1.4.3", "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 ccf4968072b..96f463a9750 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.4.2", + "version": "1.4.3", "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 bc61c833285..bfac54bb08e 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.4.2", + "version": "1.4.3", "bin": "./qwik-cli.cjs", "bugs": "https://github.com/BuilderIO/qwik/issues", "contributors": [