Skip to content

Commit

Permalink
0.0.106
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley authored Aug 29, 2022
1 parent ea40508 commit 5eb4933
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "qwik-monorepo",
"version": "0.0.105",
"version": "0.0.106",
"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 --platform-binding --wasm",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-qwik",
"version": "0.0.105",
"version": "0.0.106",
"description": "Interactive CLI and API for generating Qwik projects.",
"bin": "create-qwik",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-qwik",
"version": "0.0.105",
"version": "0.0.106",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik",
"version": "0.0.105",
"version": "0.0.106",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"main": "./dist/core.cjs",
"types": "./dist/core.d.ts",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,14 @@ __metadata:
languageName: unknown
linkType: soft

"@builder.io/qwik@^0.0.105, @builder.io/qwik@workspace:*, @builder.io/qwik@workspace:packages/qwik":
"@builder.io/qwik@npm:^0.0.105":
version: 0.0.105
resolution: "@builder.io/qwik@npm:0.0.105"
checksum: f1f41102b2876ad1bcc028cbebf31606b668727feeee92106374f0f666e43a763d6f4509f9d0164b816cf9e20dfb16126dbfc12e42cb47447ae8608960a5ff50
languageName: node
linkType: hard

"@builder.io/qwik@workspace:*, @builder.io/qwik@workspace:packages/qwik":
version: 0.0.0-use.local
resolution: "@builder.io/qwik@workspace:packages/qwik"
languageName: unknown
Expand Down

0 comments on commit 5eb4933

Please sign in to comment.