Skip to content

Commit 8a9756f

Browse files
committed
v0.0.15
1 parent a16f39f commit 8a9756f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

adex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adex",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "An easier way to build apps with Vite and Preact",
55
"keywords": [
66
"adex",

create-adex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-adex",
3-
"version": "0.0.0",
3+
"version": "0.0.15",
44
"bin": {
55
"create-adex": "./cli.mjs"
66
},

lerna.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"changelogPreset": "angular",
55
"npmClient": "pnpm",
6-
"packages": ["adex", "create-adex", "playground"]
6+
"packages": [
7+
"adex",
8+
"create-adex",
9+
"playground"
10+
]
711
}

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"private": true,
4-
"version": "0.0.14",
4+
"version": "0.0.15",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)