Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf2c1e9

Browse filesBrowse files
committed
chore(release): publish 1.0.7
1 parent 4b0521a commit bf2c1e9
Copy full SHA for bf2c1e9

File tree

Expand file treeCollapse file tree

16 files changed

+60
-60
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

16 files changed

+60
-60
lines changed
Open diff view settings
Collapse file

‎lerna.json‎

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines 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.0.6",
3+
"version": "1.0.7",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [
Collapse file

‎packages/designer/package.json‎

Copy file name to clipboardExpand all lines: packages/designer/package.json
+5-5Lines 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.0.6",
3+
"version": "1.0.7",
44
"description": "Designer for Ali LowCode Engine",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -15,10 +15,10 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"@alilc/lowcode-editor-core": "1.0.6",
19-
"@alilc/lowcode-shell": "1.0.6",
20-
"@alilc/lowcode-types": "1.0.6",
21-
"@alilc/lowcode-utils": "1.0.6",
18+
"@alilc/lowcode-editor-core": "1.0.7",
19+
"@alilc/lowcode-shell": "1.0.7",
20+
"@alilc/lowcode-types": "1.0.7",
21+
"@alilc/lowcode-utils": "1.0.7",
2222
"classnames": "^2.2.6",
2323
"enzyme": "^3.11.0",
2424
"enzyme-adapter-react-16": "^1.15.5",
Collapse file

‎packages/editor-core/package.json‎

Copy file name to clipboardExpand all lines: packages/editor-core/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-editor-core",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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.0.6",
18-
"@alilc/lowcode-utils": "1.0.6",
17+
"@alilc/lowcode-types": "1.0.7",
18+
"@alilc/lowcode-utils": "1.0.7",
1919
"classnames": "^2.2.6",
2020
"debug": "^4.1.1",
2121
"intl-messageformat": "^9.3.1",
Collapse file

‎packages/editor-skeleton/package.json‎

Copy file name to clipboardExpand all lines: packages/editor-skeleton/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-editor-skeleton",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "alibaba lowcode editor skeleton",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -18,10 +18,10 @@
1818
],
1919
"dependencies": {
2020
"@alifd/next": "^1.20.12",
21-
"@alilc/lowcode-designer": "1.0.6",
22-
"@alilc/lowcode-editor-core": "1.0.6",
23-
"@alilc/lowcode-types": "1.0.6",
24-
"@alilc/lowcode-utils": "1.0.6",
21+
"@alilc/lowcode-designer": "1.0.7",
22+
"@alilc/lowcode-editor-core": "1.0.7",
23+
"@alilc/lowcode-types": "1.0.7",
24+
"@alilc/lowcode-utils": "1.0.7",
2525
"classnames": "^2.2.6",
2626
"react": "^16.8.1",
2727
"react-dom": "^16.8.1"
Collapse file

‎packages/engine/package.json‎

Copy file name to clipboardExpand all lines: packages/engine/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-engine",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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,14 +19,14 @@
1919
"license": "MIT",
2020
"dependencies": {
2121
"@alifd/next": "^1.19.12",
22-
"@alilc/lowcode-designer": "1.0.6",
23-
"@alilc/lowcode-editor-core": "1.0.6",
24-
"@alilc/lowcode-editor-skeleton": "1.0.6",
22+
"@alilc/lowcode-designer": "1.0.7",
23+
"@alilc/lowcode-editor-core": "1.0.7",
24+
"@alilc/lowcode-editor-skeleton": "1.0.7",
2525
"@alilc/lowcode-engine-ext": "^1.0.0",
26-
"@alilc/lowcode-plugin-designer": "1.0.6",
27-
"@alilc/lowcode-plugin-outline-pane": "1.0.6",
28-
"@alilc/lowcode-shell": "1.0.6",
29-
"@alilc/lowcode-utils": "1.0.6",
26+
"@alilc/lowcode-plugin-designer": "1.0.7",
27+
"@alilc/lowcode-plugin-outline-pane": "1.0.7",
28+
"@alilc/lowcode-shell": "1.0.7",
29+
"@alilc/lowcode-utils": "1.0.7",
3030
"react": "^16.8.1",
3131
"react-dom": "^16.8.1"
3232
},
Collapse file

‎packages/ignitor/package.json‎

Copy file name to clipboardExpand all lines: packages/ignitor/package.json
+1-1Lines 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.0.6",
3+
"version": "1.0.7",
44
"description": "点火器,bootstrap lce project",
55
"main": "lib/index.js",
66
"private": true,
Collapse file

‎packages/plugin-designer/package.json‎

Copy file name to clipboardExpand all lines: packages/plugin-designer/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-designer",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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.0.6",
22-
"@alilc/lowcode-editor-core": "1.0.6",
23-
"@alilc/lowcode-utils": "1.0.6",
21+
"@alilc/lowcode-designer": "1.0.7",
22+
"@alilc/lowcode-editor-core": "1.0.7",
23+
"@alilc/lowcode-utils": "1.0.7",
2424
"react": "^16.8.1",
2525
"react-dom": "^16.8.1"
2626
},
Collapse file

‎packages/plugin-outline-pane/package.json‎

Copy file name to clipboardExpand all lines: packages/plugin-outline-pane/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-outline-pane",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Outline pane for Ali lowCode engine",
55
"files": [
66
"es",
@@ -13,10 +13,10 @@
1313
},
1414
"dependencies": {
1515
"@alifd/next": "^1.19.16",
16-
"@alilc/lowcode-designer": "1.0.6",
17-
"@alilc/lowcode-editor-core": "1.0.6",
18-
"@alilc/lowcode-types": "1.0.6",
19-
"@alilc/lowcode-utils": "1.0.6",
16+
"@alilc/lowcode-designer": "1.0.7",
17+
"@alilc/lowcode-editor-core": "1.0.7",
18+
"@alilc/lowcode-types": "1.0.7",
19+
"@alilc/lowcode-utils": "1.0.7",
2020
"classnames": "^2.2.6",
2121
"react": "^16",
2222
"react-dom": "^16.7.0"
Collapse file

‎packages/rax-renderer/package.json‎

Copy file name to clipboardExpand all lines: packages/rax-renderer/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-rax-renderer",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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.0.6",
34-
"@alilc/lowcode-utils": "1.0.6",
33+
"@alilc/lowcode-renderer-core": "1.0.7",
34+
"@alilc/lowcode-utils": "1.0.7",
3535
"rax-find-dom-node": "^1.0.1"
3636
},
3737
"devDependencies": {
Collapse file

‎packages/rax-simulator-renderer/package.json‎

Copy file name to clipboardExpand all lines: packages/rax-simulator-renderer/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-rax-simulator-renderer",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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.0.6",
17-
"@alilc/lowcode-rax-renderer": "1.0.6",
18-
"@alilc/lowcode-types": "1.0.6",
19-
"@alilc/lowcode-utils": "1.0.6",
16+
"@alilc/lowcode-designer": "1.0.7",
17+
"@alilc/lowcode-rax-renderer": "1.0.7",
18+
"@alilc/lowcode-types": "1.0.7",
19+
"@alilc/lowcode-utils": "1.0.7",
2020
"classnames": "^2.2.6",
2121
"driver-universal": "^3.1.3",
2222
"history": "^5.0.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.