chore: release v1.4.13

This commit is contained in:
roymondchen 2024-07-04 15:32:33 +08:00
parent eb376b261b
commit 602da25b6d
22 changed files with 57 additions and 47 deletions

View File

@ -1,3 +1,13 @@
## [1.4.13](https://github.com/Tencent/tmagic-editor/compare/v1.4.12...v1.4.13) (2024-07-04)
### Bug Fixes
* **data-source:** 按需加载数据源时需要分享数据源方法依赖 ([1e93e9b](https://github.com/Tencent/tmagic-editor/commit/1e93e9bacce4ec52c96b82c9af1433b6e1f17195))
* **editor:** 修复新增第一个显示条件时会重置表单状态 ([eb376b2](https://github.com/Tencent/tmagic-editor/commit/eb376b261baa0dd6bee1f63c02c4d52fbf93cb41))
## [1.4.12](https://github.com/Tencent/tmagic-editor/compare/v1.4.11...v1.4.12) (2024-07-02)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.4.12",
"version": "1.4.13",
"name": "@tmagic/design",
"type": "module",
"main": "dist/tmagic-design.umd.cjs",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.4.12",
"version": "1.4.13",
"name": "@tmagic/table",
"type": "module",
"main": "dist/tmagic-table.umd.cjs",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.4.12",
"version": "1.4.13",
"type": "module",
"main": "src/index.ts",
"files": [

View File

@ -1,5 +1,5 @@
{
"version": "1.4.12",
"version": "1.4.13",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.12",
"version": "1.4.13",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.12",
"version": "1.4.13",
"type": "module",
"private": true,
"scripts": {
@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.12",
"@tmagic/design": "1.4.12",
"@tmagic/editor": "1.4.12",
"@tmagic/element-plus-adapter": "1.4.12",
"@tmagic/form": "1.4.12",
"@tmagic/core": "1.4.13",
"@tmagic/design": "1.4.13",
"@tmagic/editor": "1.4.13",
"@tmagic/element-plus-adapter": "1.4.13",
"@tmagic/form": "1.4.13",
"@tmagic/tmagic-form-runtime": "1.0.11",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"@tmagic/schema": "1.4.13",
"@tmagic/stage": "1.4.13",
"@tmagic/utils": "1.4.13",
"element-plus": "^2.7.5",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.4.12",
"version": "1.4.13",
"type": "module",
"private": true,
"scripts": {
@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.12",
"@tmagic/data-source": "1.4.12",
"@tmagic/ui-react": "1.4.12",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"@tmagic/core": "1.4.13",
"@tmagic/data-source": "1.4.13",
"@tmagic/ui-react": "1.4.13",
"@tmagic/schema": "1.4.13",
"@tmagic/stage": "1.4.13",
"@tmagic/utils": "1.4.13",
"axios": "^0.25.0",
"lodash-es": "^4.17.21",
"terser": "^5.31.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.4.12",
"version": "1.4.13",
"type": "module",
"private": true,
"scripts": {
@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.12",
"@tmagic/data-source": "1.4.12",
"@tmagic/ui-vue2": "1.4.12",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"@tmagic/core": "1.4.13",
"@tmagic/data-source": "1.4.13",
"@tmagic/ui-vue2": "1.4.13",
"@tmagic/schema": "1.4.13",
"@tmagic/stage": "1.4.13",
"@tmagic/utils": "1.4.13",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"terser": "^5.31.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.4.12",
"version": "1.4.13",
"type": "module",
"private": true,
"scripts": {
@ -18,12 +18,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.12",
"@tmagic/data-source": "1.4.12",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/ui": "1.4.12",
"@tmagic/utils": "1.4.12",
"@tmagic/core": "1.4.13",
"@tmagic/data-source": "1.4.13",
"@tmagic/schema": "1.4.13",
"@tmagic/stage": "1.4.13",
"@tmagic/ui": "1.4.13",
"@tmagic/utils": "1.4.13",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"vue": "^3.4.27"