1
0
mirror of synced 2026-03-24 11:48:35 +08:00

chore: release v1.4.0-beta.2

This commit is contained in:
roymondchen
2024-03-18 17:32:30 +08:00
parent fff56a97f7
commit 2e11d7cf42
24 changed files with 185 additions and 167 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.4.0-beta.1",
"version": "1.4.0-beta.2",
"type": "module",
"main": "src/index.ts",
"engines": {
@@ -14,9 +14,9 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.4.0-beta.1",
"@tmagic/schema": "1.4.0-beta.1",
"@tmagic/utils": "1.4.0-beta.1",
"@tmagic/core": "1.4.0-beta.2",
"@tmagic/schema": "1.4.0-beta.2",
"@tmagic/utils": "1.4.0-beta.2",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"