1
0
mirror of synced 2026-04-05 07:48:35 +08:00

chore: release v1.1.0-beta.0

This commit is contained in:
roymondchen
2022-07-14 19:51:27 +08:00
committed by jia000
parent 260b6435cf
commit cec111beed
17 changed files with 147 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.1.0-beta.0",
"name": "@tmagic/table",
"sideEffects": [
"dist/*"
@@ -30,13 +30,13 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/form": "1.0.5",
"@tmagic/form": "1.1.0-beta.0",
"element-plus": "^2.2.6",
"lodash-es": "^4.17.21",
"vue": "^3.2.0"
},
"peerDependencies": {
"@tmagic/form": "1.0.5",
"@tmagic/form": "1.1.0-beta.0",
"element-plus": "^2.2.6",
"vue": "^3.2.0"
},