diff --git a/packages/code-generator/CHANGELOG.md b/packages/code-generator/CHANGELOG.md index 06e71b2ca..ac3ff9ac6 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@1.0.15...@ali/lowcode-code-generator@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-code-generator + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@1.0.13...@ali/lowcode-code-generator@1.0.15) (2020-11-04) diff --git a/packages/code-generator/package.json b/packages/code-generator/package.json index 172dba448..ec318d414 100644 --- a/packages/code-generator/package.json +++ b/packages/code-generator/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-code-generator", - "version": "1.0.15", + "version": "1.0.16", "description": "出码引擎 for LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@ali/am-eslint-config": "*", - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-types": "^1.0.14", "@ali/my-prettier": "^1.0.0", "@babel/generator": "^7.9.5", "@babel/parser": "^7.9.4", diff --git a/packages/datasource-engine/CHANGELOG.md b/packages/datasource-engine/CHANGELOG.md index 59956e5d6..cf5f3e3a4 100644 --- a/packages/datasource-engine/CHANGELOG.md +++ b/packages/datasource-engine/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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-engine@1.0.14...@ali/lowcode-datasource-engine@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-engine + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-engine@0.1.17...@ali/lowcode-datasource-engine@1.0.14) (2020-11-04) diff --git a/packages/datasource-engine/package.json b/packages/datasource-engine/package.json index 840e80b0c..58a7c3ea2 100644 --- a/packages/datasource-engine/package.json +++ b/packages/datasource-engine/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-engine", - "version": "1.0.14", + "version": "1.0.15", "description": "DataSource Engine for lowcode", "main": "lib/index.js", "module": "es/index.js", @@ -17,7 +17,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-types": "^1.0.14", "typescript": "^3.9.7" }, "devDependencies": { diff --git a/packages/datasource-fetch-handler/CHANGELOG.md b/packages/datasource-fetch-handler/CHANGELOG.md index 4ac8a7c9f..e25e97e0d 100644 --- a/packages/datasource-fetch-handler/CHANGELOG.md +++ b/packages/datasource-fetch-handler/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. + +## [1.0.5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-fetch-handler@1.0.4...@ali/lowcode-datasource-fetch-handler@1.0.5) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-fetch-handler + ## 1.0.4 (2020-11-04) diff --git a/packages/datasource-fetch-handler/package.json b/packages/datasource-fetch-handler/package.json index 67b68f4d2..8e1fd14d1 100644 --- a/packages/datasource-fetch-handler/package.json +++ b/packages/datasource-fetch-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-fetch-handler", - "version": "1.0.4", + "version": "1.0.5", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", diff --git a/packages/datasource-jsonp-handler/CHANGELOG.md b/packages/datasource-jsonp-handler/CHANGELOG.md index eb1e240b7..6d33900ce 100644 --- a/packages/datasource-jsonp-handler/CHANGELOG.md +++ b/packages/datasource-jsonp-handler/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. + +## [1.0.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-jsonp-handler@1.0.1...@ali/lowcode-datasource-jsonp-handler@1.0.2) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-jsonp-handler + ## 1.0.1 (2020-11-04) diff --git a/packages/datasource-jsonp-handler/package.json b/packages/datasource-jsonp-handler/package.json index 3e62255a7..eeae19689 100644 --- a/packages/datasource-jsonp-handler/package.json +++ b/packages/datasource-jsonp-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-jsonp-handler", - "version": "1.0.1", + "version": "1.0.2", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", diff --git a/packages/datasource-mopen-handler/CHANGELOG.md b/packages/datasource-mopen-handler/CHANGELOG.md index 536cbb2f6..95d454eca 100644 --- a/packages/datasource-mopen-handler/CHANGELOG.md +++ b/packages/datasource-mopen-handler/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. + +## [1.0.5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-mopen-handler@1.0.4...@ali/lowcode-datasource-mopen-handler@1.0.5) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-mopen-handler + ## 1.0.4 (2020-11-04) diff --git a/packages/datasource-mopen-handler/package.json b/packages/datasource-mopen-handler/package.json index a0c093745..b4f9947f8 100644 --- a/packages/datasource-mopen-handler/package.json +++ b/packages/datasource-mopen-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-mopen-handler", - "version": "1.0.4", + "version": "1.0.5", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-types": "^1.0.14", "@ali/mirror-io-client-mopen": "1.0.0-beta.16", "typescript": "^3.9.7" }, diff --git a/packages/datasource-mtop-handler/CHANGELOG.md b/packages/datasource-mtop-handler/CHANGELOG.md index 05018ec7a..726a6746a 100644 --- a/packages/datasource-mtop-handler/CHANGELOG.md +++ b/packages/datasource-mtop-handler/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. + +## [1.0.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-mtop-handler@1.0.3...@ali/lowcode-datasource-mtop-handler@1.0.4) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-mtop-handler + ## 1.0.3 (2020-11-04) diff --git a/packages/datasource-mtop-handler/package.json b/packages/datasource-mtop-handler/package.json index 079521dc3..3da63bc9c 100644 --- a/packages/datasource-mtop-handler/package.json +++ b/packages/datasource-mtop-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-mtop-handler", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", diff --git a/packages/datasource-universal-mtop-handler/CHANGELOG.md b/packages/datasource-universal-mtop-handler/CHANGELOG.md index a664d8128..eba6da09c 100644 --- a/packages/datasource-universal-mtop-handler/CHANGELOG.md +++ b/packages/datasource-universal-mtop-handler/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. + +## [1.0.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-universal-mtop-handler@1.0.3...@ali/lowcode-datasource-universal-mtop-handler@1.0.4) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-universal-mtop-handler + ## 1.0.3 (2020-11-04) diff --git a/packages/datasource-universal-mtop-handler/package.json b/packages/datasource-universal-mtop-handler/package.json index 2eb403067..43252dbe0 100644 --- a/packages/datasource-universal-mtop-handler/package.json +++ b/packages/datasource-universal-mtop-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-universal-mtop-handler", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-types": "^1.0.14", "@ali/mirror-io-client-universal-mtop": "1.0.0-beta.16", "typescript": "^3.9.7" }, diff --git a/packages/datasource-url-params-handler/CHANGELOG.md b/packages/datasource-url-params-handler/CHANGELOG.md index cc9b7ad34..cfc28e477 100644 --- a/packages/datasource-url-params-handler/CHANGELOG.md +++ b/packages/datasource-url-params-handler/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. + +## [1.0.4](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-url-params-handler@1.0.3...@ali/lowcode-datasource-url-params-handler@1.0.4) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-url-params-handler + ## 1.0.3 (2020-11-04) diff --git a/packages/datasource-url-params-handler/package.json b/packages/datasource-url-params-handler/package.json index c7f60feee..7f2917272 100644 --- a/packages/datasource-url-params-handler/package.json +++ b/packages/datasource-url-params-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-url-params-handler", - "version": "1.0.3", + "version": "1.0.4", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-types": "^1.0.14", "query-string": "^6.13.1", "typescript": "^3.9.7" }, diff --git a/packages/demo-server/CHANGELOG.md b/packages/demo-server/CHANGELOG.md index 6477a6c98..4ff51b00c 100644 --- a/packages/demo-server/CHANGELOG.md +++ b/packages/demo-server/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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo-server@1.0.15...@ali/lowcode-demo-server@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-demo-server + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo-server@1.0.13...@ali/lowcode-demo-server@1.0.15) (2020-11-04) diff --git a/packages/demo-server/package.json b/packages/demo-server/package.json index e65a8c8d4..de3154b86 100644 --- a/packages/demo-server/package.json +++ b/packages/demo-server/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-demo-server", - "version": "1.0.15", + "version": "1.0.16", "private": true, "description": "低代码引擎 DEMO Server 端", "scripts": { @@ -30,8 +30,8 @@ } }, "dependencies": { - "@ali/lowcode-code-generator": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-code-generator": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", "@nestjs/common": "^7.0.0", "@nestjs/core": "^7.0.0", "@nestjs/platform-express": "^7.0.0", diff --git a/packages/demo/CHANGELOG.md b/packages/demo/CHANGELOG.md index 874c4d1ee..4c947079a 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@1.0.15...@ali/lowcode-demo@1.0.16) (2020-11-04) + + +### Bug Fixes + +* 删除测试代码 ([f08a067](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/f08a067)) + + + + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@1.0.13...@ali/lowcode-demo@1.0.15) (2020-11-04) diff --git a/packages/demo/package.json b/packages/demo/package.json index e14fe3c31..fd4f7d0b4 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-demo", - "version": "1.0.15", + "version": "1.0.16", "private": true, "description": "低代码引擎 DEMO", "scripts": { @@ -10,21 +10,21 @@ }, "config": {}, "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-editor-skeleton": "^1.0.15", - "@ali/lowcode-plugin-components-pane": "^1.0.15", - "@ali/lowcode-plugin-designer": "^1.0.15", - "@ali/lowcode-plugin-event-bind-dialog": "^1.0.14", - "@ali/lowcode-plugin-outline-pane": "^1.0.14", - "@ali/lowcode-plugin-sample-logo": "^1.0.14", - "@ali/lowcode-plugin-sample-preview": "^1.0.14", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-editor-skeleton": "^1.0.16", + "@ali/lowcode-plugin-components-pane": "^1.0.16", + "@ali/lowcode-plugin-designer": "^1.0.16", + "@ali/lowcode-plugin-event-bind-dialog": "^1.0.15", + "@ali/lowcode-plugin-outline-pane": "^1.0.15", + "@ali/lowcode-plugin-sample-logo": "^1.0.15", + "@ali/lowcode-plugin-sample-preview": "^1.0.15", "@ali/lowcode-plugin-settings-pane": "^0.8.8", - "@ali/lowcode-plugin-undo-redo": "^1.0.14", - "@ali/lowcode-plugin-variable-bind-dialog": "^1.0.14", - "@ali/lowcode-plugin-zh-en": "^1.0.14", - "@ali/lowcode-react-renderer": "^1.0.14", - "@ali/lowcode-runtime": "^1.0.16", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-plugin-undo-redo": "^1.0.15", + "@ali/lowcode-plugin-variable-bind-dialog": "^1.0.15", + "@ali/lowcode-plugin-zh-en": "^1.0.15", + "@ali/lowcode-react-renderer": "^1.0.15", + "@ali/lowcode-runtime": "^1.0.17", + "@ali/lowcode-utils": "^1.0.15", "@ali/ve-action-pane": "^4.7.0-beta.0", "@ali/ve-datapool-pane": "^6.4.3", "@ali/ve-history-pane": "4.0.0", diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index ecfc7aa4e..f69b289db 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@1.0.15...@ali/lowcode-designer@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-designer + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@1.0.13...@ali/lowcode-designer@1.0.15) (2020-11-04) diff --git a/packages/designer/package.json b/packages/designer/package.json index 813c7a33e..e13f0d98d 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.15", + "version": "1.0.16", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -15,9 +15,9 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "classnames": "^2.2.6", "event": "^1.0.0", "react": "^16", diff --git a/packages/editor-core/CHANGELOG.md b/packages/editor-core/CHANGELOG.md index 610142208..01f948eca 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@1.0.15...@ali/lowcode-editor-core@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@1.0.13...@ali/lowcode-editor-core@1.0.15) (2020-11-04) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index fca012343..42453d8a7 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-core", - "version": "1.0.15", + "version": "1.0.16", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -15,8 +15,8 @@ "cloud-build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@alifd/next": "^1.19.16", "@recore/obx": "^1.0.9", "@recore/obx-react": "^1.0.8", diff --git a/packages/editor-preset-general/CHANGELOG.md b/packages/editor-preset-general/CHANGELOG.md index 80bacc643..022508389 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@1.0.15...@ali/lowcode-editor-preset-general@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@1.0.13...@ali/lowcode-editor-preset-general@1.0.15) (2020-11-04) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index acd758550..046c902b1 100644 --- a/packages/editor-preset-general/package.json +++ b/packages/editor-preset-general/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-preset-general", - "version": "1.0.15", + "version": "1.0.16", "description": "Ali General Editor Preset", "main": "lib/index.js", "files": [ @@ -14,12 +14,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-editor-skeleton": "^1.0.15", - "@ali/lowcode-plugin-designer": "^1.0.15", - "@ali/lowcode-plugin-outline-pane": "^1.0.14", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-editor-skeleton": "^1.0.16", + "@ali/lowcode-plugin-designer": "^1.0.16", + "@ali/lowcode-plugin-outline-pane": "^1.0.15", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@alifd/next": "^1.19.12", "@alife/theme-lowcode-dark": "^0.1.0", "@alife/theme-lowcode-light": "^0.1.0", @@ -27,7 +27,7 @@ "react-dom": "^16.8.1" }, "devDependencies": { - "@ali/lowcode-editor-setters": "^1.0.15", + "@ali/lowcode-editor-setters": "^1.0.16", "@alib/build-scripts": "^0.1.18", "@types/events": "^3.0.0", "@types/react": "^16.8.3", diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md index 434089963..9d859f3fc 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@1.0.15...@ali/lowcode-editor-preset-vision@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@1.0.13...@ali/lowcode-editor-preset-vision@1.0.15) (2020-11-04) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index 8fac4add1..adcd88c98 100644 --- a/packages/editor-preset-vision/package.json +++ b/packages/editor-preset-vision/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-preset-vision", - "version": "1.0.15", + "version": "1.0.16", "description": "Vision Polyfill for Ali lowCode engine", "main": "lib/index.js", "private": true, @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-editor-skeleton": "^1.0.15", - "@ali/lowcode-plugin-designer": "^1.0.15", - "@ali/lowcode-plugin-outline-pane": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-editor-skeleton": "^1.0.16", + "@ali/lowcode-plugin-designer": "^1.0.16", + "@ali/lowcode-plugin-outline-pane": "^1.0.15", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3", diff --git a/packages/editor-setters/CHANGELOG.md b/packages/editor-setters/CHANGELOG.md index f72e4551d..1ed8218f8 100644 --- a/packages/editor-setters/CHANGELOG.md +++ b/packages/editor-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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-setters@1.0.15...@ali/lowcode-editor-setters@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-setters + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-setters@1.0.13...@ali/lowcode-editor-setters@1.0.15) (2020-11-04) diff --git a/packages/editor-setters/package.json b/packages/editor-setters/package.json index 24f86525c..1cd973d4a 100644 --- a/packages/editor-setters/package.json +++ b/packages/editor-setters/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-setters", - "version": "1.0.15", + "version": "1.0.16", "description": "Builtin setters for Ali lowCode engine", "files": [ "es", @@ -21,7 +21,7 @@ "@ali/iceluna-comp-react-node": "^1.0.5", "@ali/iceluna-sdk": "^1.0.5-beta.24", "@ali/intl-universal": "^0.4.9", - "@ali/lowcode-editor-core": "^1.0.15", + "@ali/lowcode-editor-core": "^1.0.16", "@ali/ve-choice-control": "^4.0.0", "@ali/ve-code-control": "^4.0.0", "@ali/ve-color-control": "^4.0.0", diff --git a/packages/editor-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md index 918265caf..3c4d4653c 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@1.0.15...@ali/lowcode-editor-skeleton@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@1.0.13...@ali/lowcode-editor-skeleton@1.0.15) (2020-11-04) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 2c946380e..df3c6d32a 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-editor-skeleton", - "version": "1.0.15", + "version": "1.0.16", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@ali/ve-icons": "latest", "@ali/ve-less-variables": "^2.0.0", "@alifd/next": "^1.20.12", diff --git a/packages/material-parser/CHANGELOG.md b/packages/material-parser/CHANGELOG.md index 201c84566..6bdc26c30 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-material-parser@1.0.15...@ali/lowcode-material-parser@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-material-parser + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-material-parser@1.0.13...@ali/lowcode-material-parser@1.0.15) (2020-11-04) diff --git a/packages/material-parser/package.json b/packages/material-parser/package.json index 2336a21ec..ad123aa29 100644 --- a/packages/material-parser/package.json +++ b/packages/material-parser/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-material-parser", - "version": "1.0.15", + "version": "1.0.16", "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 a8fb3899c..112bbb7b7 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@1.0.15...@ali/lowcode-plugin-components-pane@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-components-pane + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@1.0.13...@ali/lowcode-plugin-components-pane@1.0.15) (2020-11-04) diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json index b56489442..ffe00df69 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": "1.0.15", + "version": "1.0.16", "description": "alibaba lowcode editor component-list plugin", "files": [ "es/", @@ -21,9 +21,9 @@ "author": "xiayang.xy", "dependencies": { "@ali/intl-universal": "^0.4.12", - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", "@ali/vu-layer": "^4.0.1", "@ali/vu-uxcore-legao-design": "^1.4.0", "@alifd/next": "^1.19.19", diff --git a/packages/plugin-datasource-pane/CHANGELOG.md b/packages/plugin-datasource-pane/CHANGELOG.md index a6c967243..8880689f1 100644 --- a/packages/plugin-datasource-pane/CHANGELOG.md +++ b/packages/plugin-datasource-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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-datasource-pane@1.0.14...@ali/lowcode-plugin-datasource-pane@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-datasource-pane + ## 1.0.14 (2020-11-04) diff --git a/packages/plugin-datasource-pane/package.json b/packages/plugin-datasource-pane/package.json index f8ea1b5ec..1d4c92f9b 100644 --- a/packages/plugin-datasource-pane/package.json +++ b/packages/plugin-datasource-pane/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-datasource-pane", - "version": "1.0.14", + "version": "1.0.15", "description": "低代码引擎数据源面板", "main": "lib/index.js", "files": [ @@ -30,7 +30,7 @@ "monaco-editor": "^0.20.0" }, "dependencies": { - "@ali/lowcode-editor-setters": "^1.0.15", + "@ali/lowcode-editor-setters": "^1.0.16", "@alib/build-scripts": "^0.1.3", "@alifd/next": "^1.20.28", "@formily/next": "^1.3.2", @@ -43,7 +43,7 @@ "styled-components": "^5.2.0", "traverse": "^0.6.6" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-plugin-datasource-pane@1.0.12/build/index.html", + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-plugin-datasource-pane@1.0.14/build/index.html", "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" } diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index 9d5fb421b..5b1501a1b 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. + +## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@1.0.15...@ali/lowcode-plugin-designer@1.0.16) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@1.0.13...@ali/lowcode-plugin-designer@1.0.15) (2020-11-04) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index a992d32f3..646ed3419 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-designer", - "version": "1.0.15", + "version": "1.0.16", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", "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 a8d6047df..a37c7bcbc 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@1.0.14...@ali/lowcode-plugin-event-bind-dialog@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@1.0.13...@ali/lowcode-plugin-event-bind-dialog@1.0.14) (2020-11-04) diff --git a/packages/plugin-event-bind-dialog/package.json b/packages/plugin-event-bind-dialog/package.json index 6b78edd42..164e15291 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": "1.0.14", + "version": "1.0.15", "description": "alibaba lowcode editor event bind dialog plugin", "files": [ "es", @@ -19,8 +19,8 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", "@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 a128cd822..2a0bfb690 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@1.0.14...@ali/lowcode-plugin-outline-pane@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@1.0.13...@ali/lowcode-plugin-outline-pane@1.0.14) (2020-11-04) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 13e29033b..68dcce9f2 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": "1.0.14", + "version": "1.0.15", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@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 705e3ab40..78612dbf2 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@1.0.14...@ali/lowcode-plugin-sample-logo@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@1.0.13...@ali/lowcode-plugin-sample-logo@1.0.14) (2020-11-04) diff --git a/packages/plugin-sample-logo/package.json b/packages/plugin-sample-logo/package.json index 641e0b637..5c145dc76 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": "1.0.14", + "version": "1.0.15", "description": "alibaba lowcode editor logo plugin", "files": [ "es/", @@ -20,7 +20,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", + "@ali/lowcode-editor-core": "^1.0.16", "react": "^16.8.1" }, "devDependencies": { diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md index eeb575834..25b6eb377 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@1.0.14...@ali/lowcode-plugin-sample-preview@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@1.0.13...@ali/lowcode-plugin-sample-preview@1.0.14) (2020-11-04) diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json index 59f4880d9..c6bd1734d 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": "1.0.14", + "version": "1.0.15", "description": "alibaba lowcode editor sample preview plugin", "files": [ "es", @@ -19,11 +19,11 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-react-renderer": "^1.0.14", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-react-renderer": "^1.0.15", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@alifd/next": "^1.x", "react": "^16.8.1" }, diff --git a/packages/plugin-source-editor/CHANGELOG.md b/packages/plugin-source-editor/CHANGELOG.md index 2c9fbc5c2..09286644a 100644 --- a/packages/plugin-source-editor/CHANGELOG.md +++ b/packages/plugin-source-editor/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. + +## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-source-editor@1.0.13...@ali/lowcode-plugin-source-editor@1.0.14) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-source-editor + ## [1.0.13](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-source-editor@1.0.12...@ali/lowcode-plugin-source-editor@1.0.13) (2020-11-04) diff --git a/packages/plugin-source-editor/package.json b/packages/plugin-source-editor/package.json index 2c9733772..5cad5d4f2 100644 --- a/packages/plugin-source-editor/package.json +++ b/packages/plugin-source-editor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-source-editor", - "version": "1.0.13", + "version": "1.0.14", "description": "alibaba lowcode editor source-editor plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", + "@ali/lowcode-editor-core": "^1.0.16", "@alifd/next": "^1.19.16", "js-beautify": "^1.10.1", "prettier": "^1.18.2", diff --git a/packages/plugin-undo-redo/CHANGELOG.md b/packages/plugin-undo-redo/CHANGELOG.md index 623c1f091..5c77f38e1 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@1.0.14...@ali/lowcode-plugin-undo-redo@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@1.0.12...@ali/lowcode-plugin-undo-redo@1.0.14) (2020-11-04) diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json index 50a640620..91c188a0b 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": "1.0.14", + "version": "1.0.15", "description": "alibaba lowcode editor undo redo plugin", "files": [ "es", @@ -19,11 +19,11 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-editor-skeleton": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-editor-skeleton": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/plugin-variable-bind-dialog/CHANGELOG.md b/packages/plugin-variable-bind-dialog/CHANGELOG.md index d73760274..8a18a8f62 100644 --- a/packages/plugin-variable-bind-dialog/CHANGELOG.md +++ b/packages/plugin-variable-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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-variable-bind-dialog@1.0.14...@ali/lowcode-plugin-variable-bind-dialog@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-variable-bind-dialog + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-variable-bind-dialog@1.0.12...@ali/lowcode-plugin-variable-bind-dialog@1.0.14) (2020-11-04) diff --git a/packages/plugin-variable-bind-dialog/package.json b/packages/plugin-variable-bind-dialog/package.json index f50e74e0b..174e27b79 100644 --- a/packages/plugin-variable-bind-dialog/package.json +++ b/packages/plugin-variable-bind-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-plugin-variable-bind-dialog", - "version": "1.0.14", + "version": "1.0.15", "description": "alibaba lowcode editor variable bind dialog plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", + "@ali/lowcode-editor-core": "^1.0.16", "@alifd/next": "^1.19.16", "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 349ccbc3a..6abdd4053 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@1.0.14...@ali/lowcode-plugin-zh-en@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-zh-en + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@1.0.12...@ali/lowcode-plugin-zh-en@1.0.14) (2020-11-04) diff --git a/packages/plugin-zh-en/package.json b/packages/plugin-zh-en/package.json index 41e956f2e..d2a2ecdfb 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": "1.0.14", + "version": "1.0.15", "description": "alibaba lowcode editor zhong english plugin", "files": [ "es", @@ -14,9 +14,9 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-editor-core": "^1.0.15", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-editor-core": "^1.0.16", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/rax-provider/CHANGELOG.md b/packages/rax-provider/CHANGELOG.md index 499259753..f147b5a20 100644 --- a/packages/rax-provider/CHANGELOG.md +++ b/packages/rax-provider/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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-provider@1.0.14...@ali/lowcode-rax-provider@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-provider + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-provider@1.0.12...@ali/lowcode-rax-provider@1.0.14) (2020-11-04) diff --git a/packages/rax-provider/package.json b/packages/rax-provider/package.json index 85cf13c99..2a9d4041d 100644 --- a/packages/rax-provider/package.json +++ b/packages/rax-provider/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-provider", - "version": "1.0.14", + "version": "1.0.15", "description": "Rax Provider for Runtime", "files": [ "es", @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-runtime": "^1.0.16", + "@ali/lowcode-runtime": "^1.0.17", "driver-universal": "^3.1.3", "history": "^4.10.1", "rax-use-router": "^3.0.0" diff --git a/packages/rax-render/CHANGELOG.md b/packages/rax-render/CHANGELOG.md index 5b2e9fb7a..a02b7ed0a 100644 --- a/packages/rax-render/CHANGELOG.md +++ b/packages/rax-render/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-renderer@1.0.14...@ali/lowcode-rax-renderer@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-renderer@1.0.12...@ali/lowcode-rax-renderer@1.0.14) (2020-11-04) @@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @ali/lowcode-rax-renderer - + ## [1.0.13](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-renderer@1.0.12...@ali/lowcode-rax-renderer@1.0.13) (2020-11-02) diff --git a/packages/rax-render/package.json b/packages/rax-render/package.json index f0cad1857..4813918d6 100644 --- a/packages/rax-render/package.json +++ b/packages/rax-render/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-renderer", - "version": "1.0.14", + "version": "1.0.15", "description": "Rax renderer for Ali lowCode engine", "main": "lib/index.js", "module": "lib/index.js", @@ -36,8 +36,8 @@ "@ali/b3-one": "^0.0.17", "@ali/bzb-request": "2.6.1", "@ali/lib-mtop": "^2.5.1", - "@ali/lowcode-datasource-engine": "^1.0.14", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-datasource-engine": "^1.0.15", + "@ali/lowcode-utils": "^1.0.15", "classnames": "^2.2.6", "debug": "^4.1.1", "events": "^3.0.0", diff --git a/packages/rax-simulator-renderer/CHANGELOG.md b/packages/rax-simulator-renderer/CHANGELOG.md index 669384c00..093213c84 100644 --- a/packages/rax-simulator-renderer/CHANGELOG.md +++ b/packages/rax-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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-simulator-renderer@1.0.14...@ali/lowcode-rax-simulator-renderer@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-simulator-renderer@1.0.12...@ali/lowcode-rax-simulator-renderer@1.0.14) (2020-11-04) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index b99981db1..c5eb6585c 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-simulator-renderer", - "version": "1.0.14", + "version": "1.0.15", "description": "rax simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -13,10 +13,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-rax-renderer": "^1.0.14", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-rax-renderer": "^1.0.15", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@ali/recore-rax": "^1.2.4", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", @@ -55,5 +55,5 @@ "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.13/build/index.html" + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.14/build/index.html" } diff --git a/packages/react-provider/CHANGELOG.md b/packages/react-provider/CHANGELOG.md index 56fb25643..d010788dd 100644 --- a/packages/react-provider/CHANGELOG.md +++ b/packages/react-provider/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. + +## [1.0.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-provider@1.0.16...@ali/lowcode-react-provider@1.0.17) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-react-provider + ## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-provider@1.0.14...@ali/lowcode-react-provider@1.0.16) (2020-11-04) diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json index 2ec467aff..514ed3ba5 100644 --- a/packages/react-provider/package.json +++ b/packages/react-provider/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-provider", - "version": "1.0.16", + "version": "1.0.17", "description": "React Provider for Runtime", "files": [ "es", @@ -25,8 +25,8 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-runtime": "^1.0.16", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-runtime": "^1.0.17", + "@ali/lowcode-utils": "^1.0.15", "@recore/router": "^1.0.11", "react": "^16", "react-dom": "^16" diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md index bd0a47cd9..22d2b5e66 100644 --- a/packages/react-renderer/CHANGELOG.md +++ b/packages/react-renderer/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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@1.0.14...@ali/lowcode-react-renderer@1.0.15) (2020-11-04) + + +### Bug Fixes + +* 删除测试代码 ([f08a067](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/f08a067)) + + + + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@1.0.12...@ali/lowcode-react-renderer@1.0.14) (2020-11-04) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 71bddd466..43d575c2b 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-renderer", - "version": "1.0.14", + "version": "1.0.15", "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 afc524c4e..58fc1ac5e 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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@1.0.14...@ali/lowcode-react-simulator-renderer@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@1.0.12...@ali/lowcode-react-simulator-renderer@1.0.14) (2020-11-04) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 6a7c4b8cc..a9b591473 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-react-simulator-renderer", - "version": "1.0.14", + "version": "1.0.15", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -16,10 +16,10 @@ "build": "build-scripts build --skip-demo" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.15", - "@ali/lowcode-react-renderer": "^1.0.14", - "@ali/lowcode-types": "^1.0.13", - "@ali/lowcode-utils": "^1.0.14", + "@ali/lowcode-designer": "^1.0.16", + "@ali/lowcode-react-renderer": "^1.0.15", + "@ali/lowcode-types": "^1.0.14", + "@ali/lowcode-utils": "^1.0.15", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", "@recore/obx-react": "^1.0.7", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index a73cc2a1a..30e612fc1 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. + +## [1.0.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@1.0.16...@ali/lowcode-runtime@1.0.17) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-runtime + ## [1.0.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@1.0.14...@ali/lowcode-runtime@1.0.16) (2020-11-04) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index ed5391e1d..24a02281f 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-runtime", - "version": "1.0.16", + "version": "1.0.17", "description": "Runtime for Ali lowCode engine", "files": [ "es", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7d05b9c6f..106c902d7 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/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. + +## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-types@1.0.13...@ali/lowcode-types@1.0.14) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [1.0.13](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-types@1.0.12...@ali/lowcode-types@1.0.13) (2020-11-04) diff --git a/packages/types/package.json b/packages/types/package.json index f3dba0d93..c035a379e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.13", + "version": "1.0.14", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ab54ad6a1..d75f49777 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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. + +## [1.0.15](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-utils@1.0.14...@ali/lowcode-utils@1.0.15) (2020-11-04) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [1.0.14](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-utils@1.0.12...@ali/lowcode-utils@1.0.14) (2020-11-04) diff --git a/packages/utils/package.json b/packages/utils/package.json index 9226e1277..47de1becf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.14", + "version": "1.0.15", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^1.0.13", + "@ali/lowcode-types": "^1.0.14", "@alifd/next": "^1.19.16", "react": "^16" },