Skip to content

Commit 8d5c105

Browse files
committed
v0.0.1
1 parent a2ea30a commit 8d5c105

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"**/web-app/**",
99
"**/static/**"
1010
],
11-
"version": "0.0.1-alpha.2",
11+
"version": "0.0.1",
1212
"command": {
1313
"version": {
1414
"ignoreChanges": [

packages/runtime/core/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-core",
33
"type": "module",
4-
"version": "0.0.1-alpha.2",
4+
"version": "0.0.1",
55
"description": "runtime core smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",

packages/runtime/react/package.json

Lines changed: 2 additions & 2 deletions
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.1-alpha.2",
4+
"version": "0.0.1",
55
"description": "runtime react for smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",
@@ -40,7 +40,7 @@
4040
"swr": "^2.0.0"
4141
},
4242
"dependencies": {
43-
"@smooth-data-loader/runtime-core": "^0.0.1-alpha.2"
43+
"@smooth-data-loader/runtime-core": "^0.0.1"
4444
},
4545
"devDependencies": {
4646
"@vitejs/plugin-react-swc": "^3.5.0"

packages/runtime/vue/package.json

Lines changed: 2 additions & 2 deletions
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.1-alpha.2",
4+
"version": "0.0.1",
55
"description": "runtime vue for smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",
@@ -33,7 +33,7 @@
3333
}
3434
},
3535
"dependencies": {
36-
"@smooth-data-loader/runtime-core": "^0.0.1-alpha.2"
36+
"@smooth-data-loader/runtime-core": "^0.0.1"
3737
},
3838
"devDependencies": {
3939
"vite": "^5.0.9"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)