chore: release v1.4.9

This commit is contained in:
roymondchen 2024-06-17 16:42:05 +08:00
parent 3f974a27b2
commit c2f25c8c7f
22 changed files with 51 additions and 47 deletions

View File

@ -1,3 +1,7 @@
## [1.4.9](https://github.com/Tencent/tmagic-editor/compare/v1.4.8...v1.4.9) (2024-06-17)
## [1.4.8](https://github.com/Tencent/tmagic-editor/compare/v1.4.7...v1.4.8) (2024-06-17)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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