Skip to content

Commit 7e1fe6a

Browse files
committed
chore(release): publish 1.1.9-beta.5
1 parent a78a31a commit 7e1fe6a

File tree

17 files changed

+80
-80
lines changed

17 files changed

+80
-80
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "4.0.0",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/designer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-designer",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "Designer for Ali LowCode Engine",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -16,9 +16,9 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@alilc/build-plugin-lce": "^0.0.4-beta.2",
19-
"@alilc/lowcode-editor-core": "1.1.9-beta.4",
20-
"@alilc/lowcode-types": "1.1.9-beta.4",
21-
"@alilc/lowcode-utils": "1.1.9-beta.4",
19+
"@alilc/lowcode-editor-core": "1.1.9-beta.5",
20+
"@alilc/lowcode-types": "1.1.9-beta.5",
21+
"@alilc/lowcode-utils": "1.1.9-beta.5",
2222
"classnames": "^2.2.6",
2323
"react": "^16",
2424
"react-dom": "^16.7.0",
@@ -53,7 +53,7 @@
5353
"type": "http",
5454
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/designer"
5555
},
56-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
56+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
5757
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
5858
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
5959
}

packages/editor-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-editor-core",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "Core Api for Ali lowCode engine",
55
"license": "MIT",
66
"main": "lib/index.js",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@alifd/next": "^1.19.16",
17-
"@alilc/lowcode-types": "1.1.9-beta.4",
18-
"@alilc/lowcode-utils": "1.1.9-beta.4",
17+
"@alilc/lowcode-types": "1.1.9-beta.5",
18+
"@alilc/lowcode-utils": "1.1.9-beta.5",
1919
"classnames": "^2.2.6",
2020
"debug": "^4.1.1",
2121
"intl-messageformat": "^9.3.1",
@@ -47,7 +47,7 @@
4747
"type": "http",
4848
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-core"
4949
},
50-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
50+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
5151
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
5252
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
5353
}

packages/editor-skeleton/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-editor-skeleton",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "alibaba lowcode editor skeleton",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -19,10 +19,10 @@
1919
],
2020
"dependencies": {
2121
"@alifd/next": "^1.20.12",
22-
"@alilc/lowcode-designer": "1.1.9-beta.4",
23-
"@alilc/lowcode-editor-core": "1.1.9-beta.4",
24-
"@alilc/lowcode-types": "1.1.9-beta.4",
25-
"@alilc/lowcode-utils": "1.1.9-beta.4",
22+
"@alilc/lowcode-designer": "1.1.9-beta.5",
23+
"@alilc/lowcode-editor-core": "1.1.9-beta.5",
24+
"@alilc/lowcode-types": "1.1.9-beta.5",
25+
"@alilc/lowcode-utils": "1.1.9-beta.5",
2626
"classnames": "^2.2.6",
2727
"react": "^16.8.1",
2828
"react-dom": "^16.8.1"
@@ -42,7 +42,7 @@
4242
"type": "http",
4343
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/editor-skeleton"
4444
},
45-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
45+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
4646
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
4747
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
4848
}

packages/engine/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-engine",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系",
55
"main": "lib/engine-core.js",
66
"module": "es/engine-core.js",
@@ -19,15 +19,15 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@alifd/next": "^1.19.12",
22-
"@alilc/lowcode-designer": "1.1.9-beta.4",
23-
"@alilc/lowcode-editor-core": "1.1.9-beta.4",
24-
"@alilc/lowcode-editor-skeleton": "1.1.9-beta.4",
22+
"@alilc/lowcode-designer": "1.1.9-beta.5",
23+
"@alilc/lowcode-editor-core": "1.1.9-beta.5",
24+
"@alilc/lowcode-editor-skeleton": "1.1.9-beta.5",
2525
"@alilc/lowcode-engine-ext": "^1.0.0",
26-
"@alilc/lowcode-plugin-designer": "1.1.9-beta.4",
27-
"@alilc/lowcode-plugin-outline-pane": "1.1.9-beta.4",
28-
"@alilc/lowcode-shell": "1.1.9-beta.4",
29-
"@alilc/lowcode-utils": "1.1.9-beta.4",
30-
"@alilc/lowcode-workspace": "1.1.9-beta.4",
26+
"@alilc/lowcode-plugin-designer": "1.1.9-beta.5",
27+
"@alilc/lowcode-plugin-outline-pane": "1.1.9-beta.5",
28+
"@alilc/lowcode-shell": "1.1.9-beta.5",
29+
"@alilc/lowcode-utils": "1.1.9-beta.5",
30+
"@alilc/lowcode-workspace": "1.1.9-beta.5",
3131
"react": "^16.8.1",
3232
"react-dom": "^16.8.1"
3333
},
@@ -53,7 +53,7 @@
5353
"type": "http",
5454
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine"
5555
},
56-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
56+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
5757
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
5858
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
5959
}

packages/ignitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-ignitor",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "点火器,bootstrap lce project",
55
"main": "lib/index.js",
66
"private": true,

packages/plugin-designer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-designer",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "alibaba lowcode editor designer plugin",
55
"files": [
66
"es",
@@ -18,9 +18,9 @@
1818
],
1919
"author": "xiayang.xy",
2020
"dependencies": {
21-
"@alilc/lowcode-designer": "1.1.9-beta.4",
22-
"@alilc/lowcode-editor-core": "1.1.9-beta.4",
23-
"@alilc/lowcode-utils": "1.1.9-beta.4",
21+
"@alilc/lowcode-designer": "1.1.9-beta.5",
22+
"@alilc/lowcode-editor-core": "1.1.9-beta.5",
23+
"@alilc/lowcode-utils": "1.1.9-beta.5",
2424
"react": "^16.8.1",
2525
"react-dom": "^16.8.1"
2626
},
@@ -37,7 +37,7 @@
3737
"type": "http",
3838
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-designer"
3939
},
40-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
40+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
4141
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
4242
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
4343
}

packages/plugin-outline-pane/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-outline-pane",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "Outline pane for Ali lowCode engine",
55
"files": [
66
"es",
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@alifd/next": "^1.19.16",
16-
"@alilc/lowcode-types": "1.1.9-beta.4",
17-
"@alilc/lowcode-utils": "1.1.9-beta.4",
16+
"@alilc/lowcode-types": "1.1.9-beta.5",
17+
"@alilc/lowcode-utils": "1.1.9-beta.5",
1818
"classnames": "^2.2.6",
1919
"react": "^16",
2020
"react-dom": "^16.7.0",
@@ -38,7 +38,7 @@
3838
"type": "http",
3939
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/plugin-outline-pane"
4040
},
41-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
41+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
4242
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
4343
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
4444
}

packages/rax-renderer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-rax-renderer",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "Rax renderer for Ali lowCode engine",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -30,8 +30,8 @@
3030
"build": "build-scripts build"
3131
},
3232
"dependencies": {
33-
"@alilc/lowcode-renderer-core": "1.1.9-beta.4",
34-
"@alilc/lowcode-utils": "1.1.9-beta.4",
33+
"@alilc/lowcode-renderer-core": "1.1.9-beta.5",
34+
"@alilc/lowcode-utils": "1.1.9-beta.5",
3535
"rax-find-dom-node": "^1.0.1"
3636
},
3737
"devDependencies": {
@@ -49,6 +49,6 @@
4949
},
5050
"license": "MIT",
5151
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
52-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
52+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
5353
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
5454
}

packages/rax-simulator-renderer/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-rax-simulator-renderer",
3-
"version": "1.1.9-beta.4",
3+
"version": "1.1.9-beta.5",
44
"description": "rax simulator renderer for alibaba lowcode designer",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -13,10 +13,10 @@
1313
"build:umd": "build-scripts build --config build.umd.json"
1414
},
1515
"dependencies": {
16-
"@alilc/lowcode-designer": "1.1.9-beta.4",
17-
"@alilc/lowcode-rax-renderer": "1.1.9-beta.4",
18-
"@alilc/lowcode-types": "1.1.9-beta.4",
19-
"@alilc/lowcode-utils": "1.1.9-beta.4",
16+
"@alilc/lowcode-designer": "1.1.9-beta.5",
17+
"@alilc/lowcode-rax-renderer": "1.1.9-beta.5",
18+
"@alilc/lowcode-types": "1.1.9-beta.5",
19+
"@alilc/lowcode-utils": "1.1.9-beta.5",
2020
"classnames": "^2.2.6",
2121
"driver-universal": "^3.1.3",
2222
"history": "^5.0.0",
@@ -50,6 +50,6 @@
5050
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/rax-simulator-renderer"
5151
},
5252
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
53-
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
53+
"gitHead": "a78a31a7f310c7e4410f71a5845a6a297b2a9c67",
5454
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
5555
}

0 commit comments

Comments
 (0)