From a337e6ffe1c9af32f623daff78ac40feaf5ba00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Sat, 19 Dec 2020 22:03:36 +0800 Subject: [PATCH] v0.13.2-7 --- CHANGELOG.md | 11 +++++++ lerna.json | 2 +- packages/code-generator/CHANGELOG.md | 8 +++++ packages/code-generator/package.json | 2 +- packages/demo-server/CHANGELOG.md | 8 +++++ packages/demo-server/package.json | 2 +- packages/demo/CHANGELOG.md | 8 +++++ packages/demo/package.json | 30 +++++++++---------- packages/designer/CHANGELOG.md | 11 +++++++ packages/designer/package.json | 8 ++--- packages/editor-core/CHANGELOG.md | 8 +++++ packages/editor-core/package.json | 6 ++-- packages/editor-preset-general/CHANGELOG.md | 8 +++++ packages/editor-preset-general/package.json | 16 +++++----- packages/editor-preset-vision/CHANGELOG.md | 8 +++++ packages/editor-preset-vision/package.json | 16 +++++----- packages/editor-setters/CHANGELOG.md | 8 +++++ packages/editor-setters/package.json | 4 +-- packages/editor-skeleton/CHANGELOG.md | 8 +++++ packages/editor-skeleton/package.json | 10 +++---- packages/material-parser/CHANGELOG.md | 8 +++++ packages/material-parser/package.json | 2 +- packages/plugin-components-pane/CHANGELOG.md | 8 +++++ packages/plugin-components-pane/package.json | 8 ++--- packages/plugin-designer/CHANGELOG.md | 8 +++++ packages/plugin-designer/package.json | 6 ++-- .../plugin-event-bind-dialog/CHANGELOG.md | 8 +++++ .../plugin-event-bind-dialog/package.json | 6 ++-- packages/plugin-outline-pane/CHANGELOG.md | 8 +++++ packages/plugin-outline-pane/package.json | 10 +++---- packages/plugin-sample-logo/CHANGELOG.md | 8 +++++ packages/plugin-sample-logo/package.json | 4 +-- packages/plugin-sample-preview/CHANGELOG.md | 8 +++++ packages/plugin-sample-preview/package.json | 12 ++++---- packages/plugin-source-editor/CHANGELOG.md | 8 +++++ packages/plugin-source-editor/package.json | 4 +-- packages/plugin-undo-redo/CHANGELOG.md | 8 +++++ packages/plugin-undo-redo/package.json | 12 ++++---- .../plugin-variable-bind-dialog/CHANGELOG.md | 8 +++++ .../plugin-variable-bind-dialog/package.json | 4 +-- packages/plugin-zh-en/CHANGELOG.md | 8 +++++ packages/plugin-zh-en/package.json | 8 ++--- packages/rax-provider/CHANGELOG.md | 8 +++++ packages/rax-provider/package.json | 4 +-- packages/rax-render/CHANGELOG.md | 12 ++++++-- packages/rax-render/package.json | 4 +-- packages/rax-simulator-renderer/CHANGELOG.md | 8 +++++ packages/rax-simulator-renderer/package.json | 12 ++++---- packages/react-provider/CHANGELOG.md | 8 +++++ packages/react-provider/package.json | 4 +-- packages/react-renderer/CHANGELOG.md | 8 +++++ packages/react-renderer/package.json | 2 +- .../react-simulator-renderer/CHANGELOG.md | 8 +++++ .../react-simulator-renderer/package.json | 10 +++---- packages/runtime/CHANGELOG.md | 8 +++++ packages/runtime/package.json | 2 +- packages/types/CHANGELOG.md | 8 +++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 8 +++++ packages/utils/package.json | 4 +-- 60 files changed, 356 insertions(+), 110 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d6b554a..80382f365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + +### Bug Fixes + +* 传递正确的 removeIndex 给到 subtreeModified 钩子 ([95115e3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/95115e3)) + + + + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/lerna.json b/lerna.json index 277974c05..008fbbce6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "0.13.2-6", + "version": "0.13.2-7", "npmClient": "tyarn", "registry": "http://registry.npm.alibaba-inc.com", "useWorkspaces": true, diff --git a/packages/code-generator/CHANGELOG.md b/packages/code-generator/CHANGELOG.md index f051bc969..b31bf75c5 100644 --- a/packages/code-generator/CHANGELOG.md +++ b/packages/code-generator/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-code-generator + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/code-generator/package.json b/packages/code-generator/package.json index 5a9a40080..c0d950145 100644 --- a/packages/code-generator/package.json +++ b/packages/code-generator/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-code-generator", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "出码引擎 for LowCode Engine", "main": "lib/index.js", "files": [ diff --git a/packages/demo-server/CHANGELOG.md b/packages/demo-server/CHANGELOG.md index 89c1ebf8b..2f5307977 100644 --- a/packages/demo-server/CHANGELOG.md +++ b/packages/demo-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-demo-server + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/demo-server/package.json b/packages/demo-server/package.json index 781d84962..be52fdc8d 100644 --- a/packages/demo-server/package.json +++ b/packages/demo-server/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-demo-server", - "version": "0.13.2-6", + "version": "0.13.2-7", "private": true, "description": "低代码引擎 DEMO Server 端", "scripts": { diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index b63a39dbe..20da44877 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-demo + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/demo/package.json b/packages/demo/package.json index 29d7c5f16..f7582ba80 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-demo", - "version": "0.13.2-6", + "version": "0.13.2-7", "private": true, "description": "低代码引擎 DEMO", "scripts": { @@ -10,21 +10,21 @@ }, "config": {}, "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-editor-skeleton": "^0.13.2-6", - "@ali/lowcode-plugin-components-pane": "^0.13.2-6", - "@ali/lowcode-plugin-designer": "^0.13.2-6", - "@ali/lowcode-plugin-event-bind-dialog": "^0.13.2-6", - "@ali/lowcode-plugin-outline-pane": "^0.13.2-6", - "@ali/lowcode-plugin-sample-logo": "^0.13.2-6", - "@ali/lowcode-plugin-sample-preview": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-editor-skeleton": "^0.13.2-7", + "@ali/lowcode-plugin-components-pane": "^0.13.2-7", + "@ali/lowcode-plugin-designer": "^0.13.2-7", + "@ali/lowcode-plugin-event-bind-dialog": "^0.13.2-7", + "@ali/lowcode-plugin-outline-pane": "^0.13.2-7", + "@ali/lowcode-plugin-sample-logo": "^0.13.2-7", + "@ali/lowcode-plugin-sample-preview": "^0.13.2-7", "@ali/lowcode-plugin-settings-pane": "^0.8.8", - "@ali/lowcode-plugin-undo-redo": "^0.13.2-6", - "@ali/lowcode-plugin-variable-bind-dialog": "^0.13.2-6", - "@ali/lowcode-plugin-zh-en": "^0.13.2-6", - "@ali/lowcode-react-renderer": "^0.13.2-6", - "@ali/lowcode-runtime": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-plugin-undo-redo": "^0.13.2-7", + "@ali/lowcode-plugin-variable-bind-dialog": "^0.13.2-7", + "@ali/lowcode-plugin-zh-en": "^0.13.2-7", + "@ali/lowcode-react-renderer": "^0.13.2-7", + "@ali/lowcode-runtime": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@ali/ve-action-pane": "^4.7.0-beta.0", "@ali/ve-datapool-pane": "^6.4.3", "@ali/ve-history-pane": "4.0.0", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 4691e208d..d69205990 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + +### Bug Fixes + +* 传递正确的 removeIndex 给到 subtreeModified 钩子 ([95115e3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/95115e3)) + + + + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/designer/package.json b/packages/designer/package.json index 7354b9c02..0f48d7e39 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -14,9 +14,9 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "classnames": "^2.2.6", "event": "^1.0.0", "react": "^16", diff --git a/packages/editor-core/CHANGELOG.md b/packages/editor-core/CHANGELOG.md index 3fbe612c0..c9d3f93f0 100644 --- a/packages/editor-core/CHANGELOG.md +++ b/packages/editor-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 865e94302..9f6900265 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-core", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -15,8 +15,8 @@ "cloud-build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@alifd/next": "^1.19.16", "@recore/obx": "^1.0.9", "@recore/obx-react": "^1.0.8", diff --git a/packages/editor-preset-general/CHANGELOG.md b/packages/editor-preset-general/CHANGELOG.md index bbbd53a15..0130de9a0 100644 --- a/packages/editor-preset-general/CHANGELOG.md +++ b/packages/editor-preset-general/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index 412043723..f9b9dbc40 100644 --- a/packages/editor-preset-general/package.json +++ b/packages/editor-preset-general/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-preset-general", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Ali General Editor Preset", "main": "lib/index.js", "files": [ @@ -14,12 +14,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-editor-skeleton": "^0.13.2-6", - "@ali/lowcode-plugin-designer": "^0.13.2-6", - "@ali/lowcode-plugin-outline-pane": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-editor-skeleton": "^0.13.2-7", + "@ali/lowcode-plugin-designer": "^0.13.2-7", + "@ali/lowcode-plugin-outline-pane": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@alifd/next": "^1.19.12", "@alife/theme-lowcode-dark": "^0.1.0", "@alife/theme-lowcode-light": "^0.1.0", @@ -27,7 +27,7 @@ "react-dom": "^16.8.1" }, "devDependencies": { - "@ali/lowcode-editor-setters": "^0.13.2-6", + "@ali/lowcode-editor-setters": "^0.13.2-7", "@alib/build-scripts": "^0.1.18", "@types/events": "^3.0.0", "@types/react": "^16.8.3", diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md index ff4f880cc..fb0a8a75c 100644 --- a/packages/editor-preset-vision/CHANGELOG.md +++ b/packages/editor-preset-vision/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index 18d7eba7e..a7d6abd1b 100644 --- a/packages/editor-preset-vision/package.json +++ b/packages/editor-preset-vision/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-preset-vision", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Vision Polyfill for Ali lowCode engine", "main": "lib/index.js", "private": true, @@ -16,13 +16,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-editor-setters": "^0.13.2-6", - "@ali/lowcode-editor-skeleton": "^0.13.2-6", - "@ali/lowcode-plugin-designer": "^0.13.2-6", - "@ali/lowcode-plugin-outline-pane": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-editor-setters": "^0.13.2-7", + "@ali/lowcode-editor-skeleton": "^0.13.2-7", + "@ali/lowcode-plugin-designer": "^0.13.2-7", + "@ali/lowcode-plugin-outline-pane": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3", diff --git a/packages/editor-setters/CHANGELOG.md b/packages/editor-setters/CHANGELOG.md index be09f11d6..0b0bc1cb4 100644 --- a/packages/editor-setters/CHANGELOG.md +++ b/packages/editor-setters/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-setters + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/editor-setters/package.json b/packages/editor-setters/package.json index 3e14fa405..4c9f99584 100644 --- a/packages/editor-setters/package.json +++ b/packages/editor-setters/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-setters", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Builtin setters for Ali lowCode engine", "files": [ "es", @@ -21,7 +21,7 @@ "@ali/iceluna-comp-react-node": "^1.0.5", "@ali/iceluna-sdk": "^1.0.5-beta.24", "@ali/lc-style-setter": "^0.0.1", - "@ali/lowcode-editor-core": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", "@alifd/next": "^1.19.16", "acorn": "^6.4.1", "classnames": "^2.2.6", diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md index ddadb58e6..e30d15f38 100644 --- a/packages/editor-skeleton/CHANGELOG.md +++ b/packages/editor-skeleton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 7ec093aa9..e1daa3ad7 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-skeleton", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@ali/ve-icons": "latest", "@ali/ve-less-variables": "^2.0.0", "@alifd/next": "^1.20.12", diff --git a/packages/material-parser/CHANGELOG.md b/packages/material-parser/CHANGELOG.md index de48bb4d5..ff703456d 100644 --- a/packages/material-parser/CHANGELOG.md +++ b/packages/material-parser/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-material-parser + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/material-parser/package.json b/packages/material-parser/package.json index b6fcc002a..7758be1e2 100644 --- a/packages/material-parser/package.json +++ b/packages/material-parser/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-material-parser", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "material parser for Ali lowCode engine", "main": "lib/index.js", "files": [ diff --git a/packages/plugin-components-pane/CHANGELOG.md b/packages/plugin-components-pane/CHANGELOG.md index c2e390902..166f35986 100644 --- a/packages/plugin-components-pane/CHANGELOG.md +++ b/packages/plugin-components-pane/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-components-pane + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json index b953a865d..bc9afbee2 100644 --- a/packages/plugin-components-pane/package.json +++ b/packages/plugin-components-pane/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-components-pane", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor component-list plugin", "files": [ "es/", @@ -20,9 +20,9 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", "@alifd/next": "^1.19.19", "react": "^16.8.1" }, diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index 3693bee07..c3a43a8ce 100644 --- a/packages/plugin-designer/CHANGELOG.md +++ b/packages/plugin-designer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 3c4abf753..822c58ed0 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-designer", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/plugin-event-bind-dialog/CHANGELOG.md b/packages/plugin-event-bind-dialog/CHANGELOG.md index 66d398cc1..cfb8ebcaa 100644 --- a/packages/plugin-event-bind-dialog/CHANGELOG.md +++ b/packages/plugin-event-bind-dialog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-event-bind-dialog/package.json b/packages/plugin-event-bind-dialog/package.json index 8047b4192..35515e66e 100644 --- a/packages/plugin-event-bind-dialog/package.json +++ b/packages/plugin-event-bind-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-event-bind-dialog", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor event bind dialog plugin", "files": [ "es", @@ -19,8 +19,8 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", "@alifd/next": "^1.19.16", "react": "^16.8.1", "react-dom": "^16.8.1" diff --git a/packages/plugin-outline-pane/CHANGELOG.md b/packages/plugin-outline-pane/CHANGELOG.md index 2db08d39e..13c510166 100644 --- a/packages/plugin-outline-pane/CHANGELOG.md +++ b/packages/plugin-outline-pane/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 54be2e232..6189d1f33 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-outline-pane", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@alifd/next": "^1.19.16", "classnames": "^2.2.6", "react": "^16", diff --git a/packages/plugin-sample-logo/CHANGELOG.md b/packages/plugin-sample-logo/CHANGELOG.md index 2a178200a..49a969adf 100644 --- a/packages/plugin-sample-logo/CHANGELOG.md +++ b/packages/plugin-sample-logo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-sample-logo/package.json b/packages/plugin-sample-logo/package.json index ee669306c..b984c5848 100644 --- a/packages/plugin-sample-logo/package.json +++ b/packages/plugin-sample-logo/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-sample-logo", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor logo plugin", "files": [ "es/", @@ -20,7 +20,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", "react": "^16.8.1" }, "devDependencies": { diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md index eb62ee98f..0fe036f29 100644 --- a/packages/plugin-sample-preview/CHANGELOG.md +++ b/packages/plugin-sample-preview/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json index 9342b3974..31bf6a205 100644 --- a/packages/plugin-sample-preview/package.json +++ b/packages/plugin-sample-preview/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-sample-preview", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor sample preview plugin", "files": [ "es", @@ -19,11 +19,11 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-react-renderer": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-react-renderer": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@alifd/next": "^1.x", "react": "^16.8.1" }, diff --git a/packages/plugin-source-editor/CHANGELOG.md b/packages/plugin-source-editor/CHANGELOG.md index 77cef6edf..00d17a0fc 100644 --- a/packages/plugin-source-editor/CHANGELOG.md +++ b/packages/plugin-source-editor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-source-editor + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-source-editor/package.json b/packages/plugin-source-editor/package.json index 1b35717be..b0068ae63 100644 --- a/packages/plugin-source-editor/package.json +++ b/packages/plugin-source-editor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-source-editor", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor source-editor plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", "@alifd/next": "^1.19.16", "js-beautify": "^1.10.1", "prettier": "^1.18.2", diff --git a/packages/plugin-undo-redo/CHANGELOG.md b/packages/plugin-undo-redo/CHANGELOG.md index e2424ba6f..06b39539a 100644 --- a/packages/plugin-undo-redo/CHANGELOG.md +++ b/packages/plugin-undo-redo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json index f60f9ab9e..82920ace4 100644 --- a/packages/plugin-undo-redo/package.json +++ b/packages/plugin-undo-redo/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-undo-redo", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor undo redo plugin", "files": [ "es", @@ -19,11 +19,11 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-editor-skeleton": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-editor-skeleton": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/plugin-variable-bind-dialog/CHANGELOG.md b/packages/plugin-variable-bind-dialog/CHANGELOG.md index 84a35b519..335422a9b 100644 --- a/packages/plugin-variable-bind-dialog/CHANGELOG.md +++ b/packages/plugin-variable-bind-dialog/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-variable-bind-dialog + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-variable-bind-dialog/package.json b/packages/plugin-variable-bind-dialog/package.json index ec3ca0044..725df9022 100644 --- a/packages/plugin-variable-bind-dialog/package.json +++ b/packages/plugin-variable-bind-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-variable-bind-dialog", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor variable bind dialog plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", "@alifd/next": "^1.19.16", "react": "^16.8.1", "react-dom": "^16.8.1" diff --git a/packages/plugin-zh-en/CHANGELOG.md b/packages/plugin-zh-en/CHANGELOG.md index c782aca6b..69523f354 100644 --- a/packages/plugin-zh-en/CHANGELOG.md +++ b/packages/plugin-zh-en/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-zh-en + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/plugin-zh-en/package.json b/packages/plugin-zh-en/package.json index 2a3aa5d83..0ae75d15a 100644 --- a/packages/plugin-zh-en/package.json +++ b/packages/plugin-zh-en/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-zh-en", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "alibaba lowcode editor zhong english plugin", "files": [ "es", @@ -14,9 +14,9 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-editor-core": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-editor-core": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/rax-provider/CHANGELOG.md b/packages/rax-provider/CHANGELOG.md index 3c1c47101..ec0447621 100644 --- a/packages/rax-provider/CHANGELOG.md +++ b/packages/rax-provider/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-provider + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/rax-provider/package.json b/packages/rax-provider/package.json index 0c0f2600f..6492dc3c6 100644 --- a/packages/rax-provider/package.json +++ b/packages/rax-provider/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-provider", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Rax Provider for Runtime", "files": [ "es", @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-runtime": "^0.13.2-6", + "@ali/lowcode-runtime": "^0.13.2-7", "driver-universal": "^3.1.3", "history": "^4.10.1", "rax-use-router": "^3.0.0" diff --git a/packages/rax-render/CHANGELOG.md b/packages/rax-render/CHANGELOG.md index 1d6491eb2..3b8785f1f 100644 --- a/packages/rax-render/CHANGELOG.md +++ b/packages/rax-render/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) @@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @ali/lowcode-rax-renderer - + ## [0.13.2-5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-4...v0.13.2-5) (2020-12-17) diff --git a/packages/rax-render/package.json b/packages/rax-render/package.json index a81b49bb4..4c4f5baad 100644 --- a/packages/rax-render/package.json +++ b/packages/rax-render/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-renderer", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Rax renderer for Ali lowCode engine", "main": "lib/index.js", "module": "lib/index.js", @@ -36,7 +36,7 @@ "@ali/b3-one": "^0.0.17", "@ali/bzb-request": "2.6.1", "@ali/lib-mtop": "^2.5.1", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-utils": "^0.13.2-7", "@ali/ui-table": "^1.0.1-beta.6", "classnames": "^2.2.6", "debug": "^4.1.1", diff --git a/packages/rax-simulator-renderer/CHANGELOG.md b/packages/rax-simulator-renderer/CHANGELOG.md index 3878e2bd3..4ffcba135 100644 --- a/packages/rax-simulator-renderer/CHANGELOG.md +++ b/packages/rax-simulator-renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index 3f0f30b97..19b46e1a9 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-simulator-renderer", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "rax simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -13,10 +13,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-rax-renderer": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-rax-renderer": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@ali/recore-rax": "^1.2.4", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", @@ -57,5 +57,5 @@ "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@0.13.2-5/build/index.html" + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@0.13.2-6/build/index.html" } diff --git a/packages/react-provider/CHANGELOG.md b/packages/react-provider/CHANGELOG.md index 008c5bb49..90bb2561e 100644 --- a/packages/react-provider/CHANGELOG.md +++ b/packages/react-provider/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-react-provider + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json index 436567fde..baaac61b0 100644 --- a/packages/react-provider/package.json +++ b/packages/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-provider", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "React Provider for Runtime", "files": [ "es", @@ -25,7 +25,7 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-runtime": "^0.13.2-6", + "@ali/lowcode-runtime": "^0.13.2-7", "@ali/lowcode-utils": "^1.0.7", "@recore/router": "^1.0.11", "react": "^16", diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md index 71a17757d..4f9e5fd62 100644 --- a/packages/react-renderer/CHANGELOG.md +++ b/packages/react-renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 62b2a5560..3a67e9c69 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-renderer", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react-simulator-renderer/CHANGELOG.md b/packages/react-simulator-renderer/CHANGELOG.md index 9786f9f2f..b2bd0ca58 100644 --- a/packages/react-simulator-renderer/CHANGELOG.md +++ b/packages/react-simulator-renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 6309c529b..4d52680b8 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-simulator-renderer", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -16,10 +16,10 @@ "build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-designer": "^0.13.2-6", - "@ali/lowcode-react-renderer": "^0.13.2-6", - "@ali/lowcode-types": "^0.13.2-6", - "@ali/lowcode-utils": "^0.13.2-6", + "@ali/lowcode-designer": "^0.13.2-7", + "@ali/lowcode-react-renderer": "^0.13.2-7", + "@ali/lowcode-types": "^0.13.2-7", + "@ali/lowcode-utils": "^0.13.2-7", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", "@recore/obx-react": "^1.0.7", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 1b31a65c7..ba3af71e8 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-runtime + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 1bc1df1ef..73a20d7e9 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-runtime", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Runtime for Ali lowCode engine", "files": [ "es", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7298c5e6d..66e2cce27 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/types/package.json b/packages/types/package.json index 5bbff8265..b7e62b97d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 91e49ef22..2bb964ce6 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.13.2-7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-6...v0.13.2-7) (2020-12-19) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [0.13.2-6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v0.13.2-5...v0.13.2-6) (2020-12-18) diff --git a/packages/utils/package.json b/packages/utils/package.json index 9fb1be314..4ad3c8a90 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "0.13.2-6", + "version": "0.13.2-7", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^0.13.2-6", + "@ali/lowcode-types": "^0.13.2-7", "@alifd/next": "^1.19.16", "lodash.get": "^4.4.2", "react": "^16"