1
0
mirror of synced 2026-03-24 03:38:34 +08:00

chore: release v1.1.0

This commit is contained in:
roymondchen
2022-08-30 20:18:50 +08:00
parent 793d02a706
commit 53f36bcebb
19 changed files with 131 additions and 113 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.1.0-beta.13",
"version": "1.1.0",
"main": "src/index.ts",
"engines": {
"node": ">=14"
@@ -13,8 +13,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.13",
"@tmagic/schema": "1.1.0-beta.13",
"@tmagic/core": "1.1.0",
"@tmagic/schema": "1.1.0",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"