Compare commits

...

22 Commits

Author SHA1 Message Date
GitHub Action
d42331e063 chore(release): publish 1.3.0-beta.10 2024-01-15 02:23:09 +00:00
JackLian
4cc9928600 Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-15 10:13:49 +08:00
GitHub Action
71a7af31b3 chore(release): publish 1.3.0-beta.9 2024-01-12 08:17:59 +00:00
JackLian
072492228f Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-12 16:09:35 +08:00
GitHub Action
684ccb8b2c chore(release): publish 1.3.0-beta.8 2024-01-12 05:32:42 +00:00
JackLian
81c0282c41 Merge branch 'develop' into release/1.3.0-beta 2024-01-12 13:26:34 +08:00
GitHub Action
fbff3da3c1 chore(release): publish 1.3.0-beta.7 2024-01-12 01:24:03 +00:00
JackLian
8c045e7cd2 Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-12 09:17:45 +08:00
GitHub Action
255e48c3a7 chore(release): publish 1.3.0-beta.6 2024-01-11 03:24:52 +00:00
JackLian
98227cbeba Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-11 11:18:40 +08:00
GitHub Action
2fd71b205f chore(release): publish 1.3.0-beta.5 2024-01-10 07:26:37 +00:00
JackLian
bb2fff5515 Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-10 15:20:27 +08:00
GitHub Action
5e6b6e3227 chore(release): publish 1.3.0-beta.4 2024-01-09 08:49:26 +00:00
JackLian
ad8e392506 Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-09 16:43:25 +08:00
GitHub Action
4648ad1c47 chore(release): publish 1.3.0-beta.3 2024-01-09 01:16:37 +00:00
JackLian
b484032169 Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-09 09:10:18 +08:00
GitHub Action
822a66f848 chore(release): publish 1.3.0-beta.2 2024-01-08 07:03:53 +00:00
JackLian
b3876b56f5 Merge remote-tracking branch 'origin/develop' into release/1.3.0-beta 2024-01-08 14:56:40 +08:00
GitHub Action
b69355f3fa chore(release): publish 1.3.0-beta.1 2024-01-05 08:17:33 +00:00
JackLian
1261a6f169 chore: merge from develop 2024-01-05 16:11:08 +08:00
JackLian
6cd9b2a22c chore: publish 1.3.0-beta.0 2024-01-05 12:09:33 +08:00
JackLian
b279a68054 chore(release): publish 1.3.0-beta.0 2024-01-05 12:08:59 +08:00
15 changed files with 70 additions and 70 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-designer",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"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.2.5",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-editor-core": "1.3.0-beta.10",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"classnames": "^2.2.6",
"react": "^16",
"react-dom": "^16.7.0",
@ -52,7 +52,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-editor-core",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "Core Api for Ali lowCode engine",
"license": "MIT",
"main": "lib/index.js",
@ -14,8 +14,8 @@
},
"dependencies": {
"@alifd/next": "^1.19.16",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"classnames": "^2.2.6",
"debug": "^4.1.1",
"intl-messageformat": "^9.3.1",
@ -47,7 +47,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-editor-skeleton",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"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.2.5",
"@alilc/lowcode-editor-core": "1.2.5",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@alilc/lowcode-editor-core": "1.3.0-beta.10",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"classnames": "^2.2.6",
"react": "^16.8.1",
"react-dom": "^16.8.1"
@ -42,7 +42,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-engine",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系",
"main": "lib/engine-core.js",
"module": "es/engine-core.js",
@ -19,15 +19,15 @@
"license": "MIT",
"dependencies": {
"@alifd/next": "^1.19.12",
"@alilc/lowcode-designer": "1.2.5",
"@alilc/lowcode-editor-core": "1.2.5",
"@alilc/lowcode-editor-skeleton": "1.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@alilc/lowcode-editor-core": "1.3.0-beta.10",
"@alilc/lowcode-editor-skeleton": "1.3.0-beta.10",
"@alilc/lowcode-engine-ext": "^1.0.0",
"@alilc/lowcode-plugin-designer": "1.2.5",
"@alilc/lowcode-plugin-outline-pane": "1.2.5",
"@alilc/lowcode-shell": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-workspace": "1.2.5",
"@alilc/lowcode-plugin-designer": "1.3.0-beta.10",
"@alilc/lowcode-plugin-outline-pane": "1.3.0-beta.10",
"@alilc/lowcode-shell": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"@alilc/lowcode-workspace": "1.3.0-beta.10",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
@ -53,7 +53,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-ignitor",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "点火器bootstrap lce project",
"main": "lib/index.js",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-plugin-designer",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "alibaba lowcode editor designer plugin",
"files": [
"es",
@ -18,9 +18,9 @@
],
"author": "xiayang.xy",
"dependencies": {
"@alilc/lowcode-designer": "1.2.5",
"@alilc/lowcode-editor-core": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@alilc/lowcode-editor-core": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
@ -37,7 +37,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-plugin-outline-pane",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "Outline pane for Ali lowCode engine",
"files": [
"es",
@ -13,8 +13,8 @@
},
"dependencies": {
"@alifd/next": "^1.19.16",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"classnames": "^2.2.6",
"react": "^16",
"react-dom": "^16.7.0",
@ -38,7 +38,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-react-renderer",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"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.2.5"
"@alilc/lowcode-renderer-core": "1.3.0-beta.10"
},
"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": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-react-simulator-renderer",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"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.2.5",
"@alilc/lowcode-react-renderer": "1.2.5",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@alilc/lowcode-react-renderer": "1.3.0-beta.10",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"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": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-renderer-core",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"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.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"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.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@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": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-shell",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "Shell Layer for AliLowCodeEngine",
"main": "lib/index.js",
"module": "es/index.js",
@ -13,12 +13,12 @@
},
"license": "MIT",
"dependencies": {
"@alilc/lowcode-designer": "1.2.5",
"@alilc/lowcode-editor-core": "1.2.5",
"@alilc/lowcode-editor-skeleton": "1.2.5",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-workspace": "1.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@alilc/lowcode-editor-core": "1.3.0-beta.10",
"@alilc/lowcode-editor-skeleton": "1.3.0-beta.10",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"@alilc/lowcode-workspace": "1.3.0-beta.10",
"classnames": "^2.2.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
@ -48,7 +48,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/shell"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-types",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"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": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-utils",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "Utils for Ali lowCode engine",
"files": [
"lib",
@ -14,7 +14,7 @@
},
"dependencies": {
"@alifd/next": "^1.19.16",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-types": "1.3.0-beta.10",
"lodash": "^4.17.21",
"mobx": "^6.3.0",
"react": "^16"
@ -35,7 +35,7 @@
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils"
},
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
"gitHead": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}

View File

@ -1,6 +1,6 @@
{
"name": "@alilc/lowcode-workspace",
"version": "1.2.5",
"version": "1.3.0-beta.10",
"description": "Shell Layer for AliLowCodeEngine",
"main": "lib/index.js",
"module": "es/index.js",
@ -15,11 +15,11 @@
},
"license": "MIT",
"dependencies": {
"@alilc/lowcode-designer": "1.2.5",
"@alilc/lowcode-editor-core": "1.2.5",
"@alilc/lowcode-editor-skeleton": "1.2.5",
"@alilc/lowcode-types": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"@alilc/lowcode-designer": "1.3.0-beta.10",
"@alilc/lowcode-editor-core": "1.3.0-beta.10",
"@alilc/lowcode-editor-skeleton": "1.3.0-beta.10",
"@alilc/lowcode-types": "1.3.0-beta.10",
"@alilc/lowcode-utils": "1.3.0-beta.10",
"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": "b279a68054fba2f891579287da5f03c26df9e5b8",
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
}