From 0a88932b3c7531ed4039183b160bb7e885006ec7 Mon Sep 17 00:00:00 2001 From: milo-j Date: Thu, 21 Nov 2024 15:17:48 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BE=9D=E8=B5=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 1 - package.json | 8 ++++---- packages/engine/package.json | 10 +++++----- packages/react-simulator-renderer/package.json | 2 +- packages/renderer-core/package.json | 4 ++-- packages/shell/package.json | 9 +++++---- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lerna.json b/lerna.json index 7fad993f66..1ac377029b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,6 @@ "lerna": "4.0.0", "version": "1.3.2", "npmClient": "yarn", - "useWorkspaces": true, "packages": [ "packages/*" ], diff --git a/package.json b/package.json index 213bbc1c45..ce4c4daf04 100644 --- a/package.json +++ b/package.json @@ -44,22 +44,22 @@ } }, "devDependencies": { + "lerna": "^8.1.9", "del": "^6.1.1", "execa": "^5.1.1", - "f2elint": "^2.0.1", + "f2elint": "^4.9.0", "gulp": "^4.0.2", "husky": "^7.0.4", - "lerna": "^4.0.0", "typescript": "4.6.2", "yarn": "^1.22.17", "rimraf": "^3.0.2", "@types/react-router": "5.1.18", "@alilc/build-plugin-lce": "^0.0.5", - "babel-jest": "^26.5.2", + "babel-jest": "^29.7.0", "@alilc/lowcode-test-mate": "^1.0.1" }, "engines": { - "node": ">=14.17.0 <18" + "node": ">=14.17.0 <20" }, "tnpm": { "mode": "yarn", diff --git a/packages/engine/package.json b/packages/engine/package.json index 23b3521213..ea84dd6607 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -12,7 +12,7 @@ "scripts": { "start": "build-scripts start", "version:update": "node ./scripts/version.js", - "build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build", + "build": "set NODE_OPTIONS=--max_old_space_size=8192 build-scripts build", "build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json", "test": "build-scripts test --config build.test.json --jest-passWithNoTests" }, @@ -29,16 +29,16 @@ "@alilc/lowcode-shell": "1.3.2", "@alilc/lowcode-utils": "1.3.2", "@alilc/lowcode-workspace": "1.3.2", - "react": "^16.8.1", - "react-dom": "^16.8.1" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@alifd/theme-lowcode-dark": "^0.2.0", "@alifd/theme-lowcode-light": "^0.2.0", "@types/domready": "^1.0.0", - "@types/react": "^16.8.3", - "@types/react-dom": "^16.8.2", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "build-plugin-fusion": "0.1.17-beta.0", "build-plugin-moment-locales": "^0.1.0", "build-plugin-react-app": "^1.8.0", diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 3c3950a124..2ac1324d90 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -12,7 +12,7 @@ ], "scripts": { "test": "build-scripts test --config build.test.json", - "build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build", + "build": "set NODE_OPTIONS=--max_old_space_size=8192 build-scripts build", "build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json", "test:cov": "build-scripts test --config build.test.json --jest-coverage" }, diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 199eac1cac..71f6cb5692 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -43,9 +43,9 @@ "@types/prop-types": "^15.7.3", "@types/react-is": "^17.0.3", "@types/react-test-renderer": "^17.0.1", - "jest": "^26.6.3", + "jest": "^29.7.0", "react-test-renderer": "^17.0.2", - "ts-jest": "^26.5.0" + "ts-jest": "^29.2.5" }, "publishConfig": { "access": "public", diff --git a/packages/shell/package.json b/packages/shell/package.json index c2b62e2270..089ea02c13 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -13,6 +13,7 @@ }, "license": "MIT", "dependencies": { + "@alifd/next": "1.26.37", "@alilc/lowcode-designer": "1.3.2", "@alilc/lowcode-editor-core": "1.3.2", "@alilc/lowcode-editor-skeleton": "1.3.2", @@ -22,8 +23,8 @@ "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", - "react": "^16", - "react-dom": "^16.7.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.29", @@ -33,8 +34,8 @@ "@types/lodash": "^4.14.165", "@types/medium-editor": "^5.0.3", "@types/node": "^13.7.1", - "@types/react": "^16", - "@types/react-dom": "^16", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "jest": "^26.6.3", "lodash": "^4.17.20", "moment": "^2.29.1", From 67f878fe0ffd302ac9f47a908718a70e25555fe2 Mon Sep 17 00:00:00 2001 From: milo-j Date: Thu, 21 Nov 2024 16:58:01 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E5=8D=87=E7=BA=A7react=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 8 ++- packages/designer/package.json | 8 +-- packages/editor-core/package.json | 8 +-- packages/editor-skeleton/package.json | 8 +-- packages/engine/package.json | 3 +- packages/plugin-designer/package.json | 8 +-- packages/plugin-outline-pane/package.json | 8 +-- packages/react-renderer/package.json | 4 +- .../react-simulator-renderer/package.json | 8 +-- packages/types/package.json | 4 +- packages/utils/package.json | 6 +-- packages/workspace/package.json | 8 +-- scripts/setup.js | 54 ++++++++++++++++--- 13 files changed, 88 insertions(+), 47 deletions(-) diff --git a/lerna.json b/lerna.json index 1ac377029b..6767b9fc05 100644 --- a/lerna.json +++ b/lerna.json @@ -6,11 +6,9 @@ "packages/*" ], "command": { - "bootstrap": { - "npmClientArgs": [ - "--no-package-lock" - ] - }, + "link": { + "npmClientArgs": ["--no-package-lock"] + }, "version": { "allowBranch": [ "master", diff --git a/packages/designer/package.json b/packages/designer/package.json index 97256d3a21..93e17b8f01 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -19,8 +19,8 @@ "@alilc/lowcode-types": "1.3.2", "@alilc/lowcode-utils": "1.3.2", "classnames": "^2.2.6", - "react": "^16", - "react-dom": "^16.7.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "ric-shim": "^1.0.1", "semver": "^7.3.5" }, @@ -34,8 +34,8 @@ "@types/lodash": "^4.14.165", "@types/medium-editor": "^5.0.3", "@types/node": "^13.7.1", - "@types/react": "^16", - "@types/react-dom": "^16", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "@types/semver": "7.3.9", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 55f6d50c39..1e226719fc 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -25,8 +25,8 @@ "mobx": "^6.3.0", "mobx-react": "^7.2.0", "power-di": "^2.2.4", - "react": "^16", - "react-dom": "^16.7.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "store": "^2.0.12" }, "devDependencies": { @@ -35,8 +35,8 @@ "@types/classnames": "^2.2.7", "@types/lodash.get": "^4.4.6", "@types/node": "^13.7.1", - "@types/react": "^16", - "@types/react-dom": "^16", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "@types/store": "^2.0.2", "build-plugin-fusion": "^0.1.0", "build-plugin-moment-locales": "^0.1.0" diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 63aab7e48b..8627f988b3 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -24,13 +24,13 @@ "@alilc/lowcode-types": "1.3.2", "@alilc/lowcode-utils": "1.3.2", "classnames": "^2.2.6", - "react": "^16.8.1", - "react-dom": "^16.8.1" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", - "@types/react": "^16.9.13", - "@types/react-dom": "^16.9.4", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "build-plugin-fusion": "^0.1.0", "build-plugin-moment-locales": "^0.1.0" }, diff --git a/packages/engine/package.json b/packages/engine/package.json index ea84dd6607..f1b29944ae 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -12,9 +12,10 @@ "scripts": { "start": "build-scripts start", "version:update": "node ./scripts/version.js", - "build": "set NODE_OPTIONS=--max_old_space_size=8192 build-scripts build", + "build": "build-scripts build", "build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json", "test": "build-scripts test --config build.test.json --jest-passWithNoTests" + }, "license": "MIT", "dependencies": { diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index ac25097c78..73c9b3d2bb 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -21,13 +21,13 @@ "@alilc/lowcode-designer": "1.3.2", "@alilc/lowcode-editor-core": "1.3.2", "@alilc/lowcode-utils": "1.3.2", - "react": "^16.8.1", - "react-dom": "^16.8.1" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", - "@types/react": "^16.9.13", - "@types/react-dom": "^16.9.4" + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1" }, "publishConfig": { "access": "public", diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index f50f71cbfe..13d4ab30cc 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -16,16 +16,16 @@ "@alilc/lowcode-types": "1.3.2", "@alilc/lowcode-utils": "1.3.2", "classnames": "^2.2.6", - "react": "^16", - "react-dom": "^16.7.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "ric-shim": "^1.0.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@types/classnames": "^2.2.7", "@types/node": "^13.7.1", - "@types/react": "^16", - "@types/react-dom": "^16", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "build-plugin-fusion": "^0.1.1", "build-plugin-moment-locales": "^0.1.0" }, diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 625801bc25..1ce7d0df44 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -29,8 +29,8 @@ "@alifd/next": "^1.19.17", "build-plugin-fusion": "^0.1.0", "build-plugin-moment-locales": "^0.1.0", - "react": "^16.4.1", - "react-dom": "^16.4.1", + "react": "^18.3.1", + "react-dom": "^18.3.1", "react-test-renderer": "^16" }, "publishConfig": { diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 2ac1324d90..0696ced978 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -24,15 +24,15 @@ "classnames": "^2.2.6", "mobx": "^6.3.0", "mobx-react": "^7.2.0", - "react": "^16", - "react-dom": "^16.7.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@types/classnames": "^2.2.7", "@types/node": "^13.7.1", - "@types/react": "^16", - "@types/react-dom": "^16", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "@types/react-router": "5.1.18" }, "publishConfig": { diff --git a/packages/types/package.json b/packages/types/package.json index 5651d427d4..af7902fc68 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -13,13 +13,13 @@ }, "dependencies": { "@alilc/lowcode-datasource-types": "^1.0.0", - "react": "^16.9", + "react": "^18.3.1", "strict-event-emitter-types": "^2.0.0" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@types/node": "^13.7.1", - "@types/react": "^16" + "@types/react": "^18.3.12" }, "publishConfig": { "access": "public", diff --git a/packages/utils/package.json b/packages/utils/package.json index 60605d81e7..3a57e7fa0c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -18,15 +18,15 @@ "lodash": "^4.17.21", "mobx": "^6.3.0", "prop-types": "^15.8.1", - "react": "^16" + "react": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^11.2.7", "@types/node": "^13.7.1", - "@types/react": "^16", - "react-dom": "^16.14.0" + "@types/react": "^18.3.12", + "react-dom": "^18.3.1" }, "publishConfig": { "access": "public", diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 778b8167f8..2f7106431f 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -23,8 +23,8 @@ "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", - "react": "^16", - "react-dom": "^16.7.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.29", @@ -34,8 +34,8 @@ "@types/lodash": "^4.14.165", "@types/medium-editor": "^5.0.3", "@types/node": "^13.7.1", - "@types/react": "^16", - "@types/react-dom": "^16", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "jest": "^26.6.3", "lodash": "^4.17.20", "moment": "^2.29.1", diff --git a/scripts/setup.js b/scripts/setup.js index 77da2291f4..a41bb76c71 100644 --- a/scripts/setup.js +++ b/scripts/setup.js @@ -4,23 +4,65 @@ const del = require('del'); const gulp = require('gulp'); const execa = require('execa'); +// 删除根目录的锁文件 async function deleteRootDirLockFile() { - await del('package-lock.json'); - await del('yarn.lock'); + console.log('Deleting root lock files...'); + await del(['package-lock.json', 'yarn.lock']); } +// 清理子包的 `node_modules` async function clean() { + console.log('Cleaning packages...'); await execa.command('lerna clean -y', { stdio: 'inherit', encoding: 'utf-8' }); } +// 删除子包中的锁文件 async function deletePackagesDirLockFile() { + console.log('Deleting package lock files in packages...'); await del('packages/**/package-lock.json'); } -async function bootstrap() { - await execa.command('lerna bootstrap --force-local', { stdio: 'inherit', encoding: 'utf-8' }); +// 安装依赖并链接子包 +async function installDependencies() { + console.log('Installing dependencies...'); + const useYarn = await checkIfYarn(); + if (useYarn) { + await execa.command('yarn install', { stdio: 'inherit', encoding: 'utf-8' }); + } else { + await execa.command('npm install', { stdio: 'inherit', encoding: 'utf-8' }); + } } -const setup = gulp.series(deleteRootDirLockFile, clean, deletePackagesDirLockFile, bootstrap); +// 检查是否使用 Yarn +async function checkIfYarn() { + try { + await execa.command('yarn --version'); + return true; + } catch (e) { + return false; + } +} + +// 跨平台调用 setup 脚本或执行任务 +async function executeSetup() { + console.log('Setting up project...'); + if (os.type() === 'Windows_NT') { + // 执行 gulp 任务链 + const setup = gulp.series( + deleteRootDirLockFile, + clean, + deletePackagesDirLockFile, + installDependencies + ); + await setup(); + } else { + // 调用 Linux/Mac 专用脚本 + await execa.command('bash scripts/setup.sh', { stdio: 'inherit', encoding: 'utf-8' }); + } +} -os.type() === 'Windows_NT' ? setup() : execa.command('scripts/setup.sh', { stdio: 'inherit', encoding: 'utf-8' }); \ No newline at end of file +// 执行脚本 +executeSetup().catch((err) => { + console.error('Setup failed:', err); + process.exit(1); +}); From 6ed27143f28ac6248b53fb7f0be8287f965518c1 Mon Sep 17 00:00:00 2001 From: milo-j Date: Thu, 21 Nov 2024 17:42:04 +0800 Subject: [PATCH 3/8] chore(release): publish 1.3.3 --- lerna.json | 12 ++++++----- packages/designer/package.json | 8 +++---- packages/editor-core/package.json | 6 +++--- packages/editor-skeleton/package.json | 10 ++++----- packages/engine/package.json | 21 +++++++++---------- packages/ignitor/package.json | 2 +- packages/plugin-command/package.json | 6 +++--- packages/plugin-designer/package.json | 8 +++---- packages/plugin-outline-pane/package.json | 6 +++--- packages/react-renderer/package.json | 4 ++-- .../react-simulator-renderer/package.json | 12 +++++------ packages/renderer-core/package.json | 8 +++---- packages/shell/package.json | 14 ++++++------- packages/types/package.json | 2 +- packages/utils/package.json | 4 ++-- packages/workspace/package.json | 12 +++++------ 16 files changed, 68 insertions(+), 67 deletions(-) diff --git a/lerna.json b/lerna.json index 6767b9fc05..22e2f8b762 100644 --- a/lerna.json +++ b/lerna.json @@ -1,14 +1,16 @@ { "lerna": "4.0.0", - "version": "1.3.2", + "version": "1.3.3", "npmClient": "yarn", "packages": [ "packages/*" ], "command": { - "link": { - "npmClientArgs": ["--no-package-lock"] - }, + "link": { + "npmClientArgs": [ + "--no-package-lock" + ] + }, "version": { "allowBranch": [ "master", @@ -30,4 +32,4 @@ "conventionalCommits": true } } -} +} \ No newline at end of file diff --git a/packages/designer/package.json b/packages/designer/package.json index 93e17b8f01..d42a82ce77 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-designer", - "version": "1.3.2", + "version": "1.3.3", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -15,9 +15,9 @@ }, "license": "MIT", "dependencies": { - "@alilc/lowcode-editor-core": "1.3.2", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-editor-core": "1.3.3", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 1e226719fc..883a45d47a 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-editor-core", - "version": "1.3.2", + "version": "1.3.3", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "debug": "^4.1.1", "intl-messageformat": "^9.3.1", diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 8627f988b3..c908a57f0f 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-editor-skeleton", - "version": "1.3.2", + "version": "1.3.3", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ ], "dependencies": { "@alifd/next": "^1.20.12", - "@alilc/lowcode-designer": "1.3.2", - "@alilc/lowcode-editor-core": "1.3.2", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-editor-core": "1.3.3", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/packages/engine/package.json b/packages/engine/package.json index f1b29944ae..8d368edeea 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-engine", - "version": "1.3.2", + "version": "1.3.3", "description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -15,21 +15,20 @@ "build": "build-scripts build", "build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json", "test": "build-scripts test --config build.test.json --jest-passWithNoTests" - }, "license": "MIT", "dependencies": { "@alifd/next": "^1.19.12", - "@alilc/lowcode-designer": "1.3.2", - "@alilc/lowcode-editor-core": "1.3.2", - "@alilc/lowcode-editor-skeleton": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-editor-core": "1.3.3", + "@alilc/lowcode-editor-skeleton": "1.3.3", "@alilc/lowcode-engine-ext": "^1.0.0", - "@alilc/lowcode-plugin-command": "1.3.2", - "@alilc/lowcode-plugin-designer": "1.3.2", - "@alilc/lowcode-plugin-outline-pane": "1.3.2", - "@alilc/lowcode-shell": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", - "@alilc/lowcode-workspace": "1.3.2", + "@alilc/lowcode-plugin-command": "1.3.3", + "@alilc/lowcode-plugin-designer": "1.3.3", + "@alilc/lowcode-plugin-outline-pane": "1.3.3", + "@alilc/lowcode-shell": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-workspace": "1.3.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 0b109a7ad7..0a2436f84d 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-ignitor", - "version": "1.3.2", + "version": "1.3.3", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-command/package.json b/packages/plugin-command/package.json index 4f53e69e36..82a853ddab 100644 --- a/packages/plugin-command/package.json +++ b/packages/plugin-command/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-command", - "version": "1.3.2", + "version": "1.3.3", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", @@ -30,8 +30,8 @@ "url": "https://github.com/alibaba/lowcode-engine/issues" }, "dependencies": { - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2" + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3" }, "devDependencies": { "@alib/build-scripts": "^0.1.18" diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 73c9b3d2bb..7f01d8bcf0 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-designer", - "version": "1.3.2", + "version": "1.3.3", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -18,9 +18,9 @@ ], "author": "xiayang.xy", "dependencies": { - "@alilc/lowcode-designer": "1.3.2", - "@alilc/lowcode-editor-core": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-editor-core": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 13d4ab30cc..28e843fe62 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-outline-pane", - "version": "1.3.2", + "version": "1.3.3", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -13,8 +13,8 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 1ce7d0df44..68e21c9ea7 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-react-renderer", - "version": "1.3.2", + "version": "1.3.3", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -22,7 +22,7 @@ ], "dependencies": { "@alifd/next": "^1.21.16", - "@alilc/lowcode-renderer-core": "1.3.2" + "@alilc/lowcode-renderer-core": "1.3.3" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 0696ced978..91541fbfb6 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-react-simulator-renderer", - "version": "1.3.2", + "version": "1.3.3", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -12,15 +12,15 @@ ], "scripts": { "test": "build-scripts test --config build.test.json", - "build": "set NODE_OPTIONS=--max_old_space_size=8192 build-scripts build", + "build": "build-scripts build", "build:umd": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.umd.json", "test:cov": "build-scripts test --config build.test.json --jest-coverage" }, "dependencies": { - "@alilc/lowcode-designer": "1.3.2", - "@alilc/lowcode-react-renderer": "1.3.2", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-react-renderer": "1.3.3", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "mobx": "^6.3.0", "mobx-react": "^7.2.0", diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 71f6cb5692..08f8369c1a 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-renderer-core", - "version": "1.3.2", + "version": "1.3.3", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@alilc/lowcode-datasource-engine": "^1.0.0", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "debug": "^4.1.1", "fetch-jsonp": "^1.1.3", @@ -32,7 +32,7 @@ "devDependencies": { "@alib/build-scripts": "^0.1.18", "@alifd/next": "^1.26.0", - "@alilc/lowcode-designer": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", "@babel/plugin-transform-typescript": "^7.16.8", "@testing-library/react": "^11.2.2", "@types/classnames": "^2.2.11", diff --git a/packages/shell/package.json b/packages/shell/package.json index 089ea02c13..44195f71ec 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-shell", - "version": "1.3.2", + "version": "1.3.3", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -14,12 +14,12 @@ "license": "MIT", "dependencies": { "@alifd/next": "1.26.37", - "@alilc/lowcode-designer": "1.3.2", - "@alilc/lowcode-editor-core": "1.3.2", - "@alilc/lowcode-editor-skeleton": "1.3.2", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", - "@alilc/lowcode-workspace": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-editor-core": "1.3.3", + "@alilc/lowcode-editor-skeleton": "1.3.3", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-workspace": "1.3.3", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", diff --git a/packages/types/package.json b/packages/types/package.json index af7902fc68..2a5ec9ee5b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-types", - "version": "1.3.2", + "version": "1.3.3", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/package.json b/packages/utils/package.json index 3a57e7fa0c..6989eeef3b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-utils", - "version": "1.3.2", + "version": "1.3.3", "description": "Utils for Ali lowCode engine", "files": [ "lib", @@ -14,7 +14,7 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.2", + "@alilc/lowcode-types": "1.3.3", "lodash": "^4.17.21", "mobx": "^6.3.0", "prop-types": "^15.8.1", diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 2f7106431f..666c674297 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-workspace", - "version": "1.3.2", + "version": "1.3.3", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@alilc/lowcode-designer": "1.3.2", - "@alilc/lowcode-editor-core": "1.3.2", - "@alilc/lowcode-editor-skeleton": "1.3.2", - "@alilc/lowcode-types": "1.3.2", - "@alilc/lowcode-utils": "1.3.2", + "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-editor-core": "1.3.3", + "@alilc/lowcode-editor-skeleton": "1.3.3", + "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-utils": "1.3.3", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", From c83499b35a7edffce205b9cc1ad39d26d179a4d5 Mon Sep 17 00:00:00 2001 From: milo-j Date: Thu, 21 Nov 2024 17:46:54 +0800 Subject: [PATCH 4/8] chore(release): publish 1.3.4 --- lerna.json | 2 +- packages/designer/package.json | 10 ++++----- packages/editor-core/package.json | 8 +++---- packages/editor-skeleton/package.json | 12 +++++----- packages/engine/package.json | 22 +++++++++---------- packages/ignitor/package.json | 2 +- packages/plugin-command/package.json | 9 ++++---- packages/plugin-designer/package.json | 10 ++++----- packages/plugin-outline-pane/package.json | 8 +++---- packages/react-renderer/package.json | 6 ++--- .../react-simulator-renderer/package.json | 12 +++++----- packages/renderer-core/package.json | 10 ++++----- packages/shell/package.json | 16 +++++++------- packages/types/package.json | 4 ++-- packages/utils/package.json | 6 ++--- packages/workspace/package.json | 14 ++++++------ 16 files changed, 76 insertions(+), 75 deletions(-) diff --git a/lerna.json b/lerna.json index 22e2f8b762..517752daa5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.3.3", + "version": "1.3.4", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/designer/package.json b/packages/designer/package.json index d42a82ce77..dc8d6f6f80 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-designer", - "version": "1.3.3", + "version": "1.3.4", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -15,9 +15,9 @@ }, "license": "MIT", "dependencies": { - "@alilc/lowcode-editor-core": "1.3.3", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-editor-core": "1.3.4", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -52,7 +52,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 883a45d47a..f4ee211730 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-editor-core", - "version": "1.3.3", + "version": "1.3.4", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "debug": "^4.1.1", "intl-messageformat": "^9.3.1", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index c908a57f0f..723cced873 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-editor-skeleton", - "version": "1.3.3", + "version": "1.3.4", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ ], "dependencies": { "@alifd/next": "^1.20.12", - "@alilc/lowcode-designer": "1.3.3", - "@alilc/lowcode-editor-core": "1.3.3", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-editor-core": "1.3.4", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1" @@ -42,7 +42,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/engine/package.json b/packages/engine/package.json index 8d368edeea..6ba62fdd1e 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-engine", - "version": "1.3.3", + "version": "1.3.4", "description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -19,16 +19,16 @@ "license": "MIT", "dependencies": { "@alifd/next": "^1.19.12", - "@alilc/lowcode-designer": "1.3.3", - "@alilc/lowcode-editor-core": "1.3.3", - "@alilc/lowcode-editor-skeleton": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-editor-core": "1.3.4", + "@alilc/lowcode-editor-skeleton": "1.3.4", "@alilc/lowcode-engine-ext": "^1.0.0", - "@alilc/lowcode-plugin-command": "1.3.3", - "@alilc/lowcode-plugin-designer": "1.3.3", - "@alilc/lowcode-plugin-outline-pane": "1.3.3", - "@alilc/lowcode-shell": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", - "@alilc/lowcode-workspace": "1.3.3", + "@alilc/lowcode-plugin-command": "1.3.4", + "@alilc/lowcode-plugin-designer": "1.3.4", + "@alilc/lowcode-plugin-outline-pane": "1.3.4", + "@alilc/lowcode-shell": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-workspace": "1.3.4", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -54,7 +54,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 0a2436f84d..36bac227d5 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-ignitor", - "version": "1.3.3", + "version": "1.3.4", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-command/package.json b/packages/plugin-command/package.json index 82a853ddab..209fd18ef8 100644 --- a/packages/plugin-command/package.json +++ b/packages/plugin-command/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-command", - "version": "1.3.3", + "version": "1.3.4", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", @@ -30,10 +30,11 @@ "url": "https://github.com/alibaba/lowcode-engine/issues" }, "dependencies": { - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3" + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4" }, "devDependencies": { "@alib/build-scripts": "^0.1.18" - } + }, + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1" } diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 7f01d8bcf0..0bb5353920 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-designer", - "version": "1.3.3", + "version": "1.3.4", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -18,9 +18,9 @@ ], "author": "xiayang.xy", "dependencies": { - "@alilc/lowcode-designer": "1.3.3", - "@alilc/lowcode-editor-core": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-editor-core": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -37,7 +37,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 28e843fe62..735eb81664 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-outline-pane", - "version": "1.3.3", + "version": "1.3.4", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -13,8 +13,8 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -38,7 +38,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 68e21c9ea7..e6aa16fbb6 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-react-renderer", - "version": "1.3.3", + "version": "1.3.4", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -22,7 +22,7 @@ ], "dependencies": { "@alifd/next": "^1.21.16", - "@alilc/lowcode-renderer-core": "1.3.3" + "@alilc/lowcode-renderer-core": "1.3.4" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", @@ -42,6 +42,6 @@ "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-renderer" }, "homepage": "https://github.com/alibaba/lowcode-engine/#readme", - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues" } diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index 91541fbfb6..cae04baaf1 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-react-simulator-renderer", - "version": "1.3.3", + "version": "1.3.4", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -17,10 +17,10 @@ "test:cov": "build-scripts test --config build.test.json --jest-coverage" }, "dependencies": { - "@alilc/lowcode-designer": "1.3.3", - "@alilc/lowcode-react-renderer": "1.3.3", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-react-renderer": "1.3.4", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "mobx": "^6.3.0", "mobx-react": "^7.2.0", @@ -43,7 +43,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-simulator-renderer" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 08f8369c1a..250022d4c0 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-renderer-core", - "version": "1.3.3", + "version": "1.3.4", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@alilc/lowcode-datasource-engine": "^1.0.0", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "debug": "^4.1.1", "fetch-jsonp": "^1.1.3", @@ -32,7 +32,7 @@ "devDependencies": { "@alib/build-scripts": "^0.1.18", "@alifd/next": "^1.26.0", - "@alilc/lowcode-designer": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", "@babel/plugin-transform-typescript": "^7.16.8", "@testing-library/react": "^11.2.2", "@types/classnames": "^2.2.11", @@ -55,7 +55,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/renderer-core" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/shell/package.json b/packages/shell/package.json index 44195f71ec..139b2539bf 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-shell", - "version": "1.3.3", + "version": "1.3.4", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -14,12 +14,12 @@ "license": "MIT", "dependencies": { "@alifd/next": "1.26.37", - "@alilc/lowcode-designer": "1.3.3", - "@alilc/lowcode-editor-core": "1.3.3", - "@alilc/lowcode-editor-skeleton": "1.3.3", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", - "@alilc/lowcode-workspace": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-editor-core": "1.3.4", + "@alilc/lowcode-editor-skeleton": "1.3.4", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-workspace": "1.3.4", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/shell" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/types/package.json b/packages/types/package.json index 2a5ec9ee5b..8ab34612a7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-types", - "version": "1.3.3", + "version": "1.3.4", "description": "Types for Ali lowCode engine", "files": [ "es", @@ -29,7 +29,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/types" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 6989eeef3b..0b0d60c2f6 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-utils", - "version": "1.3.3", + "version": "1.3.4", "description": "Utils for Ali lowCode engine", "files": [ "lib", @@ -14,7 +14,7 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.3", + "@alilc/lowcode-types": "1.3.4", "lodash": "^4.17.21", "mobx": "^6.3.0", "prop-types": "^15.8.1", @@ -36,7 +36,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 666c674297..1977b79560 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-workspace", - "version": "1.3.3", + "version": "1.3.4", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@alilc/lowcode-designer": "1.3.3", - "@alilc/lowcode-editor-core": "1.3.3", - "@alilc/lowcode-editor-skeleton": "1.3.3", - "@alilc/lowcode-types": "1.3.3", - "@alilc/lowcode-utils": "1.3.3", + "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-editor-core": "1.3.4", + "@alilc/lowcode-editor-skeleton": "1.3.4", + "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-utils": "1.3.4", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/workspace" }, - "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", + "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } From 3172021b03dea327c23d9aec57a24453bb81d1ac Mon Sep 17 00:00:00 2001 From: milo-j Date: Thu, 21 Nov 2024 22:03:51 +0800 Subject: [PATCH 5/8] chore(release): publish 1.3.5 --- lerna.json | 2 +- packages/designer/package.json | 8 ++++---- packages/editor-core/package.json | 6 +++--- packages/editor-skeleton/package.json | 10 +++++----- packages/engine/package.json | 20 +++++++++---------- packages/ignitor/package.json | 2 +- packages/plugin-command/package.json | 6 +++--- packages/plugin-designer/package.json | 8 ++++---- packages/plugin-outline-pane/package.json | 6 +++--- packages/react-renderer/package.json | 4 ++-- .../react-simulator-renderer/package.json | 10 +++++----- packages/renderer-core/package.json | 8 ++++---- packages/shell/package.json | 14 ++++++------- packages/types/package.json | 2 +- packages/utils/package.json | 4 ++-- packages/workspace/package.json | 12 +++++------ 16 files changed, 61 insertions(+), 61 deletions(-) diff --git a/lerna.json b/lerna.json index 517752daa5..47fa07feed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.3.4", + "version": "1.3.5", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/designer/package.json b/packages/designer/package.json index dc8d6f6f80..088cbea295 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-designer", - "version": "1.3.4", + "version": "1.3.5", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -15,9 +15,9 @@ }, "license": "MIT", "dependencies": { - "@alilc/lowcode-editor-core": "1.3.4", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-editor-core": "1.3.5", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index f4ee211730..77d1357852 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-editor-core", - "version": "1.3.4", + "version": "1.3.5", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "debug": "^4.1.1", "intl-messageformat": "^9.3.1", diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index 723cced873..e2e15cb1cb 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-editor-skeleton", - "version": "1.3.4", + "version": "1.3.5", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -19,10 +19,10 @@ ], "dependencies": { "@alifd/next": "^1.20.12", - "@alilc/lowcode-designer": "1.3.4", - "@alilc/lowcode-editor-core": "1.3.4", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", + "@alilc/lowcode-editor-core": "1.3.5", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/packages/engine/package.json b/packages/engine/package.json index 6ba62fdd1e..3b88f0ea9b 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-engine", - "version": "1.3.4", + "version": "1.3.5", "description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -19,16 +19,16 @@ "license": "MIT", "dependencies": { "@alifd/next": "^1.19.12", - "@alilc/lowcode-designer": "1.3.4", - "@alilc/lowcode-editor-core": "1.3.4", - "@alilc/lowcode-editor-skeleton": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", + "@alilc/lowcode-editor-core": "1.3.5", + "@alilc/lowcode-editor-skeleton": "1.3.5", "@alilc/lowcode-engine-ext": "^1.0.0", - "@alilc/lowcode-plugin-command": "1.3.4", - "@alilc/lowcode-plugin-designer": "1.3.4", - "@alilc/lowcode-plugin-outline-pane": "1.3.4", - "@alilc/lowcode-shell": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", - "@alilc/lowcode-workspace": "1.3.4", + "@alilc/lowcode-plugin-command": "1.3.5", + "@alilc/lowcode-plugin-designer": "1.3.5", + "@alilc/lowcode-plugin-outline-pane": "1.3.5", + "@alilc/lowcode-shell": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", + "@alilc/lowcode-workspace": "1.3.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 36bac227d5..d6526c5268 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-ignitor", - "version": "1.3.4", + "version": "1.3.5", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-command/package.json b/packages/plugin-command/package.json index 209fd18ef8..214b1069dc 100644 --- a/packages/plugin-command/package.json +++ b/packages/plugin-command/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-command", - "version": "1.3.4", + "version": "1.3.5", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", @@ -30,8 +30,8 @@ "url": "https://github.com/alibaba/lowcode-engine/issues" }, "dependencies": { - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4" + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5" }, "devDependencies": { "@alib/build-scripts": "^0.1.18" diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 0bb5353920..44b1ecb5ca 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-designer", - "version": "1.3.4", + "version": "1.3.5", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -18,9 +18,9 @@ ], "author": "xiayang.xy", "dependencies": { - "@alilc/lowcode-designer": "1.3.4", - "@alilc/lowcode-editor-core": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", + "@alilc/lowcode-editor-core": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 735eb81664..3824d5fee5 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-plugin-outline-pane", - "version": "1.3.4", + "version": "1.3.5", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -13,8 +13,8 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index e6aa16fbb6..066555aa5e 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-react-renderer", - "version": "1.3.4", + "version": "1.3.5", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -22,7 +22,7 @@ ], "dependencies": { "@alifd/next": "^1.21.16", - "@alilc/lowcode-renderer-core": "1.3.4" + "@alilc/lowcode-renderer-core": "1.3.5" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index cae04baaf1..a3655979f9 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-react-simulator-renderer", - "version": "1.3.4", + "version": "1.3.5", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -17,10 +17,10 @@ "test:cov": "build-scripts test --config build.test.json --jest-coverage" }, "dependencies": { - "@alilc/lowcode-designer": "1.3.4", - "@alilc/lowcode-react-renderer": "1.3.4", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", + "@alilc/lowcode-react-renderer": "1.3.5", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "mobx": "^6.3.0", "mobx-react": "^7.2.0", diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 250022d4c0..5c3051308e 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-renderer-core", - "version": "1.3.4", + "version": "1.3.5", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@alilc/lowcode-datasource-engine": "^1.0.0", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "debug": "^4.1.1", "fetch-jsonp": "^1.1.3", @@ -32,7 +32,7 @@ "devDependencies": { "@alib/build-scripts": "^0.1.18", "@alifd/next": "^1.26.0", - "@alilc/lowcode-designer": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", "@babel/plugin-transform-typescript": "^7.16.8", "@testing-library/react": "^11.2.2", "@types/classnames": "^2.2.11", diff --git a/packages/shell/package.json b/packages/shell/package.json index 139b2539bf..3b18e9cb6f 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-shell", - "version": "1.3.4", + "version": "1.3.5", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -14,12 +14,12 @@ "license": "MIT", "dependencies": { "@alifd/next": "1.26.37", - "@alilc/lowcode-designer": "1.3.4", - "@alilc/lowcode-editor-core": "1.3.4", - "@alilc/lowcode-editor-skeleton": "1.3.4", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", - "@alilc/lowcode-workspace": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", + "@alilc/lowcode-editor-core": "1.3.5", + "@alilc/lowcode-editor-skeleton": "1.3.5", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", + "@alilc/lowcode-workspace": "1.3.5", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", diff --git a/packages/types/package.json b/packages/types/package.json index 8ab34612a7..0ca3cc005e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-types", - "version": "1.3.4", + "version": "1.3.5", "description": "Types for Ali lowCode engine", "files": [ "es", diff --git a/packages/utils/package.json b/packages/utils/package.json index 0b0d60c2f6..0cea9e16d8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-utils", - "version": "1.3.4", + "version": "1.3.5", "description": "Utils for Ali lowCode engine", "files": [ "lib", @@ -14,7 +14,7 @@ }, "dependencies": { "@alifd/next": "^1.19.16", - "@alilc/lowcode-types": "1.3.4", + "@alilc/lowcode-types": "1.3.5", "lodash": "^4.17.21", "mobx": "^6.3.0", "prop-types": "^15.8.1", diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 1977b79560..62435f95e5 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@alilc/lowcode-workspace", - "version": "1.3.4", + "version": "1.3.5", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@alilc/lowcode-designer": "1.3.4", - "@alilc/lowcode-editor-core": "1.3.4", - "@alilc/lowcode-editor-skeleton": "1.3.4", - "@alilc/lowcode-types": "1.3.4", - "@alilc/lowcode-utils": "1.3.4", + "@alilc/lowcode-designer": "1.3.5", + "@alilc/lowcode-editor-core": "1.3.5", + "@alilc/lowcode-editor-skeleton": "1.3.5", + "@alilc/lowcode-types": "1.3.5", + "@alilc/lowcode-utils": "1.3.5", "classnames": "^2.2.6", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", From 3585660059813b60325ed6c3235bb1f94ff83f59 Mon Sep 17 00:00:00 2001 From: milo-j Date: Thu, 21 Nov 2024 22:09:58 +0800 Subject: [PATCH 6/8] chore(release): publish 1.3.6 --- lerna.json | 2 +- packages/designer/package.json | 6 +++--- packages/editor-core/package.json | 6 +++--- packages/editor-skeleton/package.json | 6 +++--- packages/engine/package.json | 6 +++--- packages/ignitor/package.json | 4 ++-- packages/plugin-command/package.json | 6 +++--- packages/plugin-designer/package.json | 6 +++--- packages/plugin-outline-pane/package.json | 6 +++--- packages/react-renderer/package.json | 6 +++--- packages/react-simulator-renderer/package.json | 6 +++--- packages/renderer-core/package.json | 6 +++--- packages/shell/package.json | 6 +++--- packages/types/package.json | 6 +++--- packages/utils/package.json | 6 +++--- packages/workspace/package.json | 6 +++--- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lerna.json b/lerna.json index 47fa07feed..2b2a14b7f6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.3.5", + "version": "1.3.6", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/designer/package.json b/packages/designer/package.json index 088cbea295..90d5f2501e 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-designer", - "version": "1.3.5", + "name": "@milo/lowcode-designer", + "version": "1.3.6", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -52,7 +52,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 77d1357852..401b790485 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-editor-core", - "version": "1.3.5", + "name": "@milo/lowcode-editor-core", + "version": "1.3.6", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index e2e15cb1cb..f8676ea7cc 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-editor-skeleton", - "version": "1.3.5", + "name": "@milo/lowcode-editor-skeleton", + "version": "1.3.6", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -42,7 +42,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/engine/package.json b/packages/engine/package.json index 3b88f0ea9b..0c8e91a641 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-engine", - "version": "1.3.5", + "name": "@milo/lowcode-engine", + "version": "1.3.6", "description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -54,7 +54,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index d6526c5268..9ec2f8e432 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-ignitor", - "version": "1.3.5", + "name": "@milo/lowcode-ignitor", + "version": "1.3.6", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-command/package.json b/packages/plugin-command/package.json index 214b1069dc..eeec17270d 100644 --- a/packages/plugin-command/package.json +++ b/packages/plugin-command/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-plugin-command", - "version": "1.3.5", + "name": "@milo/lowcode-plugin-command", + "version": "1.3.6", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", @@ -36,5 +36,5 @@ "devDependencies": { "@alib/build-scripts": "^0.1.18" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1" + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac" } diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index 44b1ecb5ca..baa514ecfc 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-plugin-designer", - "version": "1.3.5", + "name": "@milo/lowcode-plugin-designer", + "version": "1.3.6", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -37,7 +37,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 3824d5fee5..40cb2cb286 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-plugin-outline-pane", - "version": "1.3.5", + "name": "@milo/lowcode-plugin-outline-pane", + "version": "1.3.6", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -38,7 +38,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 066555aa5e..748a077558 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-react-renderer", - "version": "1.3.5", + "name": "@milo/lowcode-react-renderer", + "version": "1.3.6", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -42,6 +42,6 @@ "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-renderer" }, "homepage": "https://github.com/alibaba/lowcode-engine/#readme", - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues" } diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index a3655979f9..c52aa204cd 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-react-simulator-renderer", - "version": "1.3.5", + "name": "@milo/lowcode-react-simulator-renderer", + "version": "1.3.6", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-simulator-renderer" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 5c3051308e..471e610f29 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-renderer-core", - "version": "1.3.5", + "name": "@milo/lowcode-renderer-core", + "version": "1.3.6", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -55,7 +55,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/renderer-core" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/shell/package.json b/packages/shell/package.json index 3b18e9cb6f..6112581090 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-shell", - "version": "1.3.5", + "name": "@milo/lowcode-shell", + "version": "1.3.6", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/shell" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/types/package.json b/packages/types/package.json index 0ca3cc005e..0fb1047a35 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-types", - "version": "1.3.5", + "name": "@milo/lowcode-types", + "version": "1.3.6", "description": "Types for Ali lowCode engine", "files": [ "es", @@ -29,7 +29,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/types" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 0cea9e16d8..1f674a5e22 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-utils", - "version": "1.3.5", + "name": "@milo/lowcode-utils", + "version": "1.3.6", "description": "Utils for Ali lowCode engine", "files": [ "lib", @@ -36,7 +36,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 62435f95e5..138745f5a5 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { - "name": "@alilc/lowcode-workspace", - "version": "1.3.5", + "name": "@milo/lowcode-workspace", + "version": "1.3.6", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/workspace" }, - "gitHead": "6ed27143f28ac6248b53fb7f0be8287f965518c1", + "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } From dfae21624347cbaaa4c265bf625e56a2bdf2635c Mon Sep 17 00:00:00 2001 From: milo-j Date: Fri, 22 Nov 2024 10:03:54 +0800 Subject: [PATCH 7/8] chore(release): publish 1.3.7 --- lerna.json | 2 +- packages/designer/package.json | 4 ++-- packages/editor-core/package.json | 4 ++-- packages/editor-skeleton/package.json | 4 ++-- packages/engine/package.json | 4 ++-- packages/ignitor/package.json | 2 +- packages/plugin-command/package.json | 4 ++-- packages/plugin-designer/package.json | 4 ++-- packages/plugin-outline-pane/package.json | 4 ++-- packages/react-renderer/package.json | 4 ++-- packages/react-simulator-renderer/package.json | 4 ++-- packages/renderer-core/package.json | 4 ++-- packages/shell/package.json | 4 ++-- packages/types/package.json | 4 ++-- packages/utils/package.json | 4 ++-- packages/workspace/package.json | 4 ++-- 16 files changed, 30 insertions(+), 30 deletions(-) diff --git a/lerna.json b/lerna.json index 2b2a14b7f6..a7ff274363 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.3.6", + "version": "1.3.7", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/designer/package.json b/packages/designer/package.json index 90d5f2501e..60666860c2 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-designer", - "version": "1.3.6", + "version": "1.3.7", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -52,7 +52,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 401b790485..4ed5121828 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-editor-core", - "version": "1.3.6", + "version": "1.3.7", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index f8676ea7cc..b624e5c443 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-editor-skeleton", - "version": "1.3.6", + "version": "1.3.7", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -42,7 +42,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/engine/package.json b/packages/engine/package.json index 0c8e91a641..0599bb914f 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-engine", - "version": "1.3.6", + "version": "1.3.7", "description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -54,7 +54,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index 9ec2f8e432..f2405df10f 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-ignitor", - "version": "1.3.6", + "version": "1.3.7", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-command/package.json b/packages/plugin-command/package.json index eeec17270d..0a4a27c8b8 100644 --- a/packages/plugin-command/package.json +++ b/packages/plugin-command/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-plugin-command", - "version": "1.3.6", + "version": "1.3.7", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", @@ -36,5 +36,5 @@ "devDependencies": { "@alib/build-scripts": "^0.1.18" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac" + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59" } diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index baa514ecfc..e25415f12c 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-plugin-designer", - "version": "1.3.6", + "version": "1.3.7", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -37,7 +37,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index 40cb2cb286..ad97d62771 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-plugin-outline-pane", - "version": "1.3.6", + "version": "1.3.7", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -38,7 +38,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index 748a077558..a1ab268333 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-react-renderer", - "version": "1.3.6", + "version": "1.3.7", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -42,6 +42,6 @@ "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-renderer" }, "homepage": "https://github.com/alibaba/lowcode-engine/#readme", - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues" } diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index c52aa204cd..fba1862197 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-react-simulator-renderer", - "version": "1.3.6", + "version": "1.3.7", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-simulator-renderer" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 471e610f29..88cd692497 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-renderer-core", - "version": "1.3.6", + "version": "1.3.7", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -55,7 +55,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/renderer-core" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/shell/package.json b/packages/shell/package.json index 6112581090..83722cbce5 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-shell", - "version": "1.3.6", + "version": "1.3.7", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/shell" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/types/package.json b/packages/types/package.json index 0fb1047a35..ab101279dd 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-types", - "version": "1.3.6", + "version": "1.3.7", "description": "Types for Ali lowCode engine", "files": [ "es", @@ -29,7 +29,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/types" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 1f674a5e22..993c34364f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-utils", - "version": "1.3.6", + "version": "1.3.7", "description": "Utils for Ali lowCode engine", "files": [ "lib", @@ -36,7 +36,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/workspace/package.json b/packages/workspace/package.json index 138745f5a5..a5497fc175 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { "name": "@milo/lowcode-workspace", - "version": "1.3.6", + "version": "1.3.7", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/workspace" }, - "gitHead": "3172021b03dea327c23d9aec57a24453bb81d1ac", + "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } From e86821f301c626093682289808f74574932db285 Mon Sep 17 00:00:00 2001 From: milo-j Date: Fri, 22 Nov 2024 10:08:39 +0800 Subject: [PATCH 8/8] chore(release): publish 1.3.8 --- lerna.json | 2 +- packages/designer/package.json | 6 +++--- packages/editor-core/package.json | 6 +++--- packages/editor-skeleton/package.json | 6 +++--- packages/engine/package.json | 6 +++--- packages/ignitor/package.json | 4 ++-- packages/plugin-command/package.json | 6 +++--- packages/plugin-designer/package.json | 6 +++--- packages/plugin-outline-pane/package.json | 6 +++--- packages/react-renderer/package.json | 6 +++--- packages/react-simulator-renderer/package.json | 6 +++--- packages/renderer-core/package.json | 6 +++--- packages/shell/package.json | 6 +++--- packages/types/package.json | 6 +++--- packages/utils/package.json | 6 +++--- packages/workspace/package.json | 6 +++--- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lerna.json b/lerna.json index a7ff274363..1891ede5c0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "4.0.0", - "version": "1.3.7", + "version": "1.3.8", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/designer/package.json b/packages/designer/package.json index 60666860c2..39205c63ec 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-designer", - "version": "1.3.7", + "name": "@milo_j/lowcode-designer", + "version": "1.3.8", "description": "Designer for Ali LowCode Engine", "main": "lib/index.js", "module": "es/index.js", @@ -52,7 +52,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index 4ed5121828..17e8ba80ef 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-editor-core", - "version": "1.3.7", + "name": "@milo_j/lowcode-editor-core", + "version": "1.3.8", "description": "Core Api for Ali lowCode engine", "license": "MIT", "main": "lib/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/editor-skeleton/package.json b/packages/editor-skeleton/package.json index b624e5c443..c78ab543e6 100644 --- a/packages/editor-skeleton/package.json +++ b/packages/editor-skeleton/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-editor-skeleton", - "version": "1.3.7", + "name": "@milo_j/lowcode-editor-skeleton", + "version": "1.3.8", "description": "alibaba lowcode editor skeleton", "main": "lib/index.js", "module": "es/index.js", @@ -42,7 +42,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/engine/package.json b/packages/engine/package.json index 0599bb914f..cc89d7d95d 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-engine", - "version": "1.3.7", + "name": "@milo_j/lowcode-engine", + "version": "1.3.8", "description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系", "main": "lib/engine-core.js", "module": "es/engine-core.js", @@ -54,7 +54,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/ignitor/package.json b/packages/ignitor/package.json index f2405df10f..b198e59709 100644 --- a/packages/ignitor/package.json +++ b/packages/ignitor/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-ignitor", - "version": "1.3.7", + "name": "@milo_j/lowcode-ignitor", + "version": "1.3.8", "description": "点火器,bootstrap lce project", "main": "lib/index.js", "private": true, diff --git a/packages/plugin-command/package.json b/packages/plugin-command/package.json index 0a4a27c8b8..c6b4511ebc 100644 --- a/packages/plugin-command/package.json +++ b/packages/plugin-command/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-plugin-command", - "version": "1.3.7", + "name": "@milo_j/lowcode-plugin-command", + "version": "1.3.8", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", @@ -36,5 +36,5 @@ "devDependencies": { "@alib/build-scripts": "^0.1.18" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59" + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c" } diff --git a/packages/plugin-designer/package.json b/packages/plugin-designer/package.json index e25415f12c..680ada5d75 100644 --- a/packages/plugin-designer/package.json +++ b/packages/plugin-designer/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-plugin-designer", - "version": "1.3.7", + "name": "@milo_j/lowcode-plugin-designer", + "version": "1.3.8", "description": "alibaba lowcode editor designer plugin", "files": [ "es", @@ -37,7 +37,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/plugin-outline-pane/package.json b/packages/plugin-outline-pane/package.json index ad97d62771..2dd7f62643 100644 --- a/packages/plugin-outline-pane/package.json +++ b/packages/plugin-outline-pane/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-plugin-outline-pane", - "version": "1.3.7", + "name": "@milo_j/lowcode-plugin-outline-pane", + "version": "1.3.8", "description": "Outline pane for Ali lowCode engine", "files": [ "es", @@ -38,7 +38,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/react-renderer/package.json b/packages/react-renderer/package.json index a1ab268333..56c47ff055 100644 --- a/packages/react-renderer/package.json +++ b/packages/react-renderer/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-react-renderer", - "version": "1.3.7", + "name": "@milo_j/lowcode-react-renderer", + "version": "1.3.8", "description": "react renderer for ali lowcode engine", "main": "lib/index.js", "module": "es/index.js", @@ -42,6 +42,6 @@ "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-renderer" }, "homepage": "https://github.com/alibaba/lowcode-engine/#readme", - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues" } diff --git a/packages/react-simulator-renderer/package.json b/packages/react-simulator-renderer/package.json index fba1862197..c8034cf6f0 100644 --- a/packages/react-simulator-renderer/package.json +++ b/packages/react-simulator-renderer/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-react-simulator-renderer", - "version": "1.3.7", + "name": "@milo_j/lowcode-react-simulator-renderer", + "version": "1.3.8", "description": "react simulator renderer for alibaba lowcode designer", "main": "lib/index.js", "module": "es/index.js", @@ -43,7 +43,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/react-simulator-renderer" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/renderer-core/package.json b/packages/renderer-core/package.json index 88cd692497..7f48dada93 100644 --- a/packages/renderer-core/package.json +++ b/packages/renderer-core/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-renderer-core", - "version": "1.3.7", + "name": "@milo_j/lowcode-renderer-core", + "version": "1.3.8", "description": "renderer core", "license": "MIT", "main": "lib/index.js", @@ -55,7 +55,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/renderer-core" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/shell/package.json b/packages/shell/package.json index 83722cbce5..3712a278c5 100644 --- a/packages/shell/package.json +++ b/packages/shell/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-shell", - "version": "1.3.7", + "name": "@milo_j/lowcode-shell", + "version": "1.3.8", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/shell" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/types/package.json b/packages/types/package.json index ab101279dd..d6ac2ea328 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-types", - "version": "1.3.7", + "name": "@milo_j/lowcode-types", + "version": "1.3.8", "description": "Types for Ali lowCode engine", "files": [ "es", @@ -29,7 +29,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/types" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 993c34364f..c83bd3fca1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-utils", - "version": "1.3.7", + "name": "@milo_j/lowcode-utils", + "version": "1.3.8", "description": "Utils for Ali lowCode engine", "files": [ "lib", @@ -36,7 +36,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" } diff --git a/packages/workspace/package.json b/packages/workspace/package.json index a5497fc175..b4d7b59ae4 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,6 +1,6 @@ { - "name": "@milo/lowcode-workspace", - "version": "1.3.7", + "name": "@milo_j/lowcode-workspace", + "version": "1.3.8", "description": "Shell Layer for AliLowCodeEngine", "main": "lib/index.js", "module": "es/index.js", @@ -49,7 +49,7 @@ "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/workspace" }, - "gitHead": "3585660059813b60325ed6c3235bb1f94ff83f59", + "gitHead": "dfae21624347cbaaa4c265bf625e56a2bdf2635c", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }