From c88e53d49dc65020899d770338f4e51f3134611e Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Wed, 6 Mar 2024 16:58:06 +0100 Subject: [PATCH] chore: 1.5.1 (#5963) --- 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 81f4cc590ae..b70555f5665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-monorepo", - "version": "1.5.0", + "version": "1.5.1", "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 cd0792c6e68..c45120401a4 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.5.0", + "version": "1.5.1", "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 d57861b29f9..5a129ef0abe 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.5.0", + "version": "1.5.1", "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 534f33f46cc..2343546ce34 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.5.0", + "version": "1.5.1", "bugs": "https://github.com/BuilderIO/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3.0.1", diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 9255c552bc4..4b26df40aeb 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.5.0", + "version": "1.5.1", "bin": "./qwik-cli.cjs", "bugs": "https://github.com/BuilderIO/qwik/issues", "contributors": [