From 5c9725b9ddbdc46e4da8351dc9696dbc89016f20 Mon Sep 17 00:00:00 2001 From: kangwei Date: Mon, 30 Mar 2020 20:43:37 +0800 Subject: [PATCH] Publish - @ali/lowcode-code-generator@0.8.2 - @ali/lowcode-demo@0.8.2 - @ali/lowcode-designer@0.8.3 - @ali/lowcode-editor-core@0.8.3 - @ali/lowcode-editor-skeleton@0.8.3 - @ali/lowcode-globals@0.8.2 - @ali/lowcode-material-parser@0.8.2 - @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-sample-save@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-react-simulator-renderer@0.8.2 - @ali/lowcode-runtime@0.8.2 - @ali/lowcode-setters@0.8.2 --- packages/code-generator/CHANGELOG.md | 14 ++++++++ packages/code-generator/package.json | 2 +- packages/demo/CHANGELOG.md | 12 +++++++ packages/demo/package.json | 28 ++++++++-------- packages/designer/CHANGELOG.md | 13 ++++++++ packages/designer/package.json | 4 +-- packages/editor-core/CHANGELOG.md | 8 +++++ packages/editor-core/package.json | 2 +- packages/editor-skeleton/CHANGELOG.md | 11 +++++++ packages/editor-skeleton/package.json | 4 +-- packages/globals/CHANGELOG.md | 11 +++++++ packages/globals/package.json | 2 +- packages/material-parser/CHANGELOG.md | 32 +++++++++++++++++++ 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 | 11 +++++++ 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 | 13 ++++++++ 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 | 11 +++++++ 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 | 16 ++++++++++ packages/runtime/package.json | 2 +- packages/setters/CHANGELOG.md | 11 +++++++ packages/setters/package.json | 4 +-- 42 files changed, 292 insertions(+), 57 deletions(-) diff --git a/packages/code-generator/CHANGELOG.md b/packages/code-generator/CHANGELOG.md index d81f7cdf1..ed139ab8c 100644 --- a/packages/code-generator/CHANGELOG.md +++ b/packages/code-generator/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.8.2 (2020-03-30) + + +### Features + +* code generator main process ([021d6e0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/021d6e0)) +* demo schema & complex children type ([a5ee6bd](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a5ee6bd)) +* fix gaps ([32af3d3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/32af3d3)) +* project builder fix & publish demo to disk ([26983b3](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/26983b3)) + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/code-generator/package.json b/packages/code-generator/package.json index f87f114ca..3677857a9 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.1", + "version": "0.8.2", "description": "出码引擎 for LowCode Engine", "main": "lib/index.js", "files": [ diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 3d886acce..d965f256f 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.8.2 (2020-03-30) + + +### Features + +* complet preview ([56c16ff](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/56c16ff)) +* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7)) + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/demo/package.json b/packages/demo/package.json index 25d5587ef..72735d36c 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,27 +1,27 @@ { "name": "@ali/lowcode-demo", "private": true, - "version": "0.8.1", + "version": "0.8.2", "description": "低代码引擎 DEMO", "scripts": { "start": "build-scripts start", "cloud-build": "build-scripts build --config cloud-build.json" }, "dependencies": { - "@ali/lowcode-editor-core": "^0.8.2", - "@ali/lowcode-editor-skeleton": "^0.8.2", - "@ali/lowcode-plugin-components-pane": "^0.8.1", - "@ali/lowcode-plugin-designer": "^0.8.1", - "@ali/lowcode-plugin-event-bind-dialog": "^0.8.2", - "@ali/lowcode-plugin-outline-pane": "^0.8.2", - "@ali/lowcode-plugin-sample-logo": "^0.8.1", - "@ali/lowcode-plugin-sample-preview": "^0.8.1", - "@ali/lowcode-plugin-settings-pane": "^0.8.3", - "@ali/lowcode-plugin-undo-redo": "^0.8.1", - "@ali/lowcode-plugin-zh-en": "^0.8.1", - "@ali/lowcode-react-renderer": "^0.8.2", + "@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-runtime": "^0.0.3", - "@ali/lowcode-setters": "^0.8.1", + "@ali/lowcode-setters": "^0.8.2", "@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 4f7e3da6f..13e824665 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.8.3 (2020-03-30) + + +### Features + +* 🎸 merge material-parser ([b40c286](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b40c286)) +* history log ([fbb3577](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/fbb3577)) +* import react-docgen to parse propTypes ([6e66168](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/6e66168)) + + + + ## 0.8.2 (2020-03-30) diff --git a/packages/designer/package.json b/packages/designer/package.json index 1d2766884..7009e1fc9 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "0.8.2", + "version": "0.8.3", "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.1", + "@ali/lowcode-globals": "^0.8.2", "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 865ca9346..5c7620efb 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.3 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## 0.8.2 (2020-03-30) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index a9371de28..ed7612cd5 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.2", + "version": "0.8.3", "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 a3e8e95ed..ead89426f 100644 --- a/packages/editor-skeleton/CHANGELOG.md +++ b/packages/editor-skeleton/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.8.3 (2020-03-30) + + +### Features + +* 🎸 merge material-parser ([b40c286](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b40c286)) + + + + ## 0.8.2 (2020-03-30) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index e857d2aa4..1e1ac1161 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.2", + "version": "0.8.3", "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.2", + "@ali/lowcode-editor-core": "^0.8.3", "@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 d009b6445..d4a14ef96 100644 --- a/packages/globals/CHANGELOG.md +++ b/packages/globals/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.8.2 (2020-03-30) + + +### Features + +* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7)) + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/globals/package.json b/packages/globals/package.json index c82c7de92..cc8e64ba1 100644 --- a/packages/globals/package.json +++ b/packages/globals/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-globals", - "version": "0.8.1", + "version": "0.8.2", "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 8b0fa0307..5251fac04 100644 --- a/packages/material-parser/CHANGELOG.md +++ b/packages/material-parser/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.8.2 (2020-03-30) + + +### Bug Fixes + +* 🐛 fix bug of transforming type ([ebbe58d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/ebbe58d)) +* 🐛 fix bug of validate schema ([3f97523](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/3f97523)) + + +### Code Refactoring + +* 💡 refactor with react-docgen ([64c9daa](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/64c9daa)) + + +### Features + +* complete component protocol json schema & validate method ([3df360d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/3df360d)) +* immigrate aimake materialin ([44ac85f](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/44ac85f)) +* import react-docgen to parse propTypes ([6e66168](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/6e66168)) +* remove -p tslint.json for test ([6d013e1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/6d013e1)) +* remove useless codes & modify generator ([dcd1b33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/dcd1b33)) +* support multiple exported components ([db1b6de](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/db1b6de)) + + +### BREAKING CHANGES + +* 🧨 use react-docgen to replace parser + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/material-parser/package.json b/packages/material-parser/package.json index c5ff1e1fb..8752b267e 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.1", + "version": "0.8.2", "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 5554f256c..ee0844987 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-components-pane + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json index db9c862fe..1e20248c5 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.1", + "version": "0.8.2", "description": "alibaba lowcode editor component-list plugin", "files": [ "es/", diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index f1c8207d0..0637feb4e 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 065f16601..594f65c73 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.1", + "version": "0.8.2", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^0.8.2", - "@ali/lowcode-editor-core": "^0.8.2", + "@ali/lowcode-designer": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.3", "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 9097d542b..12814754c 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.3 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-event-bind-dialog/package.json b/packages/plugin-event-bind-dialog/package.json index d11c38efe..85d947582 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.2", + "version": "0.8.3", "description": "alibaba lowcode editor event bind dialog plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.2", + "@ali/lowcode-editor-core": "^0.8.3", "@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 1b16b4cdf..56983685b 100644 --- a/packages/plugin-outline-pane/CHANGELOG.md +++ b/packages/plugin-outline-pane/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.8.3 (2020-03-30) + + +### Features + +* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7)) + + + + ## 0.8.2 (2020-03-30) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 857a1e5f0..9b26286e7 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.2", + "version": "0.8.3", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,8 +14,8 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.8.2", - "@ali/lowcode-globals": "^0.8.1", + "@ali/lowcode-designer": "^0.8.3", + "@ali/lowcode-globals": "^0.8.2", "@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 810da145d..670c4d59a 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-sample-logo/package.json b/packages/plugin-sample-logo/package.json index fa34e448c..4889705d8 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.1", + "version": "0.8.2", "description": "alibaba lowcode editor logo plugin", "files": [ "es/", @@ -20,7 +20,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.2", + "@ali/lowcode-editor-core": "^0.8.3", "react": "^16.8.1" }, "devDependencies": { diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md index be19ffa58..c8b47d2e6 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json index e4a258e8f..301521c15 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.1", + "version": "0.8.2", "description": "alibaba lowcode editor sample preview plugin", "files": [ "es", @@ -18,8 +18,8 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^0.8.2", - "@ali/lowcode-editor-core": "^0.8.2", + "@ali/lowcode-designer": "^0.8.3", + "@ali/lowcode-editor-core": "^0.8.3", "@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 c0e5bf6d1..a41ec7499 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-save + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-sample-save/package.json b/packages/plugin-sample-save/package.json index 4ccf566e6..666815db8 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.1", + "version": "0.8.2", "description": "alibaba lowcode editor sample save plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.2", + "@ali/lowcode-editor-core": "^0.8.3", "@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 a7f4eddc6..a701aba77 100644 --- a/packages/plugin-settings-pane/CHANGELOG.md +++ b/packages/plugin-settings-pane/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.8.4 (2020-03-30) + + +### Features + +* add color-setter ([a149921](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/a149921)) +* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7)) +* 增加color-setter,json-setter ([93e76ce](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/93e76ce)) + + + + ## 0.8.3 (2020-03-30) diff --git a/packages/plugin-settings-pane/package.json b/packages/plugin-settings-pane/package.json index 4498bf172..17629e84d 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.3", + "version": "0.8.4", "description": "Settings pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^0.8.2", - "@ali/lowcode-editor-core": "^0.8.2", - "@ali/lowcode-globals": "^0.8.1", - "@ali/lowcode-plugin-outline-pane": "^0.8.2", + "@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", "@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 0acfc9e34..8cf5908ed 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json index f6dd550ea..f24dda901 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.1", + "version": "0.8.2", "description": "alibaba lowcode editor undo redo plugin", "files": [ "es", @@ -19,8 +19,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^0.8.2", - "@ali/lowcode-editor-skeleton": "^0.8.2", + "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-editor-skeleton": "^0.8.3", "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 d009b6445..d4a14ef96 100644 --- a/packages/plugin-zh-en/CHANGELOG.md +++ b/packages/plugin-zh-en/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.8.2 (2020-03-30) + + +### Features + +* double outline & ZH_EN support ([b379bd7](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/b379bd7)) + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/plugin-zh-en/package.json b/packages/plugin-zh-en/package.json index 7ef5d55ee..75ffa5e6c 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.1", + "version": "0.8.2", "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.2", - "@ali/lowcode-globals": "^0.8.1", + "@ali/lowcode-editor-core": "^0.8.3", + "@ali/lowcode-globals": "^0.8.2", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md index 027713991..e71c7b150 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.3 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## 0.8.2 (2020-03-30) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 5cfebcd50..39b00045f 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.2", + "version": "0.8.3", "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 0379e0bca..6f40b28bd 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.2 (2020-03-30) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## 0.8.1 (2020-03-30) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index f03dfd855..34d79c27a 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.1", + "version": "0.8.2", "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.2", - "@ali/lowcode-globals": "^0.8.1", - "@ali/lowcode-react-renderer": "^0.8.2", + "@ali/lowcode-designer": "^0.8.3", + "@ali/lowcode-globals": "^0.8.2", + "@ali/lowcode-react-renderer": "^0.8.3", "@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 b1014f9f4..b3c609e35 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.8.2 (2020-03-30) + + +### Bug Fixes + +* remove abstract identifer ([2e45266](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/2e45266)) + + +### Features + +* complet preview ([56c16ff](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/56c16ff)) + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 7d9d689db..a07faf05d 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-runtime", - "version": "0.8.1", + "version": "0.8.2", "description": "Runtime for Ali lowCode engine", "files": [ "es", diff --git a/packages/setters/CHANGELOG.md b/packages/setters/CHANGELOG.md index 9a9d1916d..c1d04e18c 100644 --- a/packages/setters/CHANGELOG.md +++ b/packages/setters/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.8.2 (2020-03-30) + + +### Bug Fixes + +* ts type ([1732e7d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/1732e7d)) + + + + ## 0.8.1 (2020-03-30) diff --git a/packages/setters/package.json b/packages/setters/package.json index d97ed1cce..121b980eb 100644 --- a/packages/setters/package.json +++ b/packages/setters/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-setters", - "version": "0.8.1", + "version": "0.8.2", "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.1", + "@ali/lowcode-globals": "^0.8.2", "@alifd/next": "^1.19.16", "acorn": "^6.4.1", "classnames": "^2.2.6",