chore: release v1.6.0

This commit is contained in:
roymondchen 2025-08-27 19:26:01 +08:00
parent 001f2b6c9e
commit 9f81597596
19 changed files with 41 additions and 27 deletions

View File

@ -1,3 +1,17 @@
# [1.6.0](https://github.com/Tencent/tmagic-editor/compare/v1.6.0-beta.6...v1.6.0) (2025-08-27)
### Bug Fixes
* **cli:** 在pnpm工作空间中的项目保持package.json不受配置中的packages影响 ([a10f9d2](https://github.com/Tencent/tmagic-editor/commit/a10f9d230d93064c28ff82f2c3aba2679f8fe495))
### Features
* **cli:** 支持tmagic.config.local配置文件会与tmagic.config配置合并可用于本地开发时的临时配置 ([9f35054](https://github.com/Tencent/tmagic-editor/commit/9f350541bf84a634499a9af53449015f34da26b5))
# [1.6.0-beta.6](https://github.com/Tencent/tmagic-editor/compare/v1.6.0-beta.5...v1.6.0-beta.6) (2025-08-15)

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0-beta.6",
"version": "1.6.0",
"name": "tmagic",
"private": true,
"type": "module",

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0-beta.6",
"version": "1.6.0",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0-beta.6",
"version": "1.6.0",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0-beta.6",
"version": "1.6.0",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0-beta.6",
"version": "1.6.0",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0-beta.6",
"version": "1.6.0",
"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.6.0-beta.6",
"version": "1.6.0",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.6.0-beta.6",
"version": "1.6.0",
"type": "module",
"private": true,
"scripts": {
@ -12,9 +12,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@tmagic/core": "1.6.0-beta.6",
"@tmagic/editor": "1.6.0-beta.6",
"@tmagic/element-plus-adapter": "1.6.0-beta.6",
"@tmagic/core": "1.6.0",
"@tmagic/editor": "1.6.0",
"@tmagic/element-plus-adapter": "1.6.0",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.11.1",
"lodash-es": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.6.0-beta.6",
"version": "1.6.0",
"type": "module",
"private": true,
"engines": {
@ -16,16 +16,16 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.6.0-beta.6",
"@tmagic/core": "1.6.0",
"@tmagic/react-runtime-help": "0.2.0",
"@tmagic/stage": "1.6.0-beta.6",
"@tmagic/stage": "1.6.0",
"axios": "^1.11.0",
"qrcode": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.6.0-beta.6",
"@tmagic/cli": "1.6.0",
"@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.6.0-beta.6",
"version": "1.6.0",
"type": "module",
"private": true,
"engines": {
@ -16,14 +16,14 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.6.0-beta.6",
"@tmagic/stage": "1.6.0-beta.6",
"@tmagic/core": "1.6.0",
"@tmagic/stage": "1.6.0",
"@tmagic/vue-runtime-help": "^1.2.0",
"axios": "^1.11.0",
"vue": "catalog:"
},
"devDependencies": {
"@tmagic/cli": "1.6.0-beta.6",
"@tmagic/cli": "1.6.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^7.2.1",