Skip to content

Commit 5046c4e

Browse files
committed
0.0.37
1 parent 5d7f70d commit 5046c4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "qwik-monorepo",
4-
"version": "0.0.36",
4+
"version": "0.0.37",
55
"scripts": {
66
"build": "yarn node scripts --tsc --build --qwikcity --api --platform-binding-wasm-copy",
77
"build.full": "yarn node scripts --tsc --build --api --eslint --qwikcity --qwikreact --platform-binding --wasm",

packages/create-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-qwik",
3-
"version": "0.0.36",
3+
"version": "0.0.37",
44
"description": "Interactive CLI and API for generating Qwik projects.",
55
"bin": "create-qwik",
66
"main": "index.js",

packages/eslint-plugin-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-qwik",
3-
"version": "0.0.36",
3+
"version": "0.0.37",
44
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
55
"main": "index.js",
66
"author": "Builder Team",

packages/qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@builder.io/qwik",
3-
"version": "0.0.36",
3+
"version": "0.0.37",
44
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
55
"main": "./dist/core.cjs",
66
"types": "./dist/core.d.ts",

0 commit comments

Comments
 (0)