From 0a92f3f3ddf991314dace56c6496afe77c755d6a Mon Sep 17 00:00:00 2001
From: Manu MA
Date: Tue, 6 Jun 2023 14:00:37 +0200
Subject: [PATCH] chore: release 1.1.5 (#4420)
---
README.md | 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/README.md b/README.md
index a6badd034df..e75d0ddf9d1 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@
+
diff --git a/package.json b/package.json
index f95df2209a9..8e0ae3ab5a7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "qwik-monorepo",
- "version": "1.1.4",
+ "version": "1.1.5",
"scripts": {
"build": "tsm scripts/index.ts --tsc --build --qwikcity --api --platform-binding-wasm-copy",
"build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --platform-binding-wasm-copy",
diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json
index 4ad58c797c0..f9a2feada8c 100644
--- a/packages/create-qwik/package.json
+++ b/packages/create-qwik/package.json
@@ -1,6 +1,6 @@
{
"name": "create-qwik",
- "version": "1.1.4",
+ "version": "1.1.5",
"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 af3783adc42..1b61b943e72 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.1.4",
+ "version": "1.1.5",
"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 d65cfa020f9..0b66a85282a 100644
--- a/packages/qwik-city/package.json
+++ b/packages/qwik-city/package.json
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik-city",
- "version": "1.1.4",
+ "version": "1.1.5",
"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 af281c83709..acdf880f40c 100644
--- a/packages/qwik/package.json
+++ b/packages/qwik/package.json
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik",
- "version": "1.1.4",
+ "version": "1.1.5",
"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",