Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Nov 6, 2023
1 parent f0f94d4 commit fb7bac8
Show file tree
Hide file tree
Showing 22 changed files with 156 additions and 145 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.3.0](https://github.com/Tencent/tmagic-editor/compare/v1.3.0-beta.8...v1.3.0) (2023-11-06)


### Bug Fixes

* **core:** 设置page时查找原page兼容数字id情况 ([168ec28](https://github.com/Tencent/tmagic-editor/commit/168ec281aaa6005498dd73de6f64739d67d66b1d)), closes [#547](https://github.com/Tencent/tmagic-editor/issues/547)
* **editor:** model-value变化后需要重新生成依赖后再通知runtime更新 ([f0f94d4](https://github.com/Tencent/tmagic-editor/commit/f0f94d4fcc451dc1d3e55ea2a3656d75592bd62e))
* **stage:** 隐藏标尺后再显示标尺,拖出来的线没有吸附作用 ([7a228b1](https://github.com/Tencent/tmagic-editor/commit/7a228b13e6d1137e29a24022e5b914c5813a7fd6)), closes [#548](https://github.com/Tencent/tmagic-editor/issues/548)



# [1.3.0-beta.8](https://github.com/Tencent/tmagic-editor/compare/v1.3.0-beta.7...v1.3.0-beta.8) (2023-11-03)


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.3.0-beta.8",
"version": "1.3.0",
"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.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/core",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"vue"
],
"dependencies": {
"@tmagic/data-source": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/data-source": "1.3.0",
"@tmagic/schema": "1.3.0",
"@tmagic/utils": "1.3.0",
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/data-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/data-source",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -33,8 +33,8 @@
"data-source"
],
"dependencies": {
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0",
"@tmagic/schema": "1.3.0",
"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.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [
Expand Down
20 changes: 10 additions & 10 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -47,13 +47,13 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/core": "1.3.0-beta.8",
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/form": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/stage": "1.3.0-beta.8",
"@tmagic/table": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/core": "1.3.0",
"@tmagic/design": "1.3.0",
"@tmagic/form": "1.3.0",
"@tmagic/schema": "1.3.0",
"@tmagic/stage": "1.3.0",
"@tmagic/table": "1.3.0",
"@tmagic/utils": "1.3.0",
"buffer": "^6.0.3",
"color": "^3.1.3",
"events": "^3.3.0",
Expand All @@ -65,8 +65,8 @@
"vue": "^3.3.4"
},
"peerDependencies": {
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/form": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"@tmagic/form": "1.3.0",
"monaco-editor": "^0.41.0",
"vue": "^3.3.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -37,12 +37,12 @@
"typescript"
],
"dependencies": {
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"element-plus": "^2.2.32",
"vue": "^3.3.4"
},
"peerDependencies": {
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"element-plus": "^2.2.32",
"vue": "^3.3.4"
},
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.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"@tmagic/utils": "1.3.0",
"lodash-es": "^4.17.21",
"sortablejs": "^1.14.0",
"vue": "^3.3.4"
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.3.0-beta.8",
"version": "1.3.0",
"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.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/stage",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@scena/guides": "^0.29.2",
"@tmagic/core": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/core": "1.3.0",
"@tmagic/schema": "1.3.0",
"@tmagic/utils": "1.3.0",
"events": "^3.3.0",
"keycon": "^1.4.0",
"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.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -34,14 +34,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/form": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"@tmagic/form": "1.3.0",
"@tmagic/utils": "1.3.0",
"lodash-es": "^4.17.21",
"vue": "^3.3.4"
},
"peerDependencies": {
"@tmagic/form": "1.3.0-beta.8",
"@tmagic/form": "1.3.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tdesign-vue-next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -37,12 +37,12 @@
"typescript"
],
"dependencies": {
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"tdesign-vue-next": "^1.3.4",
"vue": "^3.3.4"
},
"peerDependencies": {
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/design": "1.3.0",
"tdesign-vue-next": "^1.3.4",
"vue": "^3.3.4"
},
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.3.0-beta.8",
"version": "1.3.0",
"type": "module",
"main": "src/index.ts",
"engines": {
Expand All @@ -14,8 +14,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/core": "1.3.0",
"@tmagic/schema": "1.3.0",
"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.3.0-beta.8",
"version": "1.3.0",
"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.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/core": "1.3.0",
"@tmagic/schema": "1.3.0",
"@tmagic/utils": "1.3.0",
"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.3.0-beta.8",
"version": "1.3.0",
"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.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/core": "1.3.0",
"@tmagic/schema": "1.3.0",
"@tmagic/utils": "1.3.0",
"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.3.0-beta.8",
"version": "1.3.0",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0",
"dayjs": "^1.11.4"
},
"peerDependencies": {
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.3.0-beta.8",
"version": "1.3.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,14 +13,14 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/core": "1.3.0-beta.8",
"@tmagic/design": "1.3.0-beta.8",
"@tmagic/editor": "1.3.0-beta.8",
"@tmagic/element-plus-adapter": "1.3.0-beta.8",
"@tmagic/form": "1.3.0-beta.8",
"@tmagic/schema": "1.3.0-beta.8",
"@tmagic/stage": "1.3.0-beta.8",
"@tmagic/utils": "1.3.0-beta.8",
"@tmagic/core": "1.3.0",
"@tmagic/design": "1.3.0",
"@tmagic/editor": "1.3.0",
"@tmagic/element-plus-adapter": "1.3.0",
"@tmagic/form": "1.3.0",
"@tmagic/schema": "1.3.0",
"@tmagic/stage": "1.3.0",
"@tmagic/utils": "1.3.0",
"element-plus": "^2.2.32",
"monaco-editor": "^0.41.0",
"serialize-javascript": "^6.0.0",
Expand Down
Loading

0 comments on commit fb7bac8

Please sign in to comment.