diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md
index bef215ad0..6d6ae33a7 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.29...@ali/lowcode-demo@0.8.30) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-demo
+
## [0.8.29](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.28...@ali/lowcode-demo@0.8.29) (2020-06-15)
diff --git a/packages/demo/package.json b/packages/demo/package.json
index 9040ae9f8..b7fef79f9 100644
--- a/packages/demo/package.json
+++ b/packages/demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-demo",
- "version": "0.8.29",
+ "version": "0.8.30",
"private": true,
"description": "低代码引擎 DEMO",
"scripts": {
@@ -10,15 +10,15 @@
"config": {},
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.25",
- "@ali/lowcode-plugin-components-pane": "^0.8.22",
- "@ali/lowcode-plugin-designer": "^0.9.19",
+ "@ali/lowcode-editor-skeleton": "^0.8.26",
+ "@ali/lowcode-plugin-components-pane": "^0.8.23",
+ "@ali/lowcode-plugin-designer": "^0.9.20",
"@ali/lowcode-plugin-event-bind-dialog": "^0.8.16",
- "@ali/lowcode-plugin-outline-pane": "^0.8.25",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.26",
"@ali/lowcode-plugin-sample-logo": "^0.8.15",
- "@ali/lowcode-plugin-sample-preview": "^0.8.24",
+ "@ali/lowcode-plugin-sample-preview": "^0.8.25",
"@ali/lowcode-plugin-settings-pane": "^0.8.8",
- "@ali/lowcode-plugin-undo-redo": "^0.8.24",
+ "@ali/lowcode-plugin-undo-redo": "^0.8.25",
"@ali/lowcode-plugin-variable-bind-dialog": "^0.8.14",
"@ali/lowcode-plugin-zh-en": "^0.8.18",
"@ali/lowcode-react-renderer": "^0.8.0",
diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md
index 7c7158162..142f815fc 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.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.19...@ali/lowcode-designer@0.9.20) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-designer
+
## [0.9.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.9.18...@ali/lowcode-designer@0.9.19) (2020-06-15)
diff --git a/packages/designer/package.json b/packages/designer/package.json
index 855d46808..7e4cc07c3 100644
--- a/packages/designer/package.json
+++ b/packages/designer/package.json
@@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-designer",
- "version": "0.9.19",
+ "version": "0.9.20",
"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 10f670ef0..b4cfaaada 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.6](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.5...@ali/lowcode-editor-preset-general@0.9.6) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-general
+
## [0.9.5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@0.9.4...@ali/lowcode-editor-preset-general@0.9.5) (2020-06-15)
diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json
index 2cd0a105f..b9089033e 100644
--- a/packages/editor-preset-general/package.json
+++ b/packages/editor-preset-general/package.json
@@ -1,6 +1,7 @@
{
"name": "@ali/lowcode-editor-preset-general",
- "version": "0.9.5",
+ "version": "0.9.6",
+ "private": true,
"description": "Ali General Editor Preset",
"main": "lib/index.js",
"files": [
@@ -15,9 +16,9 @@
"license": "MIT",
"dependencies": {
"@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.25",
- "@ali/lowcode-plugin-designer": "^0.9.19",
- "@ali/lowcode-plugin-outline-pane": "^0.8.25",
+ "@ali/lowcode-editor-skeleton": "^0.8.26",
+ "@ali/lowcode-plugin-designer": "^0.9.20",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.26",
"@ali/lowcode-types": "^0.8.6",
"@ali/lowcode-utils": "^0.8.7",
"@alifd/next": "^1.19.12",
diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md
index f76652804..0de13ca5f 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.20...@ali/lowcode-editor-preset-vision@0.8.21) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-preset-vision
+
## [0.8.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@0.8.19...@ali/lowcode-editor-preset-vision@0.8.20) (2020-06-15)
diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json
index a09d5b780..a5ca322b0 100644
--- a/packages/editor-preset-vision/package.json
+++ b/packages/editor-preset-vision/package.json
@@ -1,6 +1,7 @@
{
"name": "@ali/lowcode-editor-preset-vision",
- "version": "0.8.20",
+ "version": "0.8.21",
+ "private": true,
"description": "Vision Polyfill for Ali lowCode engine",
"main": "lib/index.js",
"files": [
@@ -14,16 +15,16 @@
},
"license": "MIT",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.25",
- "@ali/lowcode-plugin-designer": "^0.9.19",
- "@ali/lowcode-plugin-outline-pane": "^0.8.25",
+ "@ali/lowcode-editor-skeleton": "^0.8.26",
+ "@ali/lowcode-plugin-designer": "^0.9.20",
+ "@ali/lowcode-plugin-outline-pane": "^0.8.26",
+ "@ali/ve-i18n-util": "^2.0.0",
"@ali/ve-icons": "^4.1.9",
"@ali/ve-less-variables": "2.0.3",
"@ali/ve-popups": "^4.2.5",
"@ali/ve-utils": "^1.1.0",
- "@ali/ve-i18n-util": "^2.0.0",
"@ali/vu-css-style": "^1.1.3",
"@ali/vu-logger": "^1.0.7",
"@ali/vu-style-sheet": "^2.4.0",
diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md
index 18f1e965c..639f93044 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.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.25...@ali/lowcode-editor-skeleton@0.8.26) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-editor-skeleton
+
## [0.8.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.24...@ali/lowcode-editor-skeleton@0.8.25) (2020-06-15)
diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json
index 95548cb1a..0ec27050b 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.25",
+ "version": "0.8.26",
"description": "alibaba lowcode editor skeleton",
"main": "lib/index.js",
"module": "es/index.js",
@@ -19,7 +19,7 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.16",
"@ali/lowcode-types": "^0.8.6",
"@ali/lowcode-utils": "^0.8.7",
diff --git a/packages/plugin-components-pane/CHANGELOG.md b/packages/plugin-components-pane/CHANGELOG.md
index 437eccf6a..113e4a732 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.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.22...@ali/lowcode-plugin-components-pane@0.8.23) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-components-pane
+
## [0.8.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.21...@ali/lowcode-plugin-components-pane@0.8.22) (2020-06-15)
diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json
index 411cab0f1..576e7aa0c 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.22",
+ "version": "0.8.23",
"description": "alibaba lowcode editor component-list plugin",
"files": [
"es/",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.16",
"@ali/lowcode-types": "^0.8.6",
"@ali/ve-component-list": "^1.1.1",
diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md
index 048d9db4a..2ff2dcc36 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.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.19...@ali/lowcode-plugin-designer@0.9.20) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-designer
+
## [0.9.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.9.18...@ali/lowcode-plugin-designer@0.9.19) (2020-06-15)
diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json
index cecdbc031..f5b6bf450 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.19",
+ "version": "0.9.20",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
@@ -20,7 +20,7 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.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 4a77c560e..ee74cd541 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.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.25...@ali/lowcode-plugin-outline-pane@0.8.26) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane
+
## [0.8.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.24...@ali/lowcode-plugin-outline-pane@0.8.25) (2020-06-15)
diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json
index 0e0a4f4fc..64cec1af9 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.25",
+ "version": "0.8.26",
"description": "Outline pane for Ali lowCode engine",
"files": [
"es",
@@ -14,7 +14,7 @@
"test:snapshot": "ava --update-snapshots"
},
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.16",
"@ali/lowcode-types": "^0.8.6",
"@ali/lowcode-utils": "^0.8.7",
diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md
index 88387e2a6..b4f29a5e7 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.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.24...@ali/lowcode-plugin-sample-preview@0.8.25) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview
+
## [0.8.24](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.23...@ali/lowcode-plugin-sample-preview@0.8.24) (2020-06-15)
diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json
index d4c83aac8..7eb98093b 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.24",
+ "version": "0.8.25",
"description": "alibaba lowcode editor sample preview plugin",
"files": [
"es",
@@ -18,7 +18,7 @@
"editor"
],
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.16",
"@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 cf8738ab7..3de8b34f3 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.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.24...@ali/lowcode-plugin-undo-redo@0.8.25) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo
+
## [0.8.24](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.23...@ali/lowcode-plugin-undo-redo@0.8.24) (2020-06-15)
diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json
index e368ace2e..9acd6597a 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.24",
+ "version": "0.8.25",
"description": "alibaba lowcode editor undo redo plugin",
"files": [
"es",
@@ -19,9 +19,9 @@
],
"author": "xiayang.xy",
"dependencies": {
- "@ali/lowcode-designer": "^0.9.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-editor-core": "^0.8.16",
- "@ali/lowcode-editor-skeleton": "^0.8.25",
+ "@ali/lowcode-editor-skeleton": "^0.8.26",
"@ali/lowcode-types": "^0.8.6",
"@ali/lowcode-utils": "^0.8.7",
"react": "^16.8.1",
diff --git a/packages/react-simulator-renderer/CHANGELOG.md b/packages/react-simulator-renderer/CHANGELOG.md
index 698d3ccb5..6f7ed6dd4 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.26](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.25...@ali/lowcode-react-simulator-renderer@0.8.26) (2020-06-16)
+
+
+
+
+**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer
+
## [0.8.25](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.24...@ali/lowcode-react-simulator-renderer@0.8.25) (2020-06-15)
diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json
index 8f0c68177..7d03e7032 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.25",
+ "version": "0.8.26",
"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.19",
+ "@ali/lowcode-designer": "^0.9.20",
"@ali/lowcode-react-renderer": "^0.8.0",
"@ali/lowcode-types": "^0.8.6",
"@ali/lowcode-utils": "^0.8.7",