chore: release v1.7.4

This commit is contained in:
roymondchen 2025-12-29 20:16:45 +08:00
parent 03b6180a02
commit c2d2eee749
20 changed files with 39 additions and 29 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ components.d.ts
docs/.vitepress/cache
.eslintcache
.npmrc

View File

@ -1,3 +1,12 @@
## [1.7.4](https://github.com/Tencent/tmagic-editor/compare/v1.7.3...v1.7.4) (2025-12-29)
### Bug Fixes
* **editor:** 数据源方法编辑后content变成字符串 ([03b6180](https://github.com/Tencent/tmagic-editor/commit/03b6180a029eda97cdc22654b6da232a17912b49))
## [1.7.3](https://github.com/Tencent/tmagic-editor/compare/v1.7.2...v1.7.3) (2025-12-25)

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "tmagic",
"private": true,
"type": "module",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/core",
"type": "module",
"main": "dist/tmagic-core.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/data-source",
"type": "module",
"main": "dist/tmagic-data-source.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/dep",
"type": "module",
"main": "dist/tmagic-dep.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"main": "dist/tmagic-element-plus-adapter.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/form-schema",
"type": "module",
"main": "dist/tmagic-form-schema.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/schema",
"type": "module",
"main": "dist/tmagic-schema.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/stage",
"type": "module",
"main": "dist/tmagic-stage.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.3",
"version": "1.7.4",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.7.3",
"version": "1.7.4",
"type": "module",
"private": true,
"scripts": {
@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@tmagic/core": "1.7.3",
"@tmagic/design": "1.7.3",
"@tmagic/editor": "1.7.3",
"@tmagic/element-plus-adapter": "1.7.3",
"@tmagic/tdesign-vue-next-adapter": "1.7.3",
"@tmagic/core": "1.7.4",
"@tmagic/design": "1.7.4",
"@tmagic/editor": "1.7.4",
"@tmagic/element-plus-adapter": "1.7.4",
"@tmagic/tdesign-vue-next-adapter": "1.7.4",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.11.8",
"lodash-es": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.7.3",
"version": "1.7.4",
"type": "module",
"private": true,
"engines": {
@ -16,16 +16,16 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.7.3",
"@tmagic/core": "1.7.4",
"@tmagic/react-runtime-help": "0.2.2",
"@tmagic/stage": "1.7.3",
"@tmagic/stage": "1.7.4",
"axios": "^1.13.2",
"qrcode": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.7.3",
"@tmagic/cli": "1.7.4",
"@types/fs-extra": "^11.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue",
"version": "1.7.3",
"version": "1.7.4",
"type": "module",
"private": true,
"engines": {
@ -16,14 +16,14 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.7.3",
"@tmagic/stage": "1.7.3",
"@tmagic/core": "1.7.4",
"@tmagic/stage": "1.7.4",
"@tmagic/vue-runtime-help": "^2.0.0",
"axios": "^1.13.2",
"vue": "catalog:"
},
"devDependencies": {
"@tmagic/cli": "1.7.3",
"@tmagic/cli": "1.7.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^7.2.1",