diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md
index 9a0ee53fc..889dea27f 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.35](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.34...@ali/lowcode-demo@0.8.35) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-demo
+
## [0.8.34](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.33...@ali/lowcode-demo@0.8.34) (2020-07-12)
diff --git a/packages/demo/package.json b/packages/demo/package.json
index c4c9cc72e..46010e022 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-demo",
- "version": "0.8.34",
+ "version": "0.8.35",
"private": true,
"description": "低代码引擎 DEMO",
"scripts": {
@@ -10,15 +10,15 @@
"config": {},
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.20",
- "@ali/lowcode-editor-skeleton": "^0.8.30",
- "@ali/lowcode-plugin-components-pane": "^0.8.26",
- "@ali/lowcode-plugin-designer": "^0.9.24",
+ "@ali/lowcode-editor-skeleton": "^0.8.31",
+ "@ali/lowcode-plugin-components-pane": "^0.8.27",
+ "@ali/lowcode-plugin-designer": "^0.9.25",
"@ali/lowcode-plugin-event-bind-dialog": "^0.8.19",
- "@ali/lowcode-plugin-outline-pane": "^0.8.30",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.31",
"@ali/lowcode-plugin-sample-logo": "^0.8.18",
- "@ali/lowcode-plugin-sample-preview": "^0.8.28",
+ "@ali/lowcode-plugin-sample-preview": "^0.8.29",
"@ali/lowcode-plugin-settings-pane": "^0.8.8",
- "@ali/lowcode-plugin-undo-redo": "^0.8.28",
+ "@ali/lowcode-plugin-undo-redo": "^0.8.29",
"@ali/lowcode-plugin-variable-bind-dialog": "^0.8.17",
"@ali/lowcode-plugin-zh-en": "^0.8.21",
"@ali/lowcode-react-renderer": "^0.8.13",
diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md
index 17d0281f0..eae539d32 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.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.24...@ali/lowcode-designer@0.9.25) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-designer
+
## [0.9.24](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.23...@ali/lowcode-designer@0.9.24) (2020-07-12)
diff --git a/packages/designer/package.json b/packages/designer/package.json
index 04e639797..5e7ce3239 100644
--- a/packages/designer/package.json
+++ b/packages/designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-designer",
- "version": "0.9.24",
+ "version": "0.9.25",
"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 7c0f100cd..1b511f777 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.10](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.9...@ali/lowcode-editor-preset-general@0.9.10) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-general
+
## [0.9.9](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.8...@ali/lowcode-editor-preset-general@0.9.9) (2020-07-12)
diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json
index a20d7e65b..3ef5e6581 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.9",
+ "version": "0.9.10",
"private": true,
"description": "Ali General Editor Preset",
"main": "lib/index.js",
@@ -16,9 +16,9 @@
"license": "MIT",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.20",
- "@ali/lowcode-editor-skeleton": "^0.8.30",
- "@ali/lowcode-plugin-designer": "^0.9.24",
- "@ali/lowcode-plugin-outline-pane": "^0.8.30",
+ "@ali/lowcode-editor-skeleton": "^0.8.31",
+ "@ali/lowcode-plugin-designer": "^0.9.25",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.31",
"@ali/lowcode-types": "^0.8.10",
"@ali/lowcode-utils": "^0.8.11",
"@alifd/next": "^1.19.12",
diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md
index 80415686a..379429bc5 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.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.25...@ali/lowcode-editor-preset-vision@0.8.26) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-vision
+
## [0.8.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.24...@ali/lowcode-editor-preset-vision@0.8.25) (2020-07-12)
diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json
index c1cfa2667..93b991098 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.25",
+ "version": "0.8.26",
"private": true,
"description": "Vision Polyfill for Ali lowCode engine",
"main": "lib/index.js",
@@ -15,11 +15,11 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
- "@ali/lowcode-editor-skeleton": "^0.8.30",
- "@ali/lowcode-plugin-designer": "^0.9.24",
- "@ali/lowcode-plugin-outline-pane": "^0.8.30",
+ "@ali/lowcode-editor-skeleton": "^0.8.31",
+ "@ali/lowcode-plugin-designer": "^0.9.25",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.31",
"@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-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md
index d956c1e4a..7a3f84639 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.31](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.30...@ali/lowcode-editor-skeleton@0.8.31) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-skeleton
+
## [0.8.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.29...@ali/lowcode-editor-skeleton@0.8.30) (2020-07-12)
diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json
index 3a52e9777..d7f2754cd 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.30",
+ "version": "0.8.31",
"description": "alibaba lowcode editor skeleton",
"main": "lib/index.js",
"module": "es/index.js",
@@ -19,7 +19,7 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
"@ali/lowcode-types": "^0.8.10",
"@ali/lowcode-utils": "^0.8.11",
diff --git a/packages/plugin-components-pane/CHANGELOG.md b/packages/plugin-components-pane/CHANGELOG.md
index 1f36994c0..157a015fc 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.27](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.26...@ali/lowcode-plugin-components-pane@0.8.27) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-components-pane
+
## [0.8.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.25...@ali/lowcode-plugin-components-pane@0.8.26) (2020-07-12)
diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json
index a31b9c899..cdeedc7fd 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.26",
+ "version": "0.8.27",
"description": "alibaba lowcode editor component-list plugin",
"files": [
"es/",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
"@ali/lowcode-types": "^0.8.10",
"@ali/ve-component-list": "^1.1.1",
diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md
index 19f46ba21..9eb450fae 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.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.24...@ali/lowcode-plugin-designer@0.9.25) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-designer
+
## [0.9.24](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.23...@ali/lowcode-plugin-designer@0.9.24) (2020-07-12)
diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json
index 79c4e8af1..be692bb13 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.24",
+ "version": "0.9.25",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
"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 dd66541cb..d4f5d6294 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.31](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.30...@ali/lowcode-plugin-outline-pane@0.8.31) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane
+
## [0.8.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.29...@ali/lowcode-plugin-outline-pane@0.8.30) (2020-07-12)
diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json
index 819cfcab2..36369c2c0 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.30",
+ "version": "0.8.31",
"description": "Outline pane for Ali lowCode engine",
"files": [
"es",
@@ -14,7 +14,7 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
"@ali/lowcode-types": "^0.8.10",
"@ali/lowcode-utils": "^0.8.11",
diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md
index fed267d04..6568e9a4e 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.29](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.28...@ali/lowcode-plugin-sample-preview@0.8.29) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview
+
## [0.8.28](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.27...@ali/lowcode-plugin-sample-preview@0.8.28) (2020-07-12)
diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json
index 57892790a..68f5f354d 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.28",
+ "version": "0.8.29",
"description": "alibaba lowcode editor sample preview plugin",
"files": [
"es",
@@ -18,7 +18,7 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
"@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 3fa891576..860c55417 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.29](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.28...@ali/lowcode-plugin-undo-redo@0.8.29) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo
+
## [0.8.28](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.27...@ali/lowcode-plugin-undo-redo@0.8.28) (2020-07-12)
diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json
index 8e0cd61b8..1f7301a9c 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.28",
+ "version": "0.8.29",
"description": "alibaba lowcode editor undo redo plugin",
"files": [
"es",
@@ -19,9 +19,9 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-editor-core": "^0.8.20",
- "@ali/lowcode-editor-skeleton": "^0.8.30",
+ "@ali/lowcode-editor-skeleton": "^0.8.31",
"@ali/lowcode-types": "^0.8.10",
"@ali/lowcode-utils": "^0.8.11",
"react": "^16.8.1",
diff --git a/packages/react-simulator-renderer/CHANGELOG.md b/packages/react-simulator-renderer/CHANGELOG.md
index 2c7a00e12..d05353242 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.31](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.30...@ali/lowcode-react-simulator-renderer@0.8.31) (2020-07-12)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer
+
## [0.8.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.29...@ali/lowcode-react-simulator-renderer@0.8.30) (2020-07-12)
diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json
index b5241556f..61f25380b 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.30",
+ "version": "0.8.31",
"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.24",
+ "@ali/lowcode-designer": "^0.9.25",
"@ali/lowcode-react-renderer": "^0.8.13",
"@ali/lowcode-types": "^0.8.10",
"@ali/lowcode-utils": "^0.8.11",