1
0
mirror of synced 2025-12-10 11:48:29 +08:00

chore: release v1.0.0

This commit is contained in:
roymondchen
2022-06-24 20:41:48 +08:00
committed by jia000
parent c83d83b1a1
commit 618f853d63
18 changed files with 207 additions and 163 deletions

View File

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