Skip to content

Commit b4b8b69

Browse files
committed
v0.0.14
1 parent 2e343b8 commit b4b8b69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.13",
3+
"version": "0.0.14",
44
"description": "An easier way to build apps with Vite and Preact",
55
"keywords": [
66
"adex",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"changelogPreset": "angular",
55
"npmClient": "pnpm",
66
"packages": [

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.13",
4+
"version": "0.0.14",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)