From 71b55298efcabc5995211b38ce0dc90b6f570229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Fri, 29 Jan 2021 10:00:16 +0800 Subject: [PATCH] chore(release): publish 1.0.33 --- CHANGELOG.md | 8 ++++++++ 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/engine/CHANGELOG.md | 8 ++++++++ packages/engine/package.json | 14 +++++++------- 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 ++-- packages/vision-polyfill/CHANGELOG.md | 8 ++++++++ packages/vision-polyfill/package.json | 10 +++++----- 34 files changed, 202 insertions(+), 66 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642eb8dcb..2258607de 100644 --- a/CHANGELOG.md +++ b/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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package undefined + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/lerna.json b/lerna.json index 2b0037793..a4df24679 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "1.0.33-beta.1", + "version": "1.0.33", "npmClient": "tyarn", "registry": "http://registry.npm.alibaba-inc.com", "useWorkspaces": true, diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index 1f499b2e2..daa9a130c 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-designer + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/designer/package.json b/packages/designer/package.json index c658d3682..22ecf2a5f 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.33-beta.1", + "version": "1.0.33", "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.33-beta.1", - "@ali/lowcode-types": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-editor-core": "^1.0.33", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "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 a54fc14a4..3bfc995aa 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index d91a3b5a3..e284780e3 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.33-beta.1", + "version": "1.0.33", "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.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@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 89f0c746d..f88e51fdd 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index 7737626a1..f3c9a3551 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.33-beta.1", + "version": "1.0.33", "description": "Ali General Editor Preset", "main": "lib/index.js", "private": true, @@ -15,12 +15,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.33-beta.1", - "@ali/lowcode-editor-skeleton": "^1.0.33-beta.1", - "@ali/lowcode-plugin-designer": "^1.0.33-beta.1", - "@ali/lowcode-plugin-outline-pane": "^1.0.33-beta.1", - "@ali/lowcode-types": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-editor-core": "^1.0.33", + "@ali/lowcode-editor-skeleton": "^1.0.33", + "@ali/lowcode-plugin-designer": "^1.0.33", + "@ali/lowcode-plugin-outline-pane": "^1.0.33", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@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 057de8d83..8c7d34e11 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index f845e5569..31f8be5d4 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.33-beta.1", + "version": "1.0.33", "description": "Preset Vision for AliLowCode engine", "main": "lib/index.js", "private": true, @@ -18,13 +18,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.33-beta.1", - "@ali/lowcode-editor-core": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-editor-core": "^1.0.33", "@ali/lowcode-editor-setters": "1.0.30", - "@ali/lowcode-editor-skeleton": "^1.0.33-beta.1", - "@ali/lowcode-plugin-designer": "^1.0.33-beta.1", - "@ali/lowcode-plugin-outline-pane": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-editor-skeleton": "^1.0.33", + "@ali/lowcode-plugin-designer": "^1.0.33", + "@ali/lowcode-plugin-outline-pane": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@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 60d1570b8..1c795f7a1 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 486dab526..5286c7a60 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.33-beta.1", + "version": "1.0.33", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.33-beta.1", - "@ali/lowcode-editor-core": "^1.0.33-beta.1", - "@ali/lowcode-types": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-editor-core": "^1.0.33", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@ali/ve-icons": "latest", "@ali/ve-less-variables": "^2.0.0", "@alifd/next": "^1.20.12", diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index 5a14220e3..6b47953c3 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-engine + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/engine/package.json b/packages/engine/package.json index c61ff4781..1ba675605 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-engine", - "version": "1.0.33-beta.1", + "version": "1.0.33", "description": "Universal API for AliLowCode engine", "main": "lib/engine.js", "module": "es/engine.js", @@ -18,13 +18,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.33-beta.1", - "@ali/lowcode-editor-core": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-editor-core": "^1.0.33", "@ali/lowcode-editor-setters": "1.0.30", - "@ali/lowcode-editor-skeleton": "^1.0.33-beta.1", - "@ali/lowcode-plugin-designer": "^1.0.33-beta.1", - "@ali/lowcode-plugin-outline-pane": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-editor-skeleton": "^1.0.33", + "@ali/lowcode-plugin-designer": "^1.0.33", + "@ali/lowcode-plugin-outline-pane": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3", diff --git a/packages/ignitor/CHANGELOG.md b/packages/ignitor/CHANGELOG.md index e4e2dd1eb..d58eb7e15 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-ignitor + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index a69d00637..a7daf5d12 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-ignitor", - "version": "1.0.33-beta.1", + "version": "1.0.33", "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 055dc61dd..23dc5c500 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 907c77f69..72a87da96 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.33-beta.1", + "version": "1.0.33", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.33-beta.1", - "@ali/lowcode-editor-core": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-editor-core": "^1.0.33", "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 f387c3e3d..cc5216bc0 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index c37aa528c..0d189e9e9 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.33-beta.1", + "version": "1.0.33", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.33-beta.1", - "@ali/lowcode-editor-core": "^1.0.33-beta.1", - "@ali/lowcode-types": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-editor-core": "^1.0.33", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@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 8da602582..d0073557d 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) @@ -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.33-beta.0](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.32...v1.0.33-beta.0) (2021-01-28) diff --git a/packages/rax-renderer/package.json b/packages/rax-renderer/package.json index b1956aeb5..30e5859b1 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.33-beta.1", + "version": "1.0.33", "description": "Rax renderer for Ali lowCode engine", "main": "lib/index.js", "module": "lib/index.js", @@ -36,7 +36,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.33-beta.1", + "@ali/lowcode-utils": "^1.0.33", "@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 6d9ebbc3d..8bd7b5ff8 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index f29d08ecf..e4b720aa4 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.33-beta.1", + "version": "1.0.33", "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.33-beta.1", - "@ali/lowcode-rax-renderer": "^1.0.33-beta.1", - "@ali/lowcode-types": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-rax-renderer": "^1.0.33", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@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 0667bc767..20611dad1 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 41e8e006c..9a9b10806 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.33-beta.1", + "version": "1.0.33", "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 9939efb67..659e51423 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 334c54fb0..fde4d6376 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.33-beta.1", + "version": "1.0.33", "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.33-beta.1", - "@ali/lowcode-react-renderer": "^1.0.33-beta.1", - "@ali/lowcode-types": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-react-renderer": "^1.0.33", + "@ali/lowcode-types": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@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 db18d722f..e9d999e1b 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/types/package.json b/packages/types/package.json index 703d409ad..f747e79ca 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.33-beta.1", + "version": "1.0.33", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a42071da7..7f68c28e2 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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/utils/package.json b/packages/utils/package.json index 07fe33fa3..5a7ca543e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.33-beta.1", + "version": "1.0.33", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^1.0.33-beta.1", + "@ali/lowcode-types": "^1.0.33", "@alifd/next": "^1.19.16", "lodash.get": "^4.4.2", "react": "^16" diff --git a/packages/vision-polyfill/CHANGELOG.md b/packages/vision-polyfill/CHANGELOG.md index 1954f71d4..feb625029 100644 --- a/packages/vision-polyfill/CHANGELOG.md +++ b/packages/vision-polyfill/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.33](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.1...v1.0.33) (2021-01-29) + + + + +**Note:** Version bump only for package @ali/lowcode-vision-polyfill + ## [1.0.33-beta.1](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.33-beta.0...v1.0.33-beta.1) (2021-01-28) diff --git a/packages/vision-polyfill/package.json b/packages/vision-polyfill/package.json index 3567bcee3..b782e0a19 100644 --- a/packages/vision-polyfill/package.json +++ b/packages/vision-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-vision-polyfill", - "version": "1.0.33-beta.1", + "version": "1.0.33", "description": "Vision Polyfill for Ali lowCode engine", "main": "lib/index.js", "files": [ @@ -17,10 +17,10 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.33-beta.1", - "@ali/lowcode-editor-core": "^1.0.33-beta.1", - "@ali/lowcode-editor-skeleton": "^1.0.33-beta.1", - "@ali/lowcode-utils": "^1.0.33-beta.1", + "@ali/lowcode-designer": "^1.0.33", + "@ali/lowcode-editor-core": "^1.0.33", + "@ali/lowcode-editor-skeleton": "^1.0.33", + "@ali/lowcode-utils": "^1.0.33", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3",