diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md
index 306d36fc8..fe50cce62 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.8.27](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.26...@ali/lowcode-demo@0.8.27) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-demo
+
## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.25...@ali/lowcode-demo@0.8.26) (2020-05-18)
diff --git a/packages/demo/package.json b/packages/demo/package.json
index 71ad9640d..4915579c1 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-demo",
- "version": "0.8.26",
+ "version": "0.8.27",
"private": true,
"description": "低代码引擎 DEMO",
"scripts": {
@@ -10,15 +10,15 @@
"config": {},
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.14",
- "@ali/lowcode-editor-skeleton": "^0.8.22",
- "@ali/lowcode-plugin-components-pane": "^0.8.19",
- "@ali/lowcode-plugin-designer": "^0.9.16",
+ "@ali/lowcode-editor-skeleton": "^0.8.23",
+ "@ali/lowcode-plugin-components-pane": "^0.8.20",
+ "@ali/lowcode-plugin-designer": "^0.9.17",
"@ali/lowcode-plugin-event-bind-dialog": "^0.8.14",
- "@ali/lowcode-plugin-outline-pane": "^0.8.22",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.23",
"@ali/lowcode-plugin-sample-logo": "^0.8.13",
- "@ali/lowcode-plugin-sample-preview": "^0.8.21",
+ "@ali/lowcode-plugin-sample-preview": "^0.8.22",
"@ali/lowcode-plugin-settings-pane": "^0.8.8",
- "@ali/lowcode-plugin-undo-redo": "^0.8.21",
+ "@ali/lowcode-plugin-undo-redo": "^0.8.22",
"@ali/lowcode-plugin-variable-bind-dialog": "^0.8.12",
"@ali/lowcode-plugin-zh-en": "^0.8.16",
"@ali/lowcode-react-renderer": "^0.8.0",
diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md
index 0916e7564..1edc0d5f1 100644
--- a/packages/designer/CHANGELOG.md
+++ b/packages/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.9.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.16...@ali/lowcode-designer@0.9.17) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-designer
+
## [0.9.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.15...@ali/lowcode-designer@0.9.16) (2020-05-18)
diff --git a/packages/designer/package.json b/packages/designer/package.json
index 1885f5724..11337ff17 100644
--- a/packages/designer/package.json
+++ b/packages/designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-designer",
- "version": "0.9.16",
+ "version": "0.9.17",
"description": "Designer for Ali LowCode Engine",
"main": "lib/index.js",
"module": "es/index.js",
diff --git a/packages/editor-preset-general/CHANGELOG.md b/packages/editor-preset-general/CHANGELOG.md
index e468ed443..b09a5b664 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.9.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.2...@ali/lowcode-editor-preset-general@0.9.3) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-general
+
## [0.9.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.1...@ali/lowcode-editor-preset-general@0.9.2) (2020-05-18)
diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json
index 290a7df24..dc4252c18 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.9.2",
+ "version": "0.9.3",
"description": "Ali General Editor Preset",
"main": "lib/index.js",
"files": [
@@ -15,9 +15,9 @@
"license": "MIT",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.14",
- "@ali/lowcode-editor-skeleton": "^0.8.22",
- "@ali/lowcode-plugin-designer": "^0.9.16",
- "@ali/lowcode-plugin-outline-pane": "^0.8.22",
+ "@ali/lowcode-editor-skeleton": "^0.8.23",
+ "@ali/lowcode-plugin-designer": "^0.9.17",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.23",
"@ali/lowcode-types": "^0.8.5",
"@ali/lowcode-utils": "^0.8.6",
"@alifd/next": "^1.19.12",
diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md
index 947ef15db..d0f82de32 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.8.18](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.17...@ali/lowcode-editor-preset-vision@0.8.18) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-vision
+
## [0.8.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.16...@ali/lowcode-editor-preset-vision@0.8.17) (2020-05-18)
diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json
index b6933f1bb..fa89cac7f 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.8.17",
+ "version": "0.8.18",
"description": "Vision Polyfill for Ali lowCode engine",
"main": "lib/index.js",
"files": [
@@ -14,11 +14,11 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.14",
- "@ali/lowcode-editor-skeleton": "^0.8.22",
- "@ali/lowcode-plugin-designer": "^0.9.16",
- "@ali/lowcode-plugin-outline-pane": "^0.8.22",
+ "@ali/lowcode-editor-skeleton": "^0.8.23",
+ "@ali/lowcode-plugin-designer": "^0.9.17",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.23",
"@ali/ve-i18n-util": "^2.0.2",
"@ali/ve-icons": "^4.1.9",
"@ali/ve-less-variables": "2.0.3",
diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md
index 2e247de59..ad780c916 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.8.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.22...@ali/lowcode-editor-skeleton@0.8.23) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-skeleton
+
## [0.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.21...@ali/lowcode-editor-skeleton@0.8.22) (2020-05-18)
diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json
index d0a93cafc..9a3399c07 100644
--- a/packages/editor-skeleton/package.json
+++ b/packages/editor-skeleton/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-editor-skeleton",
- "version": "0.8.22",
+ "version": "0.8.23",
"description": "alibaba lowcode editor skeleton",
"main": "lib/index.js",
"module": "es/index.js",
@@ -19,7 +19,7 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.14",
"@ali/lowcode-types": "^0.8.5",
"@ali/lowcode-utils": "^0.8.6",
diff --git a/packages/plugin-components-pane/CHANGELOG.md b/packages/plugin-components-pane/CHANGELOG.md
index 9988c5b3d..7e3dacf06 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.8.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.19...@ali/lowcode-plugin-components-pane@0.8.20) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-components-pane
+
## [0.8.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.18...@ali/lowcode-plugin-components-pane@0.8.19) (2020-05-18)
diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json
index 812a25acc..518fd0dfa 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.8.19",
+ "version": "0.8.20",
"description": "alibaba lowcode editor component-list plugin",
"files": [
"es/",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.11",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.12",
"@ali/lowcode-types": "^0.8.3",
"@ali/ve-component-list": "^1.1.1",
diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md
index 01ff718c2..efd619c25 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.9.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.16...@ali/lowcode-plugin-designer@0.9.17) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-designer
+
## [0.9.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.15...@ali/lowcode-plugin-designer@0.9.16) (2020-05-18)
diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json
index 6869b7f1c..c1956d9ae 100644
--- a/packages/plugin-designer/package.json
+++ b/packages/plugin-designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-plugin-designer",
- "version": "0.9.16",
+ "version": "0.9.17",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.14",
"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 b6e9d51b3..4f406cd32 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.8.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.22...@ali/lowcode-plugin-outline-pane@0.8.23) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane
+
## [0.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.21...@ali/lowcode-plugin-outline-pane@0.8.22) (2020-05-18)
diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json
index 4189ef3df..edbf5b5cf 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.8.22",
+ "version": "0.8.23",
"description": "Outline pane for Ali lowCode engine",
"files": [
"es",
@@ -14,7 +14,7 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.14",
"@ali/lowcode-types": "^0.8.5",
"@ali/lowcode-utils": "^0.8.6",
diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md
index 9c3ce4bd8..afe911ecb 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.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.21...@ali/lowcode-plugin-sample-preview@0.8.22) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview
+
## [0.8.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.20...@ali/lowcode-plugin-sample-preview@0.8.21) (2020-05-18)
diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json
index db0cf1099..a4c7dd7e6 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.8.21",
+ "version": "0.8.22",
"description": "alibaba lowcode editor sample preview plugin",
"files": [
"es",
@@ -18,7 +18,7 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.14",
"@alifd/next": "^1.x",
"react": "^16.8.1"
diff --git a/packages/plugin-undo-redo/CHANGELOG.md b/packages/plugin-undo-redo/CHANGELOG.md
index be4099766..d4a532da1 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.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.21...@ali/lowcode-plugin-undo-redo@0.8.22) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo
+
## [0.8.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.20...@ali/lowcode-plugin-undo-redo@0.8.21) (2020-05-18)
diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json
index f479e132c..21243dacf 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.8.21",
+ "version": "0.8.22",
"description": "alibaba lowcode editor undo redo plugin",
"files": [
"es",
@@ -19,9 +19,9 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-editor-core": "^0.8.14",
- "@ali/lowcode-editor-skeleton": "^0.8.22",
+ "@ali/lowcode-editor-skeleton": "^0.8.23",
"@ali/lowcode-types": "^0.8.5",
"@ali/lowcode-utils": "^0.8.6",
"react": "^16.8.1",
diff --git a/packages/react-simulator-renderer/CHANGELOG.md b/packages/react-simulator-renderer/CHANGELOG.md
index 4270db87f..156ef06f6 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.8.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.22...@ali/lowcode-react-simulator-renderer@0.8.23) (2020-05-19)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer
+
## [0.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.21...@ali/lowcode-react-simulator-renderer@0.8.22) (2020-05-18)
diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json
index 046d4e709..647bea06b 100644
--- a/packages/react-simulator-renderer/package.json
+++ b/packages/react-simulator-renderer/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ali/lowcode-react-simulator-renderer",
- "version": "0.8.22",
+ "version": "0.8.23",
"description": "react simulator renderer for alibaba lowcode designer",
"main": "lib/index.js",
"module": "es/index.js",
@@ -13,7 +13,7 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-designer": "^0.9.16",
+ "@ali/lowcode-designer": "^0.9.17",
"@ali/lowcode-react-renderer": "^0.8.0",
"@ali/lowcode-types": "^0.8.5",
"@ali/lowcode-utils": "^0.8.6",