Skip to content

Commit 57835d5

Browse files
authored
0.0.18-0 (#257)
1 parent 7938ff0 commit 57835d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- 'src/**/*.mjs'
4343
- 'src/**/*.cjs'
4444
- 'src/**/*.jsx'
45-
- 'src/**/*.json'
4645
- 'src/**/*.toml'
4746
- 'src/**/*.rs'
47+
- 'src/**/*.lock'
4848
- 'yarn.lock'
4949
- 'tsconfig.json'
5050
- name: Print fullbuild output

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.17-0",
3+
"version": "0.0.18-0",
44
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
55
"scripts": {
66
"build": "node scripts --tsc --build --api --platform-binding --wasm",

src/cli/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.17-0",
3+
"version": "0.0.18-0",
44
"description": "Interactive CLI and API for generating Qwik projects.",
55
"bin": {
66
"create-qwik": "create-qwik"

0 commit comments

Comments
 (0)