Skip to content

Commit

Permalink
chore: release v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Mar 30, 2023
1 parent 5eb3b0d commit 74ce204
Show file tree
Hide file tree
Showing 21 changed files with 138 additions and 120 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.2.11](https://github.com/Tencent/tmagic-editor/compare/v1.2.10...v1.2.11) (2023-03-30)


### Bug Fixes

* **form:** table 移动列变成了交换 ([37045f7](https://github.com/Tencent/tmagic-editor/commit/37045f7201a48105a32e0371f27c69154393e777))
* **form:** table可能出现两个extra ([0cac40e](https://github.com/Tencent/tmagic-editor/commit/0cac40eb316f83a5dcee8fbf627f97fb9af8a713))


### Features

* **core,runtime:** 删除App中pages,只留下当前page ([cfd2a6e](https://github.com/Tencent/tmagic-editor/commit/cfd2a6eee38bde7f723c27509a1cd9f57c3165ba))
* **editor,form,core,schema:** 事件支持触发代码块 ([39468f3](https://github.com/Tencent/tmagic-editor/commit/39468f3b95749c424be84e4229c18fcd18ec9b54))
* **editor:** 新增依赖收集器 ([35f9a59](https://github.com/Tencent/tmagic-editor/commit/35f9a59f442d50b195b14f91da26b6b314928f55))
* **edtior:** 代码块使用依赖收集器改造 ([3b6ca97](https://github.com/Tencent/tmagic-editor/commit/3b6ca97f4ceeab215cb9d43b237159993bb6370b))



## [1.2.10](https://github.com/Tencent/tmagic-editor/compare/v1.2.9...v1.2.10) (2023-03-27)


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.2.10",
"version": "1.2.11",
"name": "tmagic",
"private": true,
"packageManager": "[email protected]",
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.2.10",
"version": "1.2.11",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/core",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"vue"
],
"dependencies": {
"@tmagic/schema": "1.2.10",
"@tmagic/schema": "1.2.11",
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},
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.2.10",
"version": "1.2.11",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [
Expand Down
18 changes: 9 additions & 9 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -46,12 +46,12 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/core": "1.2.10",
"@tmagic/design": "1.2.10",
"@tmagic/form": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/stage": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/core": "1.2.11",
"@tmagic/design": "1.2.11",
"@tmagic/form": "1.2.11",
"@tmagic/schema": "1.2.11",
"@tmagic/stage": "1.2.11",
"@tmagic/utils": "1.2.11",
"buffer": "^6.0.3",
"color": "^3.1.3",
"events": "^3.3.0",
Expand All @@ -63,8 +63,8 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/design": "1.2.10",
"@tmagic/form": "1.2.10",
"@tmagic/design": "1.2.11",
"@tmagic/form": "1.2.11",
"monaco-editor": "^0.34.0",
"vue": "^3.2.37"
},
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.2.10",
"version": "1.2.11",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"sideEffects": [
Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/design": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/design": "1.2.11",
"@tmagic/utils": "1.2.11",
"lodash-es": "^4.17.21",
"sortablejs": "^1.14.0",
"vue": "^3.2.37"
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.2.10",
"version": "1.2.11",
"name": "@tmagic/schema",
"type": "module",
"sideEffects": false,
Expand Down
8 changes: 4 additions & 4 deletions packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/stage",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@scena/guides": "^0.23.3",
"@tmagic/core": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/core": "1.2.11",
"@tmagic/schema": "1.2.11",
"@tmagic/utils": "1.2.11",
"events": "^3.3.0",
"keycon": "^1.1.2",
"lodash-es": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -33,14 +33,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/design": "1.2.10",
"@tmagic/form": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/design": "1.2.11",
"@tmagic/form": "1.2.11",
"@tmagic/utils": "1.2.11",
"lodash-es": "^4.17.21",
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/form": "1.2.10",
"@tmagic/form": "1.2.11",
"vue": "^3.2.37"
},
"devDependencies": {
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.2.10",
"version": "1.2.11",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"sideEffects": [
Expand Down
6 changes: 3 additions & 3 deletions 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.2.10",
"version": "1.2.11",
"type": "module",
"main": "src/index.ts",
"engines": {
Expand All @@ -14,8 +14,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/core": "1.2.11",
"@tmagic/schema": "1.2.11",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",
Expand All @@ -11,9 +11,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/core": "1.2.11",
"@tmagic/schema": "1.2.11",
"@tmagic/utils": "1.2.11",
"qrcode": "^1.5.0",
"vue": "^2.7.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",
Expand All @@ -12,9 +12,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/core": "1.2.11",
"@tmagic/schema": "1.2.11",
"@tmagic/utils": "1.2.11",
"delegate": "^3.2.0",
"qrcode": "^1.5.0",
"tiny-emitter": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.10",
"version": "1.2.11",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.2.10",
"@tmagic/schema": "1.2.11",
"dayjs": "^1.11.4"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.2.10",
"version": "1.2.11",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,13 +13,13 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/design": "1.2.10",
"@tmagic/editor": "1.2.10",
"@tmagic/element-plus-adapter": "1.2.10",
"@tmagic/form": "1.2.10",
"@tmagic/schema": "1.2.10",
"@tmagic/stage": "1.2.10",
"@tmagic/utils": "1.2.10",
"@tmagic/design": "1.2.11",
"@tmagic/editor": "1.2.11",
"@tmagic/element-plus-adapter": "1.2.11",
"@tmagic/form": "1.2.11",
"@tmagic/schema": "1.2.11",
"@tmagic/stage": "1.2.11",
"@tmagic/utils": "1.2.11",
"element-plus": "^2.2.32",
"monaco-editor": "^0.34.0",
"serialize-javascript": "^6.0.0",
Expand Down
Loading

0 comments on commit 74ce204

Please sign in to comment.