Skip to content

Commit

Permalink
v0.0.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuHoMan committed Mar 13, 2024
1 parent 7dd9e7c commit 3c892db
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"**/web-app/**",
"**/static/**"
],
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"command": {
"version": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-data-loader/runtime-core",
"type": "module",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "runtime core smooth-data-loader",
"author": "ChuHoMan",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-data-loader/runtime-react",
"type": "module",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "runtime react for smooth-data-loader",
"author": "ChuHoMan",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"swr": "^2.0.0"
},
"dependencies": {
"@smooth-data-loader/runtime-core": "^0.0.1-alpha.1"
"@smooth-data-loader/runtime-core": "^0.0.1-alpha.2"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-data-loader/runtime-vue",
"type": "module",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "runtime vue for smooth-data-loader",
"author": "ChuHoMan",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
}
},
"dependencies": {
"@smooth-data-loader/runtime-core": "^0.0.1-alpha.1"
"@smooth-data-loader/runtime-core": "^0.0.1-alpha.2"
},
"devDependencies": {
"vite": "^5.0.9"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c892db

Please sign in to comment.