chore: release v1.4.19

This commit is contained in:
roymondchen 2024-10-31 16:12:07 +08:00 committed by roymondchen
parent 3a7bfef5cf
commit fc2fd851c3
22 changed files with 56 additions and 47 deletions

View File

@ -1,3 +1,12 @@
## [1.4.19](https://github.com/Tencent/tmagic-editor/compare/v1.4.18...v1.4.19) (2024-10-31)
### Bug Fixes
* **form:** text组件配置了tooltip无效 ([3a7bfef](https://github.com/Tencent/tmagic-editor/commit/3a7bfef5cf7b7aeb46d93f1e739c7f310bc53cd6))
## [1.4.18](https://github.com/Tencent/tmagic-editor/compare/v1.4.17...v1.4.18) (2024-09-14)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.4.18",
"version": "1.4.19",
"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.18",
"@tmagic/data-source": "1.4.18",
"@tmagic/ui-react": "1.4.18",
"@tmagic/schema": "1.4.18",
"@tmagic/stage": "1.4.18",
"@tmagic/utils": "1.4.18",
"@tmagic/core": "1.4.19",
"@tmagic/data-source": "1.4.19",
"@tmagic/ui-react": "1.4.19",
"@tmagic/schema": "1.4.19",
"@tmagic/stage": "1.4.19",
"@tmagic/utils": "1.4.19",
"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.18",
"version": "1.4.19",
"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.18",
"@tmagic/data-source": "1.4.18",
"@tmagic/ui-vue2": "1.4.18",
"@tmagic/schema": "1.4.18",
"@tmagic/stage": "1.4.18",
"@tmagic/utils": "1.4.18",
"@tmagic/core": "1.4.19",
"@tmagic/data-source": "1.4.19",
"@tmagic/ui-vue2": "1.4.19",
"@tmagic/schema": "1.4.19",
"@tmagic/stage": "1.4.19",
"@tmagic/utils": "1.4.19",
"@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.18",
"version": "1.4.19",
"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.18",
"@tmagic/data-source": "1.4.18",
"@tmagic/schema": "1.4.18",
"@tmagic/stage": "1.4.18",
"@tmagic/ui": "1.4.18",
"@tmagic/utils": "1.4.18",
"@tmagic/core": "1.4.19",
"@tmagic/data-source": "1.4.19",
"@tmagic/schema": "1.4.19",
"@tmagic/stage": "1.4.19",
"@tmagic/ui": "1.4.19",
"@tmagic/utils": "1.4.19",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"vue": "^3.4.35"