diff --git a/packages/code-generator/CHANGELOG.md b/packages/code-generator/CHANGELOG.md index ad0f217e2..dee7bd221 100644 --- a/packages/code-generator/CHANGELOG.md +++ b/packages/code-generator/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. + +## [1.0.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@1.0.21...@ali/lowcode-code-generator@1.0.22) (2020-11-16) + + +### Bug Fixes + +* 🐛 解决出码的 disk publisher 不能正确地创建子目录的问题 ([fb5ba93](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/fb5ba93)) +* 🐛 解决多行文本在出码的时候生成的字符串是无效代码的问题 ([fa68857](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/fa68857)) +* 🐛 schema 中没有 state 的定义, 出码后的 Rax/React 组件应有个默认的空的 state ([7e37f8d](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/7e37f8d)) +* babel build bug & add some comment ([1511e2c](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/1511e2c)) +* object property name fix logic ([dd69113](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/dd69113)) +* pure string export in jsx ([1a9e953](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/1a9e953)) + + + + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-code-generator@1.0.20...@ali/lowcode-code-generator@1.0.21) (2020-11-10) diff --git a/packages/code-generator/package.json b/packages/code-generator/package.json index 73e999ce9..20360e5d3 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.21", + "version": "1.0.22", "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.19", + "@ali/lowcode-types": "^1.0.20", "@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 d2a54dd37..210be5bbd 100644 --- a/packages/datasource-engine/CHANGELOG.md +++ b/packages/datasource-engine/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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-engine@1.0.21...@ali/lowcode-datasource-engine@1.0.22) (2020-11-16) + + +### Bug Fixes + +* datasource engine adpater ([52d0d88](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/52d0d88)) + + + + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-engine@1.0.20...@ali/lowcode-datasource-engine@1.0.21) (2020-11-10) diff --git a/packages/datasource-engine/package.json b/packages/datasource-engine/package.json index 22da531ea..6fcb7214d 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.21", + "version": "1.0.22", "description": "DataSource Engine for lowcode", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -17,8 +17,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", - "@ali/lowcode-types": "^1.0.19", + "@ali/lowcode-datasource-types": "^1.0.21", + "@ali/lowcode-types": "^1.0.20", "typescript": "^3.9.7" }, "devDependencies": { diff --git a/packages/datasource-fetch-handler/CHANGELOG.md b/packages/datasource-fetch-handler/CHANGELOG.md index d81ff997b..1aa80fee2 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-fetch-handler@1.0.20...@ali/lowcode-datasource-fetch-handler@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-fetch-handler + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-fetch-handler@1.0.9...@ali/lowcode-datasource-fetch-handler@1.0.20) (2020-11-10) diff --git a/packages/datasource-fetch-handler/package.json b/packages/datasource-fetch-handler/package.json index fe7916496..4b1525a58 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.20", + "version": "1.0.21", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "typescript": "^3.9.7", "universal-request": "^2.2.0" }, diff --git a/packages/datasource-jsonp-handler/CHANGELOG.md b/packages/datasource-jsonp-handler/CHANGELOG.md index 928e07714..f35cc97a3 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-jsonp-handler@1.0.20...@ali/lowcode-datasource-jsonp-handler@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-jsonp-handler + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-jsonp-handler@1.0.6...@ali/lowcode-datasource-jsonp-handler@1.0.20) (2020-11-10) diff --git a/packages/datasource-jsonp-handler/package.json b/packages/datasource-jsonp-handler/package.json index 8456528d9..454e092e0 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.20", + "version": "1.0.21", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "jsonp": "^0.2.1", "typescript": "^3.9.7" }, diff --git a/packages/datasource-mopen-handler/CHANGELOG.md b/packages/datasource-mopen-handler/CHANGELOG.md index 52cc19ad9..9291ff25a 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-mopen-handler@1.0.20...@ali/lowcode-datasource-mopen-handler@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-mopen-handler + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-mopen-handler@1.0.9...@ali/lowcode-datasource-mopen-handler@1.0.20) (2020-11-10) diff --git a/packages/datasource-mopen-handler/package.json b/packages/datasource-mopen-handler/package.json index 4d623cd54..55c7d6768 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.20", + "version": "1.0.21", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "@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 f6bdf9ccb..c09332918 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-mtop-handler@1.0.20...@ali/lowcode-datasource-mtop-handler@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-mtop-handler + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-mtop-handler@1.0.8...@ali/lowcode-datasource-mtop-handler@1.0.20) (2020-11-10) diff --git a/packages/datasource-mtop-handler/package.json b/packages/datasource-mtop-handler/package.json index becb7d51b..a62bfb847 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.20", + "version": "1.0.21", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "@ali/universal-mtop": "^5.1.9", "typescript": "^3.9.7" }, diff --git a/packages/datasource-types/CHANGELOG.md b/packages/datasource-types/CHANGELOG.md index 2a85aad31..63f515379 100644 --- a/packages/datasource-types/CHANGELOG.md +++ b/packages/datasource-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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-types@1.0.20...@ali/lowcode-datasource-types@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-types + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-types@1.0.2...@ali/lowcode-datasource-types@1.0.20) (2020-11-10) diff --git a/packages/datasource-types/package.json b/packages/datasource-types/package.json index f198bc9f0..fba3c15db 100644 --- a/packages/datasource-types/package.json +++ b/packages/datasource-types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-types", - "version": "1.0.20", + "version": "1.0.21", "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 7d29741c3..591bf31fe 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-universal-mtop-handler@1.0.20...@ali/lowcode-datasource-universal-mtop-handler@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-universal-mtop-handler + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-universal-mtop-handler@1.0.8...@ali/lowcode-datasource-universal-mtop-handler@1.0.20) (2020-11-10) diff --git a/packages/datasource-universal-mtop-handler/package.json b/packages/datasource-universal-mtop-handler/package.json index 0836b3dde..65b8cc4a7 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.20", + "version": "1.0.21", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "@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 bd9339064..c5991ac44 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-url-params-handler@1.0.20...@ali/lowcode-datasource-url-params-handler@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-datasource-url-params-handler + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-datasource-url-params-handler@1.0.8...@ali/lowcode-datasource-url-params-handler@1.0.20) (2020-11-10) diff --git a/packages/datasource-url-params-handler/package.json b/packages/datasource-url-params-handler/package.json index 68db8da30..21c79cc6e 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.20", + "version": "1.0.21", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "query-string": "^6.13.1", "typescript": "^3.9.7" }, diff --git a/packages/demo-server/CHANGELOG.md b/packages/demo-server/CHANGELOG.md index 89e0948ab..8399c6a18 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo-server@1.0.21...@ali/lowcode-demo-server@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-demo-server + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo-server@1.0.20...@ali/lowcode-demo-server@1.0.21) (2020-11-10) diff --git a/packages/demo-server/package.json b/packages/demo-server/package.json index d4c80cb48..aec800e16 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.21", + "version": "1.0.22", "private": true, "description": "低代码引擎 DEMO Server 端", "scripts": { @@ -30,8 +30,8 @@ } }, "dependencies": { - "@ali/lowcode-code-generator": "^1.0.21", - "@ali/lowcode-types": "^1.0.19", + "@ali/lowcode-code-generator": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", "@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 3da07c4f2..68954b4ad 100644 --- a/packages/demo/CHANGELOG.md +++ b/packages/demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [1.0.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@1.0.21...@ali/lowcode-demo@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-demo + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-demo@1.0.20...@ali/lowcode-demo@1.0.21) (2020-11-10) diff --git a/packages/demo/package.json b/packages/demo/package.json index a820e6584..bf8f62789 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-demo", - "version": "1.0.21", + "version": "1.0.22", "private": true, "description": "低代码引擎 DEMO", "scripts": { @@ -10,21 +10,21 @@ }, "config": {}, "dependencies": { - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-editor-skeleton": "^1.0.21", - "@ali/lowcode-plugin-components-pane": "^1.0.21", - "@ali/lowcode-plugin-designer": "^1.0.21", - "@ali/lowcode-plugin-event-bind-dialog": "^1.0.20", - "@ali/lowcode-plugin-outline-pane": "^1.0.20", - "@ali/lowcode-plugin-sample-logo": "^1.0.20", - "@ali/lowcode-plugin-sample-preview": "^1.0.20", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-editor-skeleton": "^1.0.22", + "@ali/lowcode-plugin-components-pane": "^1.0.22", + "@ali/lowcode-plugin-designer": "^1.0.22", + "@ali/lowcode-plugin-event-bind-dialog": "^1.0.21", + "@ali/lowcode-plugin-outline-pane": "^1.0.21", + "@ali/lowcode-plugin-sample-logo": "^1.0.21", + "@ali/lowcode-plugin-sample-preview": "^1.0.21", "@ali/lowcode-plugin-settings-pane": "^0.8.8", - "@ali/lowcode-plugin-undo-redo": "^1.0.20", - "@ali/lowcode-plugin-variable-bind-dialog": "^1.0.20", - "@ali/lowcode-plugin-zh-en": "^1.0.20", - "@ali/lowcode-react-renderer": "^1.0.20", - "@ali/lowcode-runtime": "^1.0.22", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-plugin-undo-redo": "^1.0.21", + "@ali/lowcode-plugin-variable-bind-dialog": "^1.0.21", + "@ali/lowcode-plugin-zh-en": "^1.0.21", + "@ali/lowcode-react-renderer": "^1.0.21", + "@ali/lowcode-runtime": "^1.0.23", + "@ali/lowcode-utils": "^1.0.21", "@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 b45e4ba5a..ca0da0407 100644 --- a/packages/designer/CHANGELOG.md +++ b/packages/designer/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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@1.0.21...@ali/lowcode-designer@1.0.22) (2020-11-16) + + +### Bug Fixes + +* 修复 slot 以及子节点不销毁 ([8ef62c8](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/8ef62c8)) + + + + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-designer@1.0.20...@ali/lowcode-designer@1.0.21) (2020-11-10) diff --git a/packages/designer/package.json b/packages/designer/package.json index d39741a5c..73eca18d3 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.21", + "version": "1.0.22", "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.21", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "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 56038d036..2b787b63a 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@1.0.21...@ali/lowcode-editor-core@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-core@1.0.20...@ali/lowcode-editor-core@1.0.21) (2020-11-10) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 078b95917..308ba3548 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.21", + "version": "1.0.22", "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.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@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 24e38c227..c7beffccc 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@1.0.21...@ali/lowcode-editor-preset-general@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-general@1.0.20...@ali/lowcode-editor-preset-general@1.0.21) (2020-11-10) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index c282da564..62275360a 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.21", + "version": "1.0.22", "description": "Ali General Editor Preset", "main": "lib/index.js", "files": [ @@ -14,12 +14,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-editor-skeleton": "^1.0.21", - "@ali/lowcode-plugin-designer": "^1.0.21", - "@ali/lowcode-plugin-outline-pane": "^1.0.20", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-editor-skeleton": "^1.0.22", + "@ali/lowcode-plugin-designer": "^1.0.22", + "@ali/lowcode-plugin-outline-pane": "^1.0.21", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@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.21", + "@ali/lowcode-editor-setters": "^1.0.22", "@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 85694e10b..44be5911c 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@1.0.21...@ali/lowcode-editor-preset-vision@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-preset-vision@1.0.20...@ali/lowcode-editor-preset-vision@1.0.21) (2020-11-10) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index c1434f3f6..732f96c9d 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.21", + "version": "1.0.22", "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.21", - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-editor-skeleton": "^1.0.21", - "@ali/lowcode-plugin-designer": "^1.0.21", - "@ali/lowcode-plugin-outline-pane": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-editor-skeleton": "^1.0.22", + "@ali/lowcode-plugin-designer": "^1.0.22", + "@ali/lowcode-plugin-outline-pane": "^1.0.21", "@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 2d2f262b6..4cac84802 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-setters@1.0.21...@ali/lowcode-editor-setters@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-setters + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-setters@1.0.20...@ali/lowcode-editor-setters@1.0.21) (2020-11-10) diff --git a/packages/editor-setters/package.json b/packages/editor-setters/package.json index 9f9c060cd..b58b10524 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.21", + "version": "1.0.22", "description": "Builtin setters for Ali lowCode engine", "files": [ "es", @@ -22,7 +22,7 @@ "@ali/iceluna-sdk": "^1.0.5-beta.24", "@ali/intl-universal": "^0.4.9", "@ali/lc-style-setter": "0.0.2", - "@ali/lowcode-editor-core": "^1.0.21", + "@ali/lowcode-editor-core": "^1.0.22", "@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 e025dfa4c..f8b97cb93 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@1.0.21...@ali/lowcode-editor-skeleton@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-editor-skeleton@1.0.20...@ali/lowcode-editor-skeleton@1.0.21) (2020-11-10) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index f8825a6fe..4859d45ab 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.21", + "version": "1.0.22", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.21", - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@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 a565114f6..4bd5740bc 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-material-parser@1.0.21...@ali/lowcode-material-parser@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-material-parser + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-material-parser@1.0.20...@ali/lowcode-material-parser@1.0.21) (2020-11-10) diff --git a/packages/material-parser/package.json b/packages/material-parser/package.json index 725fb33b7..8b7d9ce57 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.21", + "version": "1.0.22", "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 258b9d016..d3f78ba93 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@1.0.21...@ali/lowcode-plugin-components-pane@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-components-pane + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-components-pane@1.0.20...@ali/lowcode-plugin-components-pane@1.0.21) (2020-11-10) diff --git a/packages/plugin-components-pane/package.json b/packages/plugin-components-pane/package.json index a05807518..2a847db83 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.21", + "version": "1.0.22", "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.21", - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-types": "^1.0.19", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", "@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 f23f2870e..424fed31a 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-datasource-pane@1.0.20...@ali/lowcode-plugin-datasource-pane@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-datasource-pane + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-datasource-pane@1.0.19...@ali/lowcode-plugin-datasource-pane@1.0.20) (2020-11-10) diff --git a/packages/plugin-datasource-pane/package.json b/packages/plugin-datasource-pane/package.json index 11d1b4b37..689771a3a 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.20", + "version": "1.0.21", "description": "低代码引擎数据源面板", "main": "lib/index.js", "files": [ @@ -30,7 +30,7 @@ "monaco-editor": "^0.20.0" }, "dependencies": { - "@ali/lowcode-editor-setters": "^1.0.21", + "@ali/lowcode-editor-setters": "^1.0.22", "@alib/build-scripts": "^0.1.3", "@alifd/next": "^1.20.28", "@formily/next": "^1.3.2", diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index b3675ae44..1824e47eb 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.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@1.0.21...@ali/lowcode-plugin-designer@1.0.22) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-designer@1.0.20...@ali/lowcode-plugin-designer@1.0.21) (2020-11-10) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 43ec2e12d..6f31209ba 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.21", + "version": "1.0.22", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.21", - "@ali/lowcode-editor-core": "^1.0.21", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", "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 55bca3c38..c491ab12f 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@1.0.20...@ali/lowcode-plugin-event-bind-dialog@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-event-bind-dialog + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-event-bind-dialog@1.0.19...@ali/lowcode-plugin-event-bind-dialog@1.0.20) (2020-11-10) diff --git a/packages/plugin-event-bind-dialog/package.json b/packages/plugin-event-bind-dialog/package.json index 5211e077f..01bbbf9fb 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.20", + "version": "1.0.21", "description": "alibaba lowcode editor event bind dialog plugin", "files": [ "es", @@ -19,8 +19,8 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-types": "^1.0.19", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", "@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 d890dd70b..e87015e18 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@1.0.20...@ali/lowcode-plugin-outline-pane@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-outline-pane@1.0.19...@ali/lowcode-plugin-outline-pane@1.0.20) (2020-11-10) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 49bf5486c..e9f441738 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.20", + "version": "1.0.21", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.21", - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@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 6c782ab17..e826876f5 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@1.0.20...@ali/lowcode-plugin-sample-logo@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-logo + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-logo@1.0.19...@ali/lowcode-plugin-sample-logo@1.0.20) (2020-11-10) diff --git a/packages/plugin-sample-logo/package.json b/packages/plugin-sample-logo/package.json index b4154e2ea..60475588d 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.20", + "version": "1.0.21", "description": "alibaba lowcode editor logo plugin", "files": [ "es/", @@ -20,7 +20,7 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.21", + "@ali/lowcode-editor-core": "^1.0.22", "react": "^16.8.1" }, "devDependencies": { diff --git a/packages/plugin-sample-preview/CHANGELOG.md b/packages/plugin-sample-preview/CHANGELOG.md index ea8ab039c..4fd6dfede 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@1.0.20...@ali/lowcode-plugin-sample-preview@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-sample-preview + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-sample-preview@1.0.19...@ali/lowcode-plugin-sample-preview@1.0.20) (2020-11-10) diff --git a/packages/plugin-sample-preview/package.json b/packages/plugin-sample-preview/package.json index 25ab86c5f..62ea7af1c 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.20", + "version": "1.0.21", "description": "alibaba lowcode editor sample preview plugin", "files": [ "es", @@ -19,11 +19,11 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.21", - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-react-renderer": "^1.0.20", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-react-renderer": "^1.0.21", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@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 a2d93d90d..11f9643d1 100644 --- a/packages/plugin-source-editor/CHANGELOG.md +++ b/packages/plugin-source-editor/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.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-source-editor@1.0.19...@ali/lowcode-plugin-source-editor@1.0.20) (2020-11-16) + + +### Bug Fixes + +* js编辑器移除尾逗号 ([7cd5c5c](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/7cd5c5c)) + + + + ## [1.0.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-source-editor@1.0.18...@ali/lowcode-plugin-source-editor@1.0.19) (2020-11-10) diff --git a/packages/plugin-source-editor/package.json b/packages/plugin-source-editor/package.json index b6ea2e8e3..73e763777 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.19", + "version": "1.0.20", "description": "alibaba lowcode editor source-editor plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.21", + "@ali/lowcode-editor-core": "^1.0.22", "@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 cfd973526..5c2f858a3 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@1.0.20...@ali/lowcode-plugin-undo-redo@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-undo-redo + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-undo-redo@1.0.19...@ali/lowcode-plugin-undo-redo@1.0.20) (2020-11-10) diff --git a/packages/plugin-undo-redo/package.json b/packages/plugin-undo-redo/package.json index f355faf59..9e4e28e80 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.20", + "version": "1.0.21", "description": "alibaba lowcode editor undo redo plugin", "files": [ "es", @@ -19,11 +19,11 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.21", - "@ali/lowcode-editor-core": "^1.0.21", - "@ali/lowcode-editor-skeleton": "^1.0.21", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-editor-skeleton": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "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 34fa39be5..a23db60e7 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-variable-bind-dialog@1.0.20...@ali/lowcode-plugin-variable-bind-dialog@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-variable-bind-dialog + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-variable-bind-dialog@1.0.19...@ali/lowcode-plugin-variable-bind-dialog@1.0.20) (2020-11-10) diff --git a/packages/plugin-variable-bind-dialog/package.json b/packages/plugin-variable-bind-dialog/package.json index ed363f6a1..e1465e713 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.20", + "version": "1.0.21", "description": "alibaba lowcode editor variable bind dialog plugin", "files": [ "es", @@ -19,7 +19,7 @@ ], "author": "zude.hzd", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.21", + "@ali/lowcode-editor-core": "^1.0.22", "@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 df11c4f19..e7afaf9c9 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@1.0.20...@ali/lowcode-plugin-zh-en@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-zh-en + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-plugin-zh-en@1.0.19...@ali/lowcode-plugin-zh-en@1.0.20) (2020-11-10) diff --git a/packages/plugin-zh-en/package.json b/packages/plugin-zh-en/package.json index a088c7e4f..263f08f2f 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.20", + "version": "1.0.21", "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.21", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-editor-core": "^1.0.22", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "react": "^16.8.1", "react-dom": "^16.8.1" }, diff --git a/packages/rax-provider/CHANGELOG.md b/packages/rax-provider/CHANGELOG.md index 22f3cfe70..1750a5f1d 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-provider@1.0.20...@ali/lowcode-rax-provider@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-provider + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-provider@1.0.19...@ali/lowcode-rax-provider@1.0.20) (2020-11-10) diff --git a/packages/rax-provider/package.json b/packages/rax-provider/package.json index cc7441baa..b6da801da 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.20", + "version": "1.0.21", "description": "Rax Provider for Runtime", "files": [ "es", @@ -18,7 +18,7 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-runtime": "^1.0.22", + "@ali/lowcode-runtime": "^1.0.23", "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 5c4cf7c7c..4440fd661 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-renderer@1.0.20...@ali/lowcode-rax-renderer@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-renderer@1.0.19...@ali/lowcode-rax-renderer@1.0.20) (2020-11-10) @@ -15,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - + ## [1.0.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-renderer@1.0.18...@ali/lowcode-rax-renderer@1.0.19) (2020-11-10) diff --git a/packages/rax-render/package.json b/packages/rax-render/package.json index c0f5dee24..3cd0a1244 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.20", + "version": "1.0.21", "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.21", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-datasource-engine": "^1.0.22", + "@ali/lowcode-utils": "^1.0.21", "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 20228e0a9..9d96ad737 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-simulator-renderer@1.0.20...@ali/lowcode-rax-simulator-renderer@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-rax-simulator-renderer@1.0.19...@ali/lowcode-rax-simulator-renderer@1.0.20) (2020-11-10) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index d18ea207a..e977d015f 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.20", + "version": "1.0.21", "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.21", - "@ali/lowcode-rax-renderer": "^1.0.20", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-rax-renderer": "^1.0.21", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@ali/recore-rax": "^1.2.4", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", diff --git a/packages/react-provider/CHANGELOG.md b/packages/react-provider/CHANGELOG.md index 11e6b36e0..c2fa6a5e6 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.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-provider@1.0.22...@ali/lowcode-react-provider@1.0.23) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-react-provider + ## [1.0.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-provider@1.0.21...@ali/lowcode-react-provider@1.0.22) (2020-11-10) diff --git a/packages/react-provider/package.json b/packages/react-provider/package.json index e57cade60..f13d49b0a 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.22", + "version": "1.0.23", "description": "React Provider for Runtime", "files": [ "es", @@ -25,8 +25,8 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-runtime": "^1.0.22", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-runtime": "^1.0.23", + "@ali/lowcode-utils": "^1.0.21", "@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 159e6c281..5c1ae99de 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. + +## [1.0.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@1.0.20...@ali/lowcode-react-renderer@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-renderer@1.0.19...@ali/lowcode-react-renderer@1.0.20) (2020-11-10) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 4f0bbea51..0a344692a 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.20", + "version": "1.0.21", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -27,7 +27,7 @@ "@ali/b3-one": "^0.0.17", "@ali/bzb-request": "^2.6.0-beta.13", "@ali/lib-mtop": "^2.5.1", - "@ali/lowcode-datasource-engine": "^1.0.21", + "@ali/lowcode-datasource-engine": "^1.0.22", "@alifd/next": "^1.19.17", "debug": "^4.1.1", "events": "^3.0.0", diff --git a/packages/react-simulator-renderer/CHANGELOG.md b/packages/react-simulator-renderer/CHANGELOG.md index ff87b8e7d..01aa70a13 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@1.0.20...@ali/lowcode-react-simulator-renderer@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-react-simulator-renderer@1.0.19...@ali/lowcode-react-simulator-renderer@1.0.20) (2020-11-10) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 1bad9fcb6..a7a16f01d 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.20", + "version": "1.0.21", "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.21", - "@ali/lowcode-react-renderer": "^1.0.20", - "@ali/lowcode-types": "^1.0.19", - "@ali/lowcode-utils": "^1.0.20", + "@ali/lowcode-designer": "^1.0.22", + "@ali/lowcode-react-renderer": "^1.0.21", + "@ali/lowcode-types": "^1.0.20", + "@ali/lowcode-utils": "^1.0.21", "@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 e35797a04..b26a3069c 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.23](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@1.0.22...@ali/lowcode-runtime@1.0.23) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-runtime + ## [1.0.22](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-runtime@1.0.21...@ali/lowcode-runtime@1.0.22) (2020-11-10) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index e320d68e2..18f9f48e6 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-runtime", - "version": "1.0.22", + "version": "1.0.23", "description": "Runtime for Ali lowCode engine", "files": [ "es", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 36e1de113..9847aa33e 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.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-types@1.0.19...@ali/lowcode-types@1.0.20) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [1.0.19](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-types@1.0.18...@ali/lowcode-types@1.0.19) (2020-11-10) diff --git a/packages/types/package.json b/packages/types/package.json index ae1d3e611..0f449da56 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.19", + "version": "1.0.20", "description": "Types for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-datasource-types": "^1.0.20", + "@ali/lowcode-datasource-types": "^1.0.21", "power-di": "^2.2.4", "react": "^16" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 115e9dccd..ee47951b4 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.21](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-utils@1.0.20...@ali/lowcode-utils@1.0.21) (2020-11-16) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [1.0.20](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/@ali/lowcode-utils@1.0.19...@ali/lowcode-utils@1.0.20) (2020-11-10) diff --git a/packages/utils/package.json b/packages/utils/package.json index 3f66fab46..a5fa2a836 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.20", + "version": "1.0.21", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^1.0.19", + "@ali/lowcode-types": "^1.0.20", "@alifd/next": "^1.19.16", "react": "^16" },