- @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
This commit is contained in:
kangwei 2020-03-30 20:45:22 +08:00
parent 546da047a2
commit e9d725b78c
42 changed files with 225 additions and 57 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-code-generator", "name": "@ali/lowcode-code-generator",
"version": "0.8.2", "version": "0.8.3",
"description": "出码引擎 for LowCode Engine", "description": "出码引擎 for LowCode Engine",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,27 +1,27 @@
{ {
"name": "@ali/lowcode-demo", "name": "@ali/lowcode-demo",
"private": true, "private": true,
"version": "0.8.2", "version": "0.8.3",
"description": "低代码引擎 DEMO", "description": "低代码引擎 DEMO",
"scripts": { "scripts": {
"start": "build-scripts start", "start": "build-scripts start",
"cloud-build": "build-scripts build --config cloud-build.json" "cloud-build": "build-scripts build --config cloud-build.json"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@ali/lowcode-editor-skeleton": "^0.8.3", "@ali/lowcode-editor-skeleton": "^0.8.4",
"@ali/lowcode-plugin-components-pane": "^0.8.2", "@ali/lowcode-plugin-components-pane": "^0.8.3",
"@ali/lowcode-plugin-designer": "^0.8.2", "@ali/lowcode-plugin-designer": "^0.8.3",
"@ali/lowcode-plugin-event-bind-dialog": "^0.8.3", "@ali/lowcode-plugin-event-bind-dialog": "^0.8.4",
"@ali/lowcode-plugin-outline-pane": "^0.8.3", "@ali/lowcode-plugin-outline-pane": "^0.8.4",
"@ali/lowcode-plugin-sample-logo": "^0.8.2", "@ali/lowcode-plugin-sample-logo": "^0.8.3",
"@ali/lowcode-plugin-sample-preview": "^0.8.2", "@ali/lowcode-plugin-sample-preview": "^0.8.3",
"@ali/lowcode-plugin-settings-pane": "^0.8.4", "@ali/lowcode-plugin-settings-pane": "^0.8.5",
"@ali/lowcode-plugin-undo-redo": "^0.8.2", "@ali/lowcode-plugin-undo-redo": "^0.8.3",
"@ali/lowcode-plugin-zh-en": "^0.8.2", "@ali/lowcode-plugin-zh-en": "^0.8.3",
"@ali/lowcode-react-renderer": "^0.8.3", "@ali/lowcode-react-renderer": "^0.8.4",
"@ali/lowcode-runtime": "^0.0.3", "@ali/lowcode-runtime": "^0.0.3",
"@ali/lowcode-setters": "^0.8.2", "@ali/lowcode-setters": "^0.8.3",
"@alifd/next": "^1.19.21", "@alifd/next": "^1.19.21",
"@alife/theme-lowcode-dark": "^0.1.0", "@alife/theme-lowcode-dark": "^0.1.0",
"@alife/theme-lowcode-light": "^0.1.0", "@alife/theme-lowcode-light": "^0.1.0",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.4"></a>
## [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
<a name="0.8.3"></a> <a name="0.8.3"></a>
## 0.8.3 (2020-03-30) ## 0.8.3 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-designer", "name": "@ali/lowcode-designer",
"version": "0.8.3", "version": "0.8.4",
"description": "Designer for Ali LowCode Engine", "description": "Designer for Ali LowCode Engine",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -15,7 +15,7 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ali/lowcode-globals": "^0.8.2", "@ali/lowcode-globals": "^0.8.3",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"react": "^16", "react": "^16",
"react-dom": "^16.7.0" "react-dom": "^16.7.0"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.4"></a>
## [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
<a name="0.8.3"></a> <a name="0.8.3"></a>
## 0.8.3 (2020-03-30) ## 0.8.3 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-editor-core", "name": "@ali/lowcode-editor-core",
"version": "0.8.3", "version": "0.8.4",
"description": "alibaba lowcode editor core", "description": "alibaba lowcode editor core",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.4"></a>
## [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
<a name="0.8.3"></a> <a name="0.8.3"></a>
## 0.8.3 (2020-03-30) ## 0.8.3 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-editor-skeleton", "name": "@ali/lowcode-editor-skeleton",
"version": "0.8.3", "version": "0.8.4",
"description": "alibaba lowcode editor skeleton", "description": "alibaba lowcode editor skeleton",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -20,7 +20,7 @@
], ],
"author": "xiayang.xy", "author": "xiayang.xy",
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@alifd/next": "^1.x", "@alifd/next": "^1.x",
"prop-types": "^15.5.8", "prop-types": "^15.5.8",
"react": "^16.8.1", "react": "^16.8.1",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-globals", "name": "@ali/lowcode-globals",
"version": "0.8.2", "version": "0.8.3",
"description": "Globals api for Ali lowCode engine", "description": "Globals api for Ali lowCode engine",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-material-parser", "name": "@ali/lowcode-material-parser",
"version": "0.8.2", "version": "0.8.3",
"description": "material parser for Ali lowCode engine", "description": "material parser for Ali lowCode engine",
"main": "lib/index.js", "main": "lib/index.js",
"files": [ "files": [

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-components-pane", "name": "@ali/lowcode-plugin-components-pane",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor component-list plugin", "description": "alibaba lowcode editor component-list plugin",
"files": [ "files": [
"es/", "es/",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-designer", "name": "@ali/lowcode-plugin-designer",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor designer plugin", "description": "alibaba lowcode editor designer plugin",
"files": [ "files": [
"es", "es",
@ -20,8 +20,8 @@
], ],
"author": "xiayang.xy", "author": "xiayang.xy",
"dependencies": { "dependencies": {
"@ali/lowcode-designer": "^0.8.3", "@ali/lowcode-designer": "^0.8.4",
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"react": "^16.8.1", "react": "^16.8.1",
"react-dom": "^16.8.1" "react-dom": "^16.8.1"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.4"></a>
## [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
<a name="0.8.3"></a> <a name="0.8.3"></a>
## 0.8.3 (2020-03-30) ## 0.8.3 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-event-bind-dialog", "name": "@ali/lowcode-plugin-event-bind-dialog",
"version": "0.8.3", "version": "0.8.4",
"description": "alibaba lowcode editor event bind dialog plugin", "description": "alibaba lowcode editor event bind dialog plugin",
"files": [ "files": [
"es", "es",
@ -19,7 +19,7 @@
], ],
"author": "zude.hzd", "author": "zude.hzd",
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@alifd/next": "^1.19.16", "@alifd/next": "^1.19.16",
"react": "^16.8.1", "react": "^16.8.1",
"react-dom": "^16.8.1" "react-dom": "^16.8.1"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.4"></a>
## [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
<a name="0.8.3"></a> <a name="0.8.3"></a>
## 0.8.3 (2020-03-30) ## 0.8.3 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-outline-pane", "name": "@ali/lowcode-plugin-outline-pane",
"version": "0.8.3", "version": "0.8.4",
"description": "Outline pane for Ali lowCode engine", "description": "Outline pane for Ali lowCode engine",
"files": [ "files": [
"es", "es",
@ -14,8 +14,8 @@
"test:snapshot": "ava --update-snapshots" "test:snapshot": "ava --update-snapshots"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-designer": "^0.8.3", "@ali/lowcode-designer": "^0.8.4",
"@ali/lowcode-globals": "^0.8.2", "@ali/lowcode-globals": "^0.8.3",
"@alifd/next": "^1.19.16", "@alifd/next": "^1.19.16",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"react": "^16", "react": "^16",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-sample-logo", "name": "@ali/lowcode-plugin-sample-logo",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor logo plugin", "description": "alibaba lowcode editor logo plugin",
"files": [ "files": [
"es/", "es/",
@ -20,7 +20,7 @@
], ],
"author": "xiayang.xy", "author": "xiayang.xy",
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"react": "^16.8.1" "react": "^16.8.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-sample-preview", "name": "@ali/lowcode-plugin-sample-preview",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor sample preview plugin", "description": "alibaba lowcode editor sample preview plugin",
"files": [ "files": [
"es", "es",
@ -18,8 +18,8 @@
"editor" "editor"
], ],
"dependencies": { "dependencies": {
"@ali/lowcode-designer": "^0.8.3", "@ali/lowcode-designer": "^0.8.4",
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@alifd/next": "^1.x", "@alifd/next": "^1.x",
"react": "^16.8.1" "react": "^16.8.1"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-sample-save", "name": "@ali/lowcode-plugin-sample-save",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor sample save plugin", "description": "alibaba lowcode editor sample save plugin",
"files": [ "files": [
"es", "es",
@ -19,7 +19,7 @@
], ],
"author": "xiayang.xy", "author": "xiayang.xy",
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@alifd/next": "^1.x", "@alifd/next": "^1.x",
"react": "^16.8.1" "react": "^16.8.1"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.5"></a>
## [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
<a name="0.8.4"></a> <a name="0.8.4"></a>
## 0.8.4 (2020-03-30) ## 0.8.4 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-settings-pane", "name": "@ali/lowcode-plugin-settings-pane",
"version": "0.8.4", "version": "0.8.5",
"description": "Settings pane for Ali lowCode engine", "description": "Settings pane for Ali lowCode engine",
"files": [ "files": [
"es", "es",
@ -14,10 +14,10 @@
"test:snapshot": "ava --update-snapshots" "test:snapshot": "ava --update-snapshots"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-designer": "^0.8.3", "@ali/lowcode-designer": "^0.8.4",
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@ali/lowcode-globals": "^0.8.2", "@ali/lowcode-globals": "^0.8.3",
"@ali/lowcode-plugin-outline-pane": "^0.8.3", "@ali/lowcode-plugin-outline-pane": "^0.8.4",
"@alifd/next": "^1.19.16", "@alifd/next": "^1.19.16",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"react": "^16" "react": "^16"

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-undo-redo", "name": "@ali/lowcode-plugin-undo-redo",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor undo redo plugin", "description": "alibaba lowcode editor undo redo plugin",
"files": [ "files": [
"es", "es",
@ -19,8 +19,8 @@
], ],
"author": "xiayang.xy", "author": "xiayang.xy",
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@ali/lowcode-editor-skeleton": "^0.8.3", "@ali/lowcode-editor-skeleton": "^0.8.4",
"react": "^16.8.1", "react": "^16.8.1",
"react-dom": "^16.8.1" "react-dom": "^16.8.1"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-plugin-zh-en", "name": "@ali/lowcode-plugin-zh-en",
"version": "0.8.2", "version": "0.8.3",
"description": "alibaba lowcode editor zhong english plugin", "description": "alibaba lowcode editor zhong english plugin",
"files": [ "files": [
"es", "es",
@ -14,8 +14,8 @@
"test:snapshot": "ava --update-snapshots" "test:snapshot": "ava --update-snapshots"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-editor-core": "^0.8.3", "@ali/lowcode-editor-core": "^0.8.4",
"@ali/lowcode-globals": "^0.8.2", "@ali/lowcode-globals": "^0.8.3",
"react": "^16.8.1", "react": "^16.8.1",
"react-dom": "^16.8.1" "react-dom": "^16.8.1"
}, },

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.4"></a>
## [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
<a name="0.8.3"></a> <a name="0.8.3"></a>
## 0.8.3 (2020-03-30) ## 0.8.3 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-react-renderer", "name": "@ali/lowcode-react-renderer",
"version": "0.8.3", "version": "0.8.4",
"description": "react renderer for ali lowcode engine", "description": "react renderer for ali lowcode engine",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@ali/lowcode-react-simulator-renderer", "name": "@ali/lowcode-react-simulator-renderer",
"version": "0.8.2", "version": "0.8.3",
"description": "react simulator renderer for alibaba lowcode designer", "description": "react simulator renderer for alibaba lowcode designer",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
@ -13,9 +13,9 @@
"test:snapshot": "ava --update-snapshots" "test:snapshot": "ava --update-snapshots"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-designer": "^0.8.3", "@ali/lowcode-designer": "^0.8.4",
"@ali/lowcode-globals": "^0.8.2", "@ali/lowcode-globals": "^0.8.3",
"@ali/lowcode-react-renderer": "^0.8.3", "@ali/lowcode-react-renderer": "^0.8.4",
"@recore/obx": "^1.0.8", "@recore/obx": "^1.0.8",
"@recore/obx-react": "^1.0.7", "@recore/obx-react": "^1.0.7",
"classnames": "^2.2.6", "classnames": "^2.2.6",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-runtime", "name": "@ali/lowcode-runtime",
"version": "0.8.2", "version": "0.8.3",
"description": "Runtime for Ali lowCode engine", "description": "Runtime for Ali lowCode engine",
"files": [ "files": [
"es", "es",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.8.3"></a>
## [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
<a name="0.8.2"></a> <a name="0.8.2"></a>
## 0.8.2 (2020-03-30) ## 0.8.2 (2020-03-30)

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-setters", "name": "@ali/lowcode-setters",
"version": "0.8.2", "version": "0.8.3",
"description": "Builtin setters for Ali lowCode engine", "description": "Builtin setters for Ali lowCode engine",
"files": [ "files": [
"es", "es",
@ -22,7 +22,7 @@
"@ali/iceluna-comp-react-node": "^1.0.5", "@ali/iceluna-comp-react-node": "^1.0.5",
"@ali/iceluna-sdk": "^1.0.5-beta.24", "@ali/iceluna-sdk": "^1.0.5-beta.24",
"@ali/lc-style-setter": "^0.0.1", "@ali/lc-style-setter": "^0.0.1",
"@ali/lowcode-globals": "^0.8.2", "@ali/lowcode-globals": "^0.8.3",
"@alifd/next": "^1.19.16", "@alifd/next": "^1.19.16",
"acorn": "^6.4.1", "acorn": "^6.4.1",
"classnames": "^2.2.6", "classnames": "^2.2.6",