Skip to content

Commit 488e162

Browse files
committed
v0.0.3
1 parent 30ee2d2 commit 488e162

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.2",
11+
"version": "0.0.3",
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.2",
4+
"version": "0.0.3",
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.2",
4+
"version": "0.0.3",
55
"description": "runtime react for smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",
@@ -41,7 +41,7 @@
4141
"swr": "^2.0.0"
4242
},
4343
"dependencies": {
44-
"@smooth-data-loader/runtime-core": "^0.0.2"
44+
"@smooth-data-loader/runtime-core": "^0.0.3"
4545
},
4646
"devDependencies": {
4747
"@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.2",
4+
"version": "0.0.3",
55
"description": "runtime vue for smooth-data-loader",
66
"author": "ChuHoMan",
77
"license": "MIT",
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"dependencies": {
37-
"@smooth-data-loader/runtime-core": "^0.0.2"
37+
"@smooth-data-loader/runtime-core": "^0.0.3"
3838
},
3939
"devDependencies": {
4040
"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)