Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen authored and jia000 committed Dec 9, 2024
1 parent 7384e8b commit 0e44372
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 23 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tmagic/editor": "1.5.0-beta.1",
"@tmagic/element-plus-adapter": "1.5.0-beta.1",
"@tmagic/form": "1.5.0-beta.1",
"@tmagic/tmagic-form-runtime": "1.0.11",
"@tmagic/tmagic-form-runtime": "1.1.1",
"@tmagic/schema": "1.5.0-beta.1",
"@tmagic/stage": "1.5.0-beta.1",
"@tmagic/utils": "1.5.0-beta.1",
Expand Down
64 changes: 48 additions & 16 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion runtime/react-runtime-help/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"name": "@tmagic/react-runtime-help",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion runtime/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@tmagic/core": "1.5.0-beta.1",
"@tmagic/data-source": "1.5.0-beta.1",
"@tmagic/react-runtime-help": "workspace:*",
"@tmagic/react-runtime-help": "0.0.2",
"@tmagic/schema": "1.5.0-beta.1",
"@tmagic/stage": "1.5.0-beta.1",
"@tmagic/utils": "1.5.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion runtime/tmagic-form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "1.1.1",
"name": "@tmagic/tmagic-form-runtime",
"type": "module",
"main": "dist/tmagic-form-runtime.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion runtime/vue-runtime-help/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"name": "@tmagic/vue-runtime-help",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion runtime/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tmagic/schema": "1.5.0-beta.1",
"@tmagic/stage": "1.5.0-beta.1",
"@tmagic/utils": "1.5.0-beta.1",
"@tmagic/vue-runtime-help": "^0.1.0",
"@tmagic/vue-runtime-help": "^0.1.2",
"axios": "^0.25.0",
"terser": "^5.31.0",
"vue": "^2.7.4"
Expand Down
2 changes: 1 addition & 1 deletion runtime/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tmagic/schema": "1.5.0-beta.1",
"@tmagic/stage": "1.5.0-beta.1",
"@tmagic/utils": "1.5.0-beta.1",
"@tmagic/vue-runtime-help": "^0.1.0",
"@tmagic/vue-runtime-help": "^0.1.2",
"axios": "^0.25.0",
"vue": "^3.4.35"
},
Expand Down

0 comments on commit 0e44372

Please sign in to comment.