chore: release v1.4.12

This commit is contained in:
roymondchen 2024-07-02 21:12:16 +08:00
parent aabca93c27
commit 033ef19d6b
22 changed files with 57 additions and 47 deletions

View File

@ -1,3 +1,13 @@
## [1.4.12](https://github.com/Tencent/tmagic-editor/compare/v1.4.11...v1.4.12) (2024-07-02)
### Bug Fixes
* **dep:** 数据源源方法依赖收集,数据源类内定义的方法需要被收集 ([c8870c5](https://github.com/Tencent/tmagic-editor/commit/c8870c5c129736c85fb005191501efd6a60665bb))
* **editor:** 更新容器后,需要将容器内的依赖重新收集 ([aabca93](https://github.com/Tencent/tmagic-editor/commit/aabca93c27a73baf051c4d650224e09553b28f8f))
## [1.4.11](https://github.com/Tencent/tmagic-editor/compare/v1.4.10...v1.4.11) (2024-07-02)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.4.11",
"version": "1.4.12",
"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.11",
"version": "1.4.12",
"type": "module",
"main": "src/index.ts",
"files": [

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.11",
"version": "1.4.12",
"type": "module",
"private": true,
"scripts": {
@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.11",
"@tmagic/design": "1.4.11",
"@tmagic/editor": "1.4.11",
"@tmagic/element-plus-adapter": "1.4.11",
"@tmagic/form": "1.4.11",
"@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/tmagic-form-runtime": "1.0.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/utils": "1.4.11",
"@tmagic/schema": "1.4.12",
"@tmagic/stage": "1.4.12",
"@tmagic/utils": "1.4.12",
"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.11",
"version": "1.4.12",
"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.11",
"@tmagic/data-source": "1.4.11",
"@tmagic/ui-react": "1.4.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/utils": "1.4.11",
"@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",
"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.11",
"version": "1.4.12",
"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.11",
"@tmagic/data-source": "1.4.11",
"@tmagic/ui-vue2": "1.4.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/utils": "1.4.11",
"@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/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.11",
"version": "1.4.12",
"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.11",
"@tmagic/data-source": "1.4.11",
"@tmagic/schema": "1.4.11",
"@tmagic/stage": "1.4.11",
"@tmagic/ui": "1.4.11",
"@tmagic/utils": "1.4.11",
"@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/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"vue": "^3.4.27"