Skip to content

Commit 6344ba1

Browse files
committed
v0.0.1-alpha.0
1 parent 4a2eec8 commit 6344ba1

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

lerna.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"**/web-app/**",
99
"**/static/**"
1010
],
11-
"version": "0.0.0",
11+
"version": "0.0.1-alpha.0",
1212
"command": {
1313
"version": {
1414
"ignoreChanges": [
@@ -19,8 +19,15 @@
1919
]
2020
},
2121
"publish": {
22-
"allowBranch": ["main", "prerelease/*"],
23-
"ignoreChanges": ["ignored-file", ".DS_Store", "**/__tests__/**"]
22+
"allowBranch": [
23+
"main",
24+
"prerelease/*"
25+
],
26+
"ignoreChanges": [
27+
"ignored-file",
28+
".DS_Store",
29+
"**/__tests__/**"
30+
]
2431
}
2532
}
2633
}

packages/runtime/core/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smooth-data-loader/runtime-core",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1-alpha.0",
55
"description": "runtime core smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",
@@ -31,9 +31,5 @@
3131
"dev": "vite build --watch --mode development",
3232
"build": "vite build",
3333
"version": "pnpm run build"
34-
},
35-
"peerDependencies": {
36-
},
37-
"devDependencies": {
3834
}
3935
}

packages/runtime/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smooth-data-loader/runtime-react",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1-alpha.0",
55
"description": "runtime react for smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",

packages/runtime/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smooth-data-loader/runtime-vue",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.0.1-alpha.0",
55
"description": "runtime vue for smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",

0 commit comments

Comments
 (0)