From 2138846707b428ae66026a13f0ed74848798cfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Thu, 14 Jan 2021 18:04:03 +0800 Subject: [PATCH] chore(release): publish 1.0.30 --- 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 d8a3d3787..888d80db3 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package undefined + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/lerna.json b/lerna.json index 01eed81f6..18e3232cf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.11.0", - "version": "1.0.30-beta.17", + "version": "1.0.30", "npmClient": "tyarn", "registry": "http://registry.npm.alibaba-inc.com", "useWorkspaces": true, diff --git a/packages/designer/CHANGELOG.md b/packages/designer/CHANGELOG.md index deb0c1778..b2040d91f 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-designer + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/designer/package.json b/packages/designer/package.json index 565cb617b..7c8b0e838 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-designer", - "version": "1.0.30-beta.17", + "version": "1.0.30", "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.30-beta.17", - "@ali/lowcode-types": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "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 1c06686dd..d87aad333 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-core + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 6e136ef6f..4e3335ef9 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.30-beta.17", + "version": "1.0.30", "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.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 ea9524ea3..a008ca4d7 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-general + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/editor-preset-general/package.json b/packages/editor-preset-general/package.json index 341eff42a..47a3b89a0 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.30-beta.17", + "version": "1.0.30", "description": "Ali General Editor Preset", "main": "lib/index.js", "files": [ @@ -14,12 +14,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-editor-core": "^1.0.30-beta.17", - "@ali/lowcode-editor-skeleton": "^1.0.30-beta.17", - "@ali/lowcode-plugin-designer": "^1.0.30-beta.17", - "@ali/lowcode-plugin-outline-pane": "^1.0.30-beta.17", - "@ali/lowcode-types": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-editor-skeleton": "^1.0.30", + "@ali/lowcode-plugin-designer": "^1.0.30", + "@ali/lowcode-plugin-outline-pane": "^1.0.30", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 93f4b1a53..50cb13002 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-preset-vision + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/editor-preset-vision/package.json b/packages/editor-preset-vision/package.json index c94366550..d507eed2c 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.30-beta.17", + "version": "1.0.30", "description": "Preset Vision for AliLowCode engine", "main": "lib/index.js", "private": true, @@ -18,13 +18,13 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.30-beta.17", - "@ali/lowcode-editor-core": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.30", "@ali/lowcode-editor-setters": "^1.0.22", - "@ali/lowcode-editor-skeleton": "^1.0.30-beta.17", - "@ali/lowcode-plugin-designer": "^1.0.30-beta.17", - "@ali/lowcode-plugin-outline-pane": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-editor-skeleton": "^1.0.30", + "@ali/lowcode-plugin-designer": "^1.0.30", + "@ali/lowcode-plugin-outline-pane": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 ba5c49a1f..2a8a959f4 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-editor-skeleton + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 99845e7d4..c56fd3bd4 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.30-beta.17", + "version": "1.0.30", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ "editor" ], "dependencies": { - "@ali/lowcode-designer": "^1.0.30-beta.17", - "@ali/lowcode-editor-core": "^1.0.30-beta.17", - "@ali/lowcode-types": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 1bf8d051e..10573c373 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-engine + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/engine/package.json b/packages/engine/package.json index 6e37635ad..8d64deb0b 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-engine", - "version": "1.0.30-beta.17", + "version": "1.0.30", "description": "Universal API for AliLowCode engine", "main": "lib/engine.js", "module": "es/engine.js", @@ -18,12 +18,12 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.30-beta.17", - "@ali/lowcode-editor-core": "^1.0.30-beta.17", - "@ali/lowcode-editor-skeleton": "^1.0.30-beta.17", - "@ali/lowcode-plugin-designer": "^1.0.30-beta.17", - "@ali/lowcode-plugin-outline-pane": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-editor-skeleton": "^1.0.30", + "@ali/lowcode-plugin-designer": "^1.0.30", + "@ali/lowcode-plugin-outline-pane": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 c3f3c73a3..1551a54d7 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-ignitor + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 046022af3..942392348 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-ignitor", - "version": "1.0.30-beta.17", + "version": "1.0.30", "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 cc5906198..2d56cb345 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-designer + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 8812b818a..7a714dca5 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.30-beta.17", + "version": "1.0.30", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -20,8 +20,8 @@ ], "author": "xiayang.xy", "dependencies": { - "@ali/lowcode-designer": "^1.0.30-beta.17", - "@ali/lowcode-editor-core": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.30", "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 778f40b04..15bc9d636 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-plugin-outline-pane + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index f1d3137dd..aa411d5ba 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.30-beta.17", + "version": "1.0.30", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -14,10 +14,10 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-designer": "^1.0.30-beta.17", - "@ali/lowcode-editor-core": "^1.0.30-beta.17", - "@ali/lowcode-types": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 a6279ca70..36003d21a 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-renderer + + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) @@ -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.30-beta.16](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.14...v1.0.30-beta.16) (2021-01-14) diff --git a/packages/rax-renderer/package.json b/packages/rax-renderer/package.json index f106fea70..aa8a0015a 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.30-beta.17", + "version": "1.0.30", "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.30-beta.17", + "@ali/lowcode-utils": "^1.0.30", "@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 aca8ee5a5..58fc3af83 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-rax-simulator-renderer + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index 8e6e3b7e4..b55426f90 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.30-beta.17", + "version": "1.0.30", "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.30-beta.17", - "@ali/lowcode-rax-renderer": "^1.0.30-beta.17", - "@ali/lowcode-types": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-rax-renderer": "^1.0.30", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 684bb6eda..baa18532d 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-react-renderer + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 8c9defb78..8eaa09858 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.30-beta.17", + "version": "1.0.30", "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 1d6accdb7..a90277104 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-react-simulator-renderer + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index cb76da121..f65df3a81 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.30-beta.17", + "version": "1.0.30", "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.30-beta.17", - "@ali/lowcode-react-renderer": "^1.0.30-beta.17", - "@ali/lowcode-types": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-react-renderer": "^1.0.30", + "@ali/lowcode-types": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@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 a57edd56e..e48111279 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-types + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/types/package.json b/packages/types/package.json index 6612a18f8..02a1b35e5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-types", - "version": "1.0.30-beta.17", + "version": "1.0.30", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 97a2156b0..4c0c3ede8 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-utils + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/utils/package.json b/packages/utils/package.json index 9c6106c8c..11fe23fdf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-utils", - "version": "1.0.30-beta.17", + "version": "1.0.30", "description": "Utils for Ali lowCode engine", "files": [ "es", @@ -14,7 +14,7 @@ "test:snapshot": "ava --update-snapshots" }, "dependencies": { - "@ali/lowcode-types": "^1.0.30-beta.17", + "@ali/lowcode-types": "^1.0.30", "@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 6e114cb97..f70646ce6 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.30](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.17...v1.0.30) (2021-01-14) + + + + +**Note:** Version bump only for package @ali/lowcode-vision-polyfill + ## [1.0.30-beta.17](https://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/compare/v1.0.30-beta.16...v1.0.30-beta.17) (2021-01-14) diff --git a/packages/vision-polyfill/package.json b/packages/vision-polyfill/package.json index d3b600424..a77694231 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.30-beta.17", + "version": "1.0.30", "description": "Vision Polyfill for Ali lowCode engine", "main": "lib/index.js", "files": [ @@ -17,10 +17,10 @@ }, "license": "MIT", "dependencies": { - "@ali/lowcode-designer": "^1.0.30-beta.17", - "@ali/lowcode-editor-core": "^1.0.30-beta.17", - "@ali/lowcode-editor-skeleton": "^1.0.30-beta.17", - "@ali/lowcode-utils": "^1.0.30-beta.17", + "@ali/lowcode-designer": "^1.0.30", + "@ali/lowcode-editor-core": "^1.0.30", + "@ali/lowcode-editor-skeleton": "^1.0.30", + "@ali/lowcode-utils": "^1.0.30", "@ali/ve-i18n-util": "^2.0.0", "@ali/ve-icons": "^4.1.9", "@ali/ve-less-variables": "2.0.3",