chore: release v1.4.16

This commit is contained in:
roymondchen 2024-08-02 13:56:15 +08:00
parent 92e6d40e75
commit 5e95f56c34
22 changed files with 61 additions and 47 deletions

View File

@ -1,3 +1,17 @@
## [1.4.16](https://github.com/Tencent/tmagic-editor/compare/v1.4.15...v1.4.16) (2024-08-02)
### Bug Fixes
* **ui:** 页面style没有响应式了 ([81a221e](https://github.com/Tencent/tmagic-editor/commit/81a221e56171c299d9599f4440557e822c2fc186))
### Features
* **core:** 完善屏幕大小自动适配 ([59f0527](https://github.com/Tencent/tmagic-editor/commit/59f05270ae019d4baa04d7c2ce86a5c88e05e16b))
## [1.4.15](https://github.com/Tencent/tmagic-editor/compare/v1.4.14...v1.4.15) (2024-07-26)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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