Skip to content

Commit

Permalink
chore: release v1.1.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Aug 17, 2022
1 parent e1c0614 commit 6573e86
Show file tree
Hide file tree
Showing 19 changed files with 134 additions and 114 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.1.0-beta.10](https://github.com/Tencent/tmagic-editor/compare/v1.1.0-beta.9...v1.1.0-beta.10) (2022-08-17)


### Bug Fixes

* **editor:** react runtime中添加没有即使渲染 ([9d2e221](https://github.com/Tencent/tmagic-editor/commit/9d2e2210d1dc8398a301df74bd9360c60c216317))
* **editor:** 复制页面错误 ([5f0e421](https://github.com/Tencent/tmagic-editor/commit/5f0e421550717eb8709cf3a11aeb8ce4396eb2ca))
* **form:** text按方向键减到负数后,继续按方向键无效 ([e1c0614](https://github.com/Tencent/tmagic-editor/commit/e1c061426533473f9911e56b2c64b08a6f52f57e)), closes [#261](https://github.com/Tencent/tmagic-editor/issues/261)
* **playground,runtime:** 拖动添加弹窗时初始位置不对 ([41a8400](https://github.com/Tencent/tmagic-editor/commit/41a84000956fea8d73fdf171df4a232cec4ca99c))


### Features

* **cli:** 自动install组件包,支持pnpm,npm,yarn ([c19afda](https://github.com/Tencent/tmagic-editor/commit/c19afda58c0cc34312a4eb5950382f9e3e092c6f))
* **core:** 旋转角度支持配置不带单位的数值 ([b1bd7a8](https://github.com/Tencent/tmagic-editor/commit/b1bd7a870e748890c176339460176cd7deb2d2e6)), closes [#260](https://github.com/Tencent/tmagic-editor/issues/260)
* **editor,stage:** runtime-api中的add/update/remove中的参数加上parentId ([59e6aff](https://github.com/Tencent/tmagic-editor/commit/59e6aff70a288c69197a85f08373abd1400f78a2))
* **editor:** runtime add api中parent参数加回去 ([2cde4bb](https://github.com/Tencent/tmagic-editor/commit/2cde4bb5a016d22ac184014d7b45b55cd0e75631))



# [1.1.0-beta.9](https://github.com/Tencent/tmagic-editor/compare/v1.1.0-beta.8...v1.1.0-beta.9) (2022-08-12)


Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "docs",
"private": true,
"version": "1.1.0-beta.9",
"version": "1.1.0-beta.10",
"scripts": {
"clean:top": "rimraf dist",
"dev": "vuepress dev src",
"build": "npm run clean:top && vuepress build src -d dist"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"element-plus": "^2.2.6",
"highlight.js": "^11.2.0",
"lodash": "^4.17.21",
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.1.0-beta.9",
"version": "1.1.0-beta.10",
"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.1.0-beta.9",
"version": "1.1.0-beta.10",
"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.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/core",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -35,7 +35,7 @@
"vue"
],
"dependencies": {
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.10",
"events": "^3.3.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/editor",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/stage": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/core": "1.1.0-beta.10",
"@tmagic/form": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"@tmagic/stage": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"buffer": "^6.0.3",
"color": "^3.1.3",
"element-plus": "^2.2.6",
Expand All @@ -62,7 +62,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.10",
"element-plus": "^2.2.6",
"monaco-editor": "^0.32.1",
"vue": "^3.2.37"
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/form",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.10",
"element-plus": "^2.2.6",
"lodash-es": "^4.17.21",
"sortablejs": "^1.14.0",
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.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/schema",
"sideEffects": false,
"main": "dist/tmagic-schema.umd.js",
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.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/stage",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@scena/guides": "^0.17.0",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/core": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"events": "^3.3.0",
"keycon": "^1.1.2",
"lodash-es": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/table",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -32,14 +32,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"element-plus": "^2.2.6",
"lodash-es": "^4.17.21",
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.10",
"element-plus": "^2.2.6",
"vue": "^3.2.37"
},
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.1.0-beta.9",
"version": "1.1.0-beta.10",
"main": "src/index.ts",
"engines": {
"node": ">=14"
Expand All @@ -13,8 +13,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/core": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"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.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/ui-vue2",
"main": "src/index.ts",
"engines": {
Expand All @@ -10,9 +10,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/core": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"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.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/ui",
"main": "src/index.ts",
"engines": {
Expand All @@ -11,9 +11,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/core": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"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.1.0-beta.9",
"version": "1.1.0-beta.10",
"name": "@tmagic/utils",
"main": "dist/tmagic-utils.umd.js",
"module": "dist/tmagic-utils.mjs",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.10",
"dayjs": "^1.11.4"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.1.0-beta.9",
"version": "1.1.0-beta.10",
"private": true,
"scripts": {
"clean:top": "rimraf dist",
Expand All @@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/editor": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/stage": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"@tmagic/editor": "1.1.0-beta.10",
"@tmagic/form": "1.1.0-beta.10",
"@tmagic/schema": "1.1.0-beta.10",
"@tmagic/stage": "1.1.0-beta.10",
"@tmagic/utils": "1.1.0-beta.10",
"element-plus": "^2.2.6",
"monaco-editor": "^0.32.1",
"serialize-javascript": "^6.0.0",
Expand Down
Loading

0 comments on commit 6573e86

Please sign in to comment.