Skip to content

Commit

Permalink
chore: release v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed May 27, 2024
1 parent 92e9d88 commit cc8ec39
Show file tree
Hide file tree
Showing 22 changed files with 65 additions and 47 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.4.6](https://github.com/Tencent/tmagic-editor/compare/v1.4.5...v1.4.6) (2024-05-27)


### Bug Fixes

* **editor:** stageOverlay不应受编辑器zoom影响 ([47c4222](https://github.com/Tencent/tmagic-editor/commit/47c42222b317a4a62ba1bbc3e496e5eef085dd0d))
* **runtime:react:** update page时出错 ([af3f621](https://github.com/Tencent/tmagic-editor/commit/af3f621424cd472c72b54bcdfbed3a4ccc91fd5e))
* **runtime:** vue runtime App组件中缺失inject ([15e9cdc](https://github.com/Tencent/tmagic-editor/commit/15e9cdc2d6255bb9fe5b9924ab79405ba9c95465))


### Features

* **editor,dep:** 支持复制组件时将组件绑定的数据源一并复制 ([faabf1b](https://github.com/Tencent/tmagic-editor/commit/faabf1bb3ad77b6b09498bb7512e3f2d1a7f0a76))
* **editor:** export FloatingBox ([5ce099c](https://github.com/Tencent/tmagic-editor/commit/5ce099c11d02eb564ce7575922c3f2419d2322df))
* **runtime:** vue2/vue3公共部分提出到vue-runtime-help中 ([f8dd062](https://github.com/Tencent/tmagic-editor/commit/f8dd062a502766579c6a59df642b89b075a68c1f))



## [1.4.5](https://github.com/Tencent/tmagic-editor/compare/v1.4.4...v1.4.5) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "tmagic",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/core",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/data-source",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dep/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/dep",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/schema",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/stage",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tdesign-vue-next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"main": "src/index.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.5",
"version": "1.4.6",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.5",
"@tmagic/design": "1.4.5",
"@tmagic/editor": "1.4.5",
"@tmagic/element-plus-adapter": "1.4.5",
"@tmagic/form": "1.4.5",
"@tmagic/core": "1.4.6",
"@tmagic/design": "1.4.6",
"@tmagic/editor": "1.4.6",
"@tmagic/element-plus-adapter": "1.4.6",
"@tmagic/form": "1.4.6",
"@tmagic/tmagic-form-runtime": "1.0.2",
"@tmagic/schema": "1.4.5",
"@tmagic/stage": "1.4.5",
"@tmagic/utils": "1.4.5",
"@tmagic/schema": "1.4.6",
"@tmagic/stage": "1.4.6",
"@tmagic/utils": "1.4.6",
"element-plus": "^2.6.1",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
Expand Down
16 changes: 8 additions & 8 deletions runtime/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,13 +19,13 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/cli": "1.4.5",
"@tmagic/core": "1.4.5",
"@tmagic/data-source": "1.4.5",
"@tmagic/ui-react": "1.4.5",
"@tmagic/schema": "1.4.5",
"@tmagic/stage": "1.4.5",
"@tmagic/utils": "1.4.5",
"@tmagic/cli": "1.4.6",
"@tmagic/core": "1.4.6",
"@tmagic/data-source": "1.4.6",
"@tmagic/ui-react": "1.4.6",
"@tmagic/schema": "1.4.6",
"@tmagic/stage": "1.4.6",
"@tmagic/utils": "1.4.6",
"axios": "^0.25.0",
"lodash-es": "^4.17.21",
"terser": "^5.31.0",
Expand Down
14 changes: 7 additions & 7 deletions runtime/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/cli": "1.4.5",
"@tmagic/core": "1.4.5",
"@tmagic/data-source": "1.4.5",
"@tmagic/ui-vue2": "1.4.5",
"@tmagic/schema": "1.4.5",
"@tmagic/utils": "1.4.5",
"@tmagic/cli": "1.4.6",
"@tmagic/core": "1.4.6",
"@tmagic/data-source": "1.4.6",
"@tmagic/ui-vue2": "1.4.6",
"@tmagic/schema": "1.4.6",
"@tmagic/utils": "1.4.6",
"@tmagic/vue-runtime-help": "^0.0.2",
"axios": "^0.25.0",
"terser": "^5.31.0",
Expand Down
12 changes: 6 additions & 6 deletions runtime/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.4.5",
"version": "1.4.6",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -18,11 +18,11 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/data-source": "1.4.5",
"@tmagic/core": "1.4.5",
"@tmagic/ui": "1.4.5",
"@tmagic/schema": "1.4.5",
"@tmagic/utils": "1.4.5",
"@tmagic/data-source": "1.4.6",
"@tmagic/core": "1.4.6",
"@tmagic/ui": "1.4.6",
"@tmagic/schema": "1.4.6",
"@tmagic/utils": "1.4.6",
"@tmagic/vue-runtime-help": "^0.0.2",
"axios": "^0.25.0",
"vue": "^3.4.27"
Expand Down

0 comments on commit cc8ec39

Please sign in to comment.