Skip to content

Commit

Permalink
0.0.18-0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Mar 10, 2022
1 parent 7938ff0 commit 57835d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- 'src/**/*.mjs'
- 'src/**/*.cjs'
- 'src/**/*.jsx'
- 'src/**/*.json'
- 'src/**/*.toml'
- 'src/**/*.rs'
- 'src/**/*.lock'
- 'yarn.lock'
- 'tsconfig.json'
- name: Print fullbuild output
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik",
"version": "0.0.17-0",
"version": "0.0.18-0",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"scripts": {
"build": "node scripts --tsc --build --api --platform-binding --wasm",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-qwik",
"version": "0.0.17-0",
"version": "0.0.18-0",
"description": "Interactive CLI and API for generating Qwik projects.",
"bin": {
"create-qwik": "create-qwik"
Expand Down

0 comments on commit 57835d5

Please sign in to comment.