From bd8f615ac062c30ec38f4c698bc7729c1fb63090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Mon, 4 Jan 2021 20:56:25 +0800 Subject: [PATCH] chore(release): publish 1.0.28-beta.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/designer/CHANGELOG.md | 8 ++++++++ packages/designer/package.json | 8 ++++---- packages/editor-core/CHANGELOG.md | 8 ++++++++ packages/editor-core/package.json | 6 +++--- packages/editor-preset-general/CHANGELOG.md | 8 ++++++++ packages/editor-preset-general/package.json | 14 +++++++------- packages/editor-preset-vision/CHANGELOG.md | 8 ++++++++ packages/editor-preset-vision/package.json | 14 +++++++------- packages/editor-skeleton/CHANGELOG.md | 8 ++++++++ packages/editor-skeleton/package.json | 10 +++++----- packages/ignitor/CHANGELOG.md | 8 ++++++++ packages/ignitor/package.json | 2 +- packages/plugin-designer/CHANGELOG.md | 8 ++++++++ packages/plugin-designer/package.json | 6 +++--- packages/plugin-outline-pane/CHANGELOG.md | 8 ++++++++ packages/plugin-outline-pane/package.json | 10 +++++----- packages/rax-renderer/CHANGELOG.md | 12 ++++++++++-- packages/rax-renderer/package.json | 4 ++-- packages/rax-simulator-renderer/CHANGELOG.md | 8 ++++++++ packages/rax-simulator-renderer/package.json | 10 +++++----- packages/react-renderer/CHANGELOG.md | 8 ++++++++ packages/react-renderer/package.json | 2 +- packages/react-simulator-renderer/CHANGELOG.md | 8 ++++++++ packages/react-simulator-renderer/package.json | 10 +++++----- packages/types/CHANGELOG.md | 8 ++++++++ packages/types/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 4 ++-- 30 files changed, 177 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234cc934c..8cd072575 100644 --- a/CHANGELOG.md +++ b/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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + +### Bug Fixes + +* 初次 bootstrap 构建 types / utils ([1e59de5](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/commit/1e59de5)) + + + + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/lerna.json b/lerna.json index 1cce0263b..76331a7e3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "1.0.28-beta.1", + "version": "1.0.28-beta.2", "npmClient": "tyarn", "registry": "http://registry.npm.alibaba-inc.com", "useWorkspaces": true, diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 8b494bb65..f218759b6 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-designer + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/designer/package.json b/packages/designer/package.json index ae9ef1fb8..3e243b5bb 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.28-beta.1", + "version": "1.0.28-beta.2", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -14,9 +14,9 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.28-beta.1", - "@ali/lowcode-types": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-editor-core": "^1.0.28-beta.2", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", diff --git a/packages/editor-core/CHANGELOG.md b/packages/editor-core/CHANGELOG.md index f3770f2e0..5c4fb17c8 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 380066bd7..3a08d9b35 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.28-beta.1", + "version": "1.0.28-beta.2", "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.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@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 cc066adce..e3ed5a408 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index a79a1da23..0d0bced95 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.28-beta.1", + "version": "1.0.28-beta.2", "description": "Ali General Editor Preset", "main": "lib/index.js", "files": [ @@ -14,12 +14,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.28-beta.1", - "@ali/lowcode-editor-skeleton": "^1.0.28-beta.1", - "@ali/lowcode-plugin-designer": "^1.0.28-beta.1", - "@ali/lowcode-plugin-outline-pane": "^1.0.28-beta.1", - "@ali/lowcode-types": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-editor-core": "^1.0.28-beta.2", + "@ali/lowcode-editor-skeleton": "^1.0.28-beta.2", + "@ali/lowcode-plugin-designer": "^1.0.28-beta.2", + "@ali/lowcode-plugin-outline-pane": "^1.0.28-beta.2", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@alifd/next": "^1.19.12", "@alife/theme-lowcode-dark": "^0.1.0", "@alife/theme-lowcode-light": "^0.1.0", diff --git a/packages/editor-preset-vision/CHANGELOG.md b/packages/editor-preset-vision/CHANGELOG.md index 0a2eb3bcd..2249d67b0 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index aa2192cb3..cc3d608e1 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.28-beta.1", + "version": "1.0.28-beta.2", "description": "Vision Polyfill for Ali lowCode engine", "main": "lib/index.js", "private": true, @@ -18,13 +18,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.28-beta.1", - "@ali/lowcode-editor-core": "^1.0.28-beta.1", + "@ali/lowcode-designer": "^1.0.28-beta.2", + "@ali/lowcode-editor-core": "^1.0.28-beta.2", "@ali/lowcode-editor-setters": "^1.0.22", - "@ali/lowcode-editor-skeleton": "^1.0.28-beta.1", - "@ali/lowcode-plugin-designer": "^1.0.28-beta.1", - "@ali/lowcode-plugin-outline-pane": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-editor-skeleton": "^1.0.28-beta.2", + "@ali/lowcode-plugin-designer": "^1.0.28-beta.2", + "@ali/lowcode-plugin-outline-pane": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@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-skeleton/CHANGELOG.md b/packages/editor-skeleton/CHANGELOG.md index dcca1d67b..b059afa0e 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index cb5da1d3e..0b53fa8bb 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.28-beta.1", + "version": "1.0.28-beta.2", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.28-beta.1", - "@ali/lowcode-editor-core": "^1.0.28-beta.1", - "@ali/lowcode-types": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-designer": "^1.0.28-beta.2", + "@ali/lowcode-editor-core": "^1.0.28-beta.2", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@ali/ve-icons": "latest", "@ali/ve-less-variables": "^2.0.0", "@alifd/next": "^1.20.12", diff --git a/packages/ignitor/CHANGELOG.md b/packages/ignitor/CHANGELOG.md index c986dd174..b97433fcf 100644 --- a/packages/ignitor/CHANGELOG.md +++ b/packages/ignitor/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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-ignitor + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 315082b14..cf72a56aa 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-ignitor", - "version": "1.0.28-beta.1", + "version": "1.0.28-beta.2", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-designer/CHANGELOG.md b/packages/plugin-designer/CHANGELOG.md index cd6e7a673..7b34b7838 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index b78ce86c8..447f4c806 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.28-beta.1", + "version": "1.0.28-beta.2", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.28-beta.1", - "@ali/lowcode-editor-core": "^1.0.28-beta.1", + "@ali/lowcode-designer": "^1.0.28-beta.2", + "@ali/lowcode-editor-core": "^1.0.28-beta.2", "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 d9aedea58..b6ca5ef04 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index ed713b4dc..a1878d0d2 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.28-beta.1", + "version": "1.0.28-beta.2", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.28-beta.1", - "@ali/lowcode-editor-core": "^1.0.28-beta.1", - "@ali/lowcode-types": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-designer": "^1.0.28-beta.2", + "@ali/lowcode-editor-core": "^1.0.28-beta.2", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@alifd/next": "^1.19.16", "classnames": "^2.2.6", "react": "^16", diff --git a/packages/rax-renderer/CHANGELOG.md b/packages/rax-renderer/CHANGELOG.md index 5e49b97ef..c89c68bf6 100644 --- a/packages/rax-renderer/CHANGELOG.md +++ b/packages/rax-renderer/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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-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.28-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.0) (2021-01-04) diff --git a/packages/rax-renderer/package.json b/packages/rax-renderer/package.json index b472ccc4d..cb136dafd 100644 --- a/packages/rax-renderer/package.json +++ b/packages/rax-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-rax-renderer", - "version": "1.0.28-beta.1", + "version": "1.0.28-beta.2", "description": "Rax renderer for Ali lowCode engine", "main": "lib/index.js", "module": "lib/index.js", @@ -37,7 +37,7 @@ "@ali/bzb-request": "2.6.1", "@ali/lib-mtop": "^2.5.1", "@ali/lowcode-datasource-engine": "^1.0.22", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@ali/ui-table": "^1.0.1-beta.6", "classnames": "^2.2.6", "debug": "^4.1.1", diff --git a/packages/rax-simulator-renderer/CHANGELOG.md b/packages/rax-simulator-renderer/CHANGELOG.md index 1a1ef06e2..20762f9d1 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index 9d6688c55..5b958970d 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.28-beta.1", + "version": "1.0.28-beta.2", "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.28-beta.1", - "@ali/lowcode-rax-renderer": "^1.0.28-beta.1", - "@ali/lowcode-types": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-designer": "^1.0.28-beta.2", + "@ali/lowcode-rax-renderer": "^1.0.28-beta.2", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@ali/recore-rax": "^1.2.4", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", diff --git a/packages/react-renderer/CHANGELOG.md b/packages/react-renderer/CHANGELOG.md index dca68f862..5aa6d2231 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 397462d5b..850e3116d 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.28-beta.1", + "version": "1.0.28-beta.2", "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 25a429918..bbc795a5c 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index cc00156e9..88f6cb996 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.28-beta.1", + "version": "1.0.28-beta.2", "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.28-beta.1", - "@ali/lowcode-react-renderer": "^1.0.28-beta.1", - "@ali/lowcode-types": "^1.0.28-beta.1", - "@ali/lowcode-utils": "^1.0.28-beta.1", + "@ali/lowcode-designer": "^1.0.28-beta.2", + "@ali/lowcode-react-renderer": "^1.0.28-beta.2", + "@ali/lowcode-types": "^1.0.28-beta.2", + "@ali/lowcode-utils": "^1.0.28-beta.2", "@ali/vu-css-style": "^1.0.2", "@recore/obx": "^1.0.8", "@recore/obx-react": "^1.0.7", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a33017e7f..c9bb0978a 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/types/package.json b/packages/types/package.json index 4c5c4bb98..373d0c84d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.28-beta.1", + "version": "1.0.28-beta.2", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ad8c189c2..cf9650970 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.28-beta.2](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.28-beta.1...v1.0.28-beta.2) (2021-01-04) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [1.0.28-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.27...v1.0.28-beta.1) (2021-01-04) diff --git a/packages/utils/package.json b/packages/utils/package.json index 1ddf552ee..2a057ef87 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.28-beta.1", + "version": "1.0.28-beta.2", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^1.0.28-beta.1", + "@ali/lowcode-types": "^1.0.28-beta.2", "@alifd/next": "^1.19.16", "lodash.get": "^4.4.2", "react": "^16"