1
0
mirror of synced 2025-12-08 18:17:57 +08:00

chore: release v1.2.0-beta.1

This commit is contained in:
roymondchen
2022-09-22 17:13:21 +08:00
parent 23bc21f064
commit b50f6a9fbf
19 changed files with 159 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.1.6",
"version": "1.2.0-beta.1",
"private": true,
"scripts": {
"clean:top": "rimraf dist",
@@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/editor": "1.1.6",
"@tmagic/form": "1.1.6",
"@tmagic/schema": "1.1.6",
"@tmagic/stage": "1.1.6",
"@tmagic/utils": "1.1.6",
"@tmagic/editor": "1.2.0-beta.1",
"@tmagic/form": "1.2.0-beta.1",
"@tmagic/schema": "1.2.0-beta.1",
"@tmagic/stage": "1.2.0-beta.1",
"@tmagic/utils": "1.2.0-beta.1",
"element-plus": "^2.2.17",
"monaco-editor": "^0.34.0",
"serialize-javascript": "^6.0.0",