Skip to content

Commit d9b2d99

Browse files
author
taojiu
committed
chore(release): publish 1.5.0-beta.0
1 parent 2b6a963 commit d9b2d99

File tree

14 files changed

+151
-133
lines changed

14 files changed

+151
-133
lines changed

lerna.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"npmClient": "pnpm",
5-
"packages": ["packages/*"],
5+
"packages": [
6+
"packages/*"
7+
],
68
"command": {
79
"version": {
8-
"allowBranch": ["master", "main", "release/*", "daily/*", "refactor/*"]
10+
"allowBranch": [
11+
"master",
12+
"main",
13+
"release/*",
14+
"daily/*",
15+
"refactor/*"
16+
]
917
},
1018
"publish": {
1119
"npmClient": "pnpm",
1220
"verifyRegistry": false,
1321
"verifyAccess": false,
14-
"ignoreChanges": ["**/*.md", "**/test/**"],
22+
"ignoreChanges": [
23+
"**/*.md",
24+
"**/test/**"
25+
],
1526
"message": "chore(release): publish %v",
1627
"conventionalCommits": true
1728
}
1829
}
19-
}
30+
}

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": "@felce/lowcode-designer",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "Designer for Ali LowCode Engine",
55
"files": [
66
"dist"
@@ -14,16 +14,17 @@
1414
},
1515
"license": "MIT",
1616
"dependencies": {
17-
"@felce/lowcode-editor-core": "1.4.1",
18-
"@felce/lowcode-types": "1.4.1",
19-
"@felce/lowcode-utils": "1.4.1",
17+
"@felce/lowcode-editor-core": "1.5.0-beta.0",
18+
"@felce/lowcode-types": "1.5.0-beta.0",
19+
"@felce/lowcode-utils": "1.5.0-beta.0",
2020
"classnames": "^2.5.1",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
2323
"ric-shim": "^1.0.1",
2424
"semver": "^7.3.5"
2525
},
2626
"devDependencies": {
27+
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
2728
"@testing-library/react": "^16.0.1",
2829
"@types/enzyme": "^3.10.12",
2930
"@types/jest": "^29",
@@ -34,7 +35,6 @@
3435
"@types/react-dom": "^18.3.1",
3536
"@types/semver": "7.3.9",
3637
"enzyme": "^3.11.0",
37-
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
3838
"jest": "^29",
3939
"lodash": "^4.17.20",
4040
"moment": "^2.29.1",

packages/editor-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-editor-core",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "Core Api for Ali lowCode engine",
55
"license": "MIT",
66
"files": [
@@ -15,8 +15,8 @@
1515
},
1616
"dependencies": {
1717
"@alifd/next": "^1.26.0",
18-
"@felce/lowcode-types": "1.4.1",
19-
"@felce/lowcode-utils": "1.4.1",
18+
"@felce/lowcode-types": "1.5.0-beta.0",
19+
"@felce/lowcode-utils": "1.5.0-beta.0",
2020
"classnames": "^2.5.1",
2121
"debug": "^4.4.0",
2222
"intl-messageformat": "^9.3.1",

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": "@felce/lowcode-editor-skeleton",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "alibaba lowcode editor skeleton",
55
"files": [
66
"dist"
@@ -18,11 +18,11 @@
1818
],
1919
"dependencies": {
2020
"@alifd/next": "^1.27.30",
21-
"@felce/lowcode-designer": "1.4.1",
22-
"@felce/lowcode-editor-core": "1.4.1",
23-
"@felce/lowcode-types": "1.4.1",
24-
"@felce/lowcode-utils": "1.4.1",
25-
"@felce/lowcode-shell": "1.4.1",
21+
"@felce/lowcode-designer": "1.5.0-beta.0",
22+
"@felce/lowcode-editor-core": "1.5.0-beta.0",
23+
"@felce/lowcode-shell": "1.5.0-beta.0",
24+
"@felce/lowcode-types": "1.5.0-beta.0",
25+
"@felce/lowcode-utils": "1.5.0-beta.0",
2626
"classnames": "^2.5.1",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1"

packages/engine/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-engine",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系",
55
"files": [
66
"dist"
@@ -16,16 +16,16 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@alifd/next": "^1.26.0",
19-
"@felce/lowcode-designer": "1.4.1",
20-
"@felce/lowcode-editor-core": "1.4.1",
21-
"@felce/lowcode-editor-skeleton": "1.4.1",
19+
"@felce/lowcode-designer": "1.5.0-beta.0",
20+
"@felce/lowcode-editor-core": "1.5.0-beta.0",
21+
"@felce/lowcode-editor-skeleton": "1.5.0-beta.0",
2222
"@felce/lowcode-engine-ext": "^1.1.0",
23-
"@felce/lowcode-plugin-command": "1.4.1",
24-
"@felce/lowcode-plugin-designer": "1.4.1",
25-
"@felce/lowcode-plugin-outline-pane": "1.4.1",
26-
"@felce/lowcode-shell": "1.4.1",
27-
"@felce/lowcode-utils": "1.4.1",
28-
"@felce/lowcode-workspace": "1.4.1",
23+
"@felce/lowcode-plugin-command": "1.5.0-beta.0",
24+
"@felce/lowcode-plugin-designer": "1.5.0-beta.0",
25+
"@felce/lowcode-plugin-outline-pane": "1.5.0-beta.0",
26+
"@felce/lowcode-shell": "1.5.0-beta.0",
27+
"@felce/lowcode-utils": "1.5.0-beta.0",
28+
"@felce/lowcode-workspace": "1.5.0-beta.0",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},
@@ -34,14 +34,14 @@
3434
"@alifd/theme-lowcode-dark": "^0.2.0",
3535
"@alifd/theme-lowcode-light": "^0.2.0",
3636
"@types/domready": "^1.0.0",
37+
"@types/prop-types": "^15.7.14",
3738
"@types/react": "^18.3.1",
3839
"@types/react-dom": "^18.3.1",
3940
"build-plugin-fusion": "0.1.17-beta.0",
4041
"build-plugin-moment-locales": "^0.1.0",
4142
"build-plugin-react-app": "^1.8.0",
4243
"fs-extra": "^10.0.0",
4344
"prop-types": "^15.7.2",
44-
"@types/prop-types": "^15.7.14",
4545
"tsconfig-paths-webpack-plugin": "^3.2.0"
4646
},
4747
"publishConfig": {

packages/ignitor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-ignitor",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "点火器,bootstrap lce project",
55
"main": "lib/index.js",
66
"private": true,
@@ -12,8 +12,8 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"@felce/lowcode-engine": "^1.4.1",
16-
"@felce/lowcode-utils": "^1.4.1"
15+
"@felce/lowcode-engine": "1.5.0-beta.0",
16+
"@felce/lowcode-utils": "1.5.0-beta.0"
1717
},
1818
"devDependencies": {
1919
"@alilc/lowcode-datasource-fetch-handler": "^1.2.1"

packages/plugin-command/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-plugin-command",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "> TODO: description",
55
"author": "liujuping <liujup@foxmail.com>",
66
"homepage": "https://github.com/fe-lce/lowcode-engine#readme",
@@ -34,9 +34,7 @@
3434
"url": "https://github.com/fe-lce/lowcode-engine/issues"
3535
},
3636
"dependencies": {
37-
"@felce/lowcode-types": "1.4.1",
38-
"@felce/lowcode-utils": "1.4.1"
39-
},
40-
"devDependencies": {
37+
"@felce/lowcode-types": "1.5.0-beta.0",
38+
"@felce/lowcode-utils": "1.5.0-beta.0"
4139
}
4240
}

packages/plugin-designer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-plugin-designer",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "alibaba lowcode editor designer plugin",
55
"files": [
66
"dist"
@@ -16,9 +16,9 @@
1616
],
1717
"author": "xiayang.xy",
1818
"dependencies": {
19-
"@felce/lowcode-designer": "1.4.1",
20-
"@felce/lowcode-editor-core": "1.4.1",
21-
"@felce/lowcode-utils": "1.4.1",
19+
"@felce/lowcode-designer": "1.5.0-beta.0",
20+
"@felce/lowcode-editor-core": "1.5.0-beta.0",
21+
"@felce/lowcode-utils": "1.5.0-beta.0",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1"
2424
},

packages/plugin-outline-pane/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-plugin-outline-pane",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "Outline pane for Ali lowCode engine",
55
"files": [
66
"dist"
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@alifd/next": "^1.26.0",
15-
"@felce/lowcode-types": "1.4.1",
16-
"@felce/lowcode-utils": "1.4.1",
15+
"@felce/lowcode-types": "1.5.0-beta.0",
16+
"@felce/lowcode-utils": "1.5.0-beta.0",
1717
"classnames": "^2.5.1",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",

packages/shell/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@felce/lowcode-shell",
3-
"version": "1.4.1",
3+
"version": "1.5.0-beta.0",
44
"description": "Shell Layer for AliLowCodeEngine",
55
"files": [
66
"dist"
@@ -13,15 +13,15 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@alifd/next": "^1.26.0",
16-
"@felce/lowcode-designer": "1.4.1",
17-
"@felce/lowcode-editor-core": "1.4.1",
18-
"@felce/lowcode-editor-skeleton": "1.4.1",
19-
"@felce/lowcode-types": "1.4.1",
20-
"@felce/lowcode-utils": "1.4.1",
21-
"@felce/lowcode-workspace": "1.4.1",
16+
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
17+
"@felce/lowcode-designer": "1.5.0-beta.0",
18+
"@felce/lowcode-editor-core": "1.5.0-beta.0",
19+
"@felce/lowcode-editor-skeleton": "1.5.0-beta.0",
20+
"@felce/lowcode-types": "1.5.0-beta.0",
21+
"@felce/lowcode-utils": "1.5.0-beta.0",
22+
"@felce/lowcode-workspace": "1.5.0-beta.0",
2223
"classnames": "^2.5.1",
2324
"enzyme": "^3.11.0",
24-
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1"
2727
},
@@ -33,13 +33,13 @@
3333
"@types/node": "^18",
3434
"@types/react": "^18.3.1",
3535
"@types/react-dom": "^18.3.1",
36+
"@vitejs/plugin-react-swc": "3.7.1",
3637
"jest": "^29.7.0",
3738
"lodash": "^4.17.20",
3839
"moment": "^2.29.1",
3940
"typescript": "^5.6.3",
4041
"vite": "^6.0.1",
4142
"vite-plugin-dts": "^4.3.0",
42-
"@vitejs/plugin-react-swc": "3.7.1",
4343
"vitest": "2.1.6"
4444
},
4545
"publishConfig": {

0 commit comments

Comments
 (0)