From e9d725b78c62f18d658e36d72576b64affb6c4b1 Mon Sep 17 00:00:00 2001 From: kangwei Date: Mon, 30 Mar 2020 20:45:22 +0800 Subject: [PATCH] Publish - @ali/lowcode-code-generator@0.8.3 - @ali/lowcode-demo@0.8.3 - @ali/lowcode-designer@0.8.4 - @ali/lowcode-editor-core@0.8.4 - @ali/lowcode-editor-skeleton@0.8.4 - @ali/lowcode-globals@0.8.3 - @ali/lowcode-material-parser@0.8.3 - @ali/lowcode-plugin-components-pane@0.8.3 - @ali/lowcode-plugin-designer@0.8.3 - @ali/lowcode-plugin-event-bind-dialog@0.8.4 - @ali/lowcode-plugin-outline-pane@0.8.4 - @ali/lowcode-plugin-sample-logo@0.8.3 - @ali/lowcode-plugin-sample-preview@0.8.3 - @ali/lowcode-plugin-sample-save@0.8.3 - @ali/lowcode-plugin-settings-pane@0.8.5 - @ali/lowcode-plugin-undo-redo@0.8.3 - @ali/lowcode-plugin-zh-en@0.8.3 - @ali/lowcode-react-renderer@0.8.4 - @ali/lowcode-react-simulator-renderer@0.8.3 - @ali/lowcode-runtime@0.8.3 - @ali/lowcode-setters@0.8.3 --- packages/code-generator/CHANGELOG.md | 8 ++++++ packages/code-generator/package.json | 2 +- packages/demo/CHANGELOG.md | 8 ++++++ packages/demo/package.json | 28 +++++++++---------- packages/designer/CHANGELOG.md | 8 ++++++ packages/designer/package.json | 4 +-- packages/editor-core/CHANGELOG.md | 8 ++++++ packages/editor-core/package.json | 2 +- packages/editor-skeleton/CHANGELOG.md | 8 ++++++ packages/editor-skeleton/package.json | 4 +-- packages/globals/CHANGELOG.md | 8 ++++++ packages/globals/package.json | 2 +- 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 | 2 +- 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 | 4 +-- packages/plugin-outline-pane/CHANGELOG.md | 8 ++++++ packages/plugin-outline-pane/package.json | 6 ++-- 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 | 6 ++-- packages/plugin-sample-save/CHANGELOG.md | 8 ++++++ packages/plugin-sample-save/package.json | 4 +-- packages/plugin-settings-pane/CHANGELOG.md | 8 ++++++ packages/plugin-settings-pane/package.json | 10 +++---- packages/plugin-undo-redo/CHANGELOG.md | 8 ++++++ packages/plugin-undo-redo/package.json | 6 ++-- packages/plugin-zh-en/CHANGELOG.md | 8 ++++++ packages/plugin-zh-en/package.json | 6 ++-- packages/react-renderer/CHANGELOG.md | 8 ++++++ packages/react-renderer/package.json | 2 +- .../react-simulator-renderer/CHANGELOG.md | 8 ++++++ .../react-simulator-renderer/package.json | 8 +++--- packages/runtime/CHANGELOG.md | 8 ++++++ packages/runtime/package.json | 2 +- packages/setters/CHANGELOG.md | 8 ++++++ packages/setters/package.json | 4 +-- 42 files changed, 225 insertions(+), 57 deletions(-) diff --git a/packages/code-generator/CHANGELOG.md b/packages/code-generator/CHANGELOG.md index ed139ab8c..7c998d3b2 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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@0.8.2...@ali/lowcode-code-generator@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-code-generator + ## 0.8.2 (2020-03-30) diff --git a/packages/code-generator/package.json b/packages/code-generator/package.json index 3677857a9..06cf3232d 100644 --- a/packages/code-generator/package.json +++ b/packages/code-generator/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-code-generator", - "version": "0.8.2", + "version": "0.8.3", "description": "出码引擎 for LowCode Engine", "main": "lib/index.js", "files": [ diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index d965f256f..e712ca2bf 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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@0.8.2...@ali/lowcode-demo@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-demo + ## 0.8.2 (2020-03-30) diff --git a/packages/demo/package.json b/packages/demo/package.json index 72735d36c..ae96a71fb 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,27 +1,27 @@ { "name": "@ali/lowcode-demo", "private": true, - "version": "0.8.2", + "version": "0.8.3", "description": "低代码引擎 DEMO", "scripts": { "start": "build-scripts start", "cloud-build": "build-scripts build --config cloud-build.json" }, "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", - "@ali/lowcode-editor-skeleton": "^0.8.3", - "@ali/lowcode-plugin-components-pane": "^0.8.2", - "@ali/lowcode-plugin-designer": "^0.8.2", - "@ali/lowcode-plugin-event-bind-dialog": "^0.8.3", - "@ali/lowcode-plugin-outline-pane": "^0.8.3", - "@ali/lowcode-plugin-sample-logo": "^0.8.2", - "@ali/lowcode-plugin-sample-preview": "^0.8.2", - "@ali/lowcode-plugin-settings-pane": "^0.8.4", - "@ali/lowcode-plugin-undo-redo": "^0.8.2", - "@ali/lowcode-plugin-zh-en": "^0.8.2", - "@ali/lowcode-react-renderer": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.4", + "@ali/lowcode-editor-skeleton": "^0.8.4", + "@ali/lowcode-plugin-components-pane": "^0.8.3", + "@ali/lowcode-plugin-designer": "^0.8.3", + "@ali/lowcode-plugin-event-bind-dialog": "^0.8.4", + "@ali/lowcode-plugin-outline-pane": "^0.8.4", + "@ali/lowcode-plugin-sample-logo": "^0.8.3", + "@ali/lowcode-plugin-sample-preview": "^0.8.3", + "@ali/lowcode-plugin-settings-pane": "^0.8.5", + "@ali/lowcode-plugin-undo-redo": "^0.8.3", + "@ali/lowcode-plugin-zh-en": "^0.8.3", + "@ali/lowcode-react-renderer": "^0.8.4", "@ali/lowcode-runtime": "^0.0.3", - "@ali/lowcode-setters": "^0.8.2", + "@ali/lowcode-setters": "^0.8.3", "@alifd/next": "^1.19.21", "@alife/theme-lowcode-dark": "^0.1.0", "@alife/theme-lowcode-light": "^0.1.0", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 13e824665..4ec8c47b4 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.8.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@0.8.3...@ali/lowcode-designer@0.8.4) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-designer + ## 0.8.3 (2020-03-30) diff --git a/packages/designer/package.json b/packages/designer/package.json index 7009e1fc9..b034835dd 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "0.8.3", + "version": "0.8.4", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-globals": "^0.8.2", + "@ali/lowcode-globals": "^0.8.3", "classnames": "^2.2.6", "react": "^16", "react-dom": "^16.7.0" diff --git a/packages/editor-core/CHANGELOG.md b/packages/editor-core/CHANGELOG.md index 5c7620efb..50762113f 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.8.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@0.8.3...@ali/lowcode-editor-core@0.8.4) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## 0.8.3 (2020-03-30) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index ed7612cd5..813f34d15 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-core", - "version": "0.8.3", + "version": "0.8.4", "description": "alibaba lowcode editor core", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md index ead89426f..4cfc104d8 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.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@0.8.3...@ali/lowcode-editor-skeleton@0.8.4) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## 0.8.3 (2020-03-30) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 1e1ac1161..8b07d8209 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.3", + "version": "0.8.4", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -20,7 +20,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.4", "@alifd/next": "^1.x", "prop-types": "^15.5.8", "react": "^16.8.1", diff --git a/packages/globals/CHANGELOG.md b/packages/globals/CHANGELOG.md index d4a14ef96..c456594a1 100644 --- a/packages/globals/CHANGELOG.md +++ b/packages/globals/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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-globals@0.8.2...@ali/lowcode-globals@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-globals + ## 0.8.2 (2020-03-30) diff --git a/packages/globals/package.json b/packages/globals/package.json index cc8e64ba1..f60991629 100644 --- a/packages/globals/package.json +++ b/packages/globals/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-globals", - "version": "0.8.2", + "version": "0.8.3", "description": "Globals api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", diff --git a/packages/material-parser/CHANGELOG.md b/packages/material-parser/CHANGELOG.md index 5251fac04..231b0516b 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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-material-parser@0.8.2...@ali/lowcode-material-parser@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-material-parser + ## 0.8.2 (2020-03-30) diff --git a/packages/material-parser/package.json b/packages/material-parser/package.json index 05b208894..b2e425fb7 100644 --- a/packages/material-parser/package.json +++ b/packages/material-parser/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-material-parser", - "version": "0.8.2", + "version": "0.8.3", "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 ee0844987..e802fd47f 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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@0.8.2...@ali/lowcode-plugin-components-pane@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-components-pane + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json index 1e20248c5..e59b704dd 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.2", + "version": "0.8.3", "description": "alibaba lowcode editor component-list plugin", "files": [ "es/", diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index 0637feb4e..c290f9074 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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@0.8.2...@ali/lowcode-plugin-designer@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 594f65c73..81c9bc471 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-designer", - "version": "0.8.2", + "version": "0.8.3", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^0.8.3", - "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-designer": "^0.8.4", + "@ali/lowcode-editor-core": "^0.8.4", "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 12814754c..550fef5b0 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.8.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@0.8.3...@ali/lowcode-plugin-event-bind-dialog@0.8.4) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog + ## 0.8.3 (2020-03-30) diff --git a/packages/plugin-event-bind-dialog/package.json b/packages/plugin-event-bind-dialog/package.json index 85d947582..030fc73f9 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.8.3", + "version": "0.8.4", "description": "alibaba lowcode editor event bind dialog plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.4", "@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 56983685b..21c33ced9 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.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@0.8.3...@ali/lowcode-plugin-outline-pane@0.8.4) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## 0.8.3 (2020-03-30) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 9b26286e7..383fa2684 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.3", + "version": "0.8.4", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,8 +14,8 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.8.3", - "@ali/lowcode-globals": "^0.8.2", + "@ali/lowcode-designer": "^0.8.4", + "@ali/lowcode-globals": "^0.8.3", "@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 670c4d59a..6c08053f7 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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@0.8.2...@ali/lowcode-plugin-sample-logo@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-sample-logo/package.json b/packages/plugin-sample-logo/package.json index 4889705d8..95cfc81a9 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.8.2", + "version": "0.8.3", "description": "alibaba lowcode editor logo plugin", "files": [ "es/", @@ -20,7 +20,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.4", "react": "^16.8.1" }, "devDependencies": { diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md index c8b47d2e6..0d8a798bd 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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@0.8.2...@ali/lowcode-plugin-sample-preview@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json index 301521c15..76f20af2b 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.2", + "version": "0.8.3", "description": "alibaba lowcode editor sample preview plugin", "files": [ "es", @@ -18,8 +18,8 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^0.8.3", - "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-designer": "^0.8.4", + "@ali/lowcode-editor-core": "^0.8.4", "@alifd/next": "^1.x", "react": "^16.8.1" }, diff --git a/packages/plugin-sample-save/CHANGELOG.md b/packages/plugin-sample-save/CHANGELOG.md index a41ec7499..066b3f7da 100644 --- a/packages/plugin-sample-save/CHANGELOG.md +++ b/packages/plugin-sample-save/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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-save@0.8.2...@ali/lowcode-plugin-sample-save@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-save + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-sample-save/package.json b/packages/plugin-sample-save/package.json index 666815db8..e42b30c16 100644 --- a/packages/plugin-sample-save/package.json +++ b/packages/plugin-sample-save/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-sample-save", - "version": "0.8.2", + "version": "0.8.3", "description": "alibaba lowcode editor sample save plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.4", "@alifd/next": "^1.x", "react": "^16.8.1" }, diff --git a/packages/plugin-settings-pane/CHANGELOG.md b/packages/plugin-settings-pane/CHANGELOG.md index a701aba77..37011d8d0 100644 --- a/packages/plugin-settings-pane/CHANGELOG.md +++ b/packages/plugin-settings-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.5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-settings-pane@0.8.4...@ali/lowcode-plugin-settings-pane@0.8.5) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-settings-pane + ## 0.8.4 (2020-03-30) diff --git a/packages/plugin-settings-pane/package.json b/packages/plugin-settings-pane/package.json index 17629e84d..e9ab40f04 100644 --- a/packages/plugin-settings-pane/package.json +++ b/packages/plugin-settings-pane/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-settings-pane", - "version": "0.8.4", + "version": "0.8.5", "description": "Settings pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.8.3", - "@ali/lowcode-editor-core": "^0.8.3", - "@ali/lowcode-globals": "^0.8.2", - "@ali/lowcode-plugin-outline-pane": "^0.8.3", + "@ali/lowcode-designer": "^0.8.4", + "@ali/lowcode-editor-core": "^0.8.4", + "@ali/lowcode-globals": "^0.8.3", + "@ali/lowcode-plugin-outline-pane": "^0.8.4", "@alifd/next": "^1.19.16", "classnames": "^2.2.6", "react": "^16" diff --git a/packages/plugin-undo-redo/CHANGELOG.md b/packages/plugin-undo-redo/CHANGELOG.md index 8cf5908ed..b14087185 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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@0.8.2...@ali/lowcode-plugin-undo-redo@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json index f24dda901..d2483a5a7 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.2", + "version": "0.8.3", "description": "alibaba lowcode editor undo redo plugin", "files": [ "es", @@ -19,8 +19,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", - "@ali/lowcode-editor-skeleton": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.4", + "@ali/lowcode-editor-skeleton": "^0.8.4", "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 d4a14ef96..96dd0acb6 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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@0.8.2...@ali/lowcode-plugin-zh-en@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-zh-en + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-zh-en/package.json b/packages/plugin-zh-en/package.json index 75ffa5e6c..851a11229 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.8.2", + "version": "0.8.3", "description": "alibaba lowcode editor zhong english plugin", "files": [ "es", @@ -14,8 +14,8 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-editor-core": "^0.8.3", - "@ali/lowcode-globals": "^0.8.2", + "@ali/lowcode-editor-core": "^0.8.4", + "@ali/lowcode-globals": "^0.8.3", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md index e71c7b150..9cb431588 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.8.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@0.8.3...@ali/lowcode-react-renderer@0.8.4) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## 0.8.3 (2020-03-30) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 39b00045f..28df95c28 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-renderer", - "version": "0.8.3", + "version": "0.8.4", "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 6f40b28bd..6ba2a199e 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.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@0.8.2...@ali/lowcode-react-simulator-renderer@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## 0.8.2 (2020-03-30) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 34d79c27a..e91ea666b 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.2", + "version": "0.8.3", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -13,9 +13,9 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.8.3", - "@ali/lowcode-globals": "^0.8.2", - "@ali/lowcode-react-renderer": "^0.8.3", + "@ali/lowcode-designer": "^0.8.4", + "@ali/lowcode-globals": "^0.8.3", + "@ali/lowcode-react-renderer": "^0.8.4", "@recore/obx": "^1.0.8", "@recore/obx-react": "^1.0.7", "classnames": "^2.2.6", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index b3c609e35..7da641b80 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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@0.8.2...@ali/lowcode-runtime@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-runtime + ## 0.8.2 (2020-03-30) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index a07faf05d..ca4c330b8 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-runtime", - "version": "0.8.2", + "version": "0.8.3", "description": "Runtime for Ali lowCode engine", "files": [ "es", diff --git a/packages/setters/CHANGELOG.md b/packages/setters/CHANGELOG.md index c1d04e18c..808e40d1b 100644 --- a/packages/setters/CHANGELOG.md +++ b/packages/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.8.3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-setters@0.8.2...@ali/lowcode-setters@0.8.3) (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-setters + ## 0.8.2 (2020-03-30) diff --git a/packages/setters/package.json b/packages/setters/package.json index 121b980eb..b4fc0a077 100644 --- a/packages/setters/package.json +++ b/packages/setters/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-setters", - "version": "0.8.2", + "version": "0.8.3", "description": "Builtin setters for Ali lowCode engine", "files": [ "es", @@ -22,7 +22,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-globals": "^0.8.2", + "@ali/lowcode-globals": "^0.8.3", "@alifd/next": "^1.19.16", "acorn": "^6.4.1", "classnames": "^2.2.6",