1
0
mirror of synced 2026-03-23 19:28:40 +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/ui-react",
"version": "1.1.6",
"version": "1.2.0-beta.1",
"main": "src/index.ts",
"engines": {
"node": ">=14"
@@ -13,8 +13,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.1.6",
"@tmagic/schema": "1.1.6",
"@tmagic/core": "1.2.0-beta.1",
"@tmagic/schema": "1.2.0-beta.1",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"