Skip to content

Commit fe07b9a

Browse files
authored
Merge pull request #2404 from didi/release/2.2.1
Release/2.2.1
2 parents 8ea19ff + deb56eb commit fe07b9a

14 files changed

Lines changed: 533 additions & 284 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@babel/preset-env": "^7.22.7",
8585
"@babel/preset-react": "^7.22.15",
8686
"@babel/preset-typescript": "^7.22.5",
87-
"@changesets/cli": "^2.27.6",
87+
"@changesets/cli": "^2.30.0",
8888
"@commitlint/cli": "^17.7.1",
8989
"@commitlint/config-conventional": "^17.7.0",
9090
"@jest/globals": "^29.6.4",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- bump version 2.2.1
8+
9+
## 2.2.0
10+
11+
### Patch Changes
12+
13+
- 发布正式版
14+
315
## 2.2.0-alpha.7
416

517
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/core",
3-
"version": "2.2.0-alpha.7",
3+
"version": "2.2.1",
44
"description": "LogicFlow, help you quickly create flowcharts",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/extension/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- bump version 2.2.1
8+
- Updated dependencies
9+
- @logicflow/core@2.2.1
10+
11+
## 2.2.0
12+
13+
### Patch Changes
14+
15+
- 发布正式版
16+
- Updated dependencies
17+
- @logicflow/core@2.2.0
18+
319
## 2.2.0-alpha.7
420

521
### Patch Changes

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "2.2.0-alpha.7",
3+
"version": "2.2.1",
44
"description": "LogicFlow Extensions",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/layout/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- bump version 2.2.1
8+
- Updated dependencies
9+
- @logicflow/core@2.2.1
10+
11+
## 2.1.0
12+
13+
### Patch Changes
14+
15+
- 发布正式版
16+
- Updated dependencies
17+
- @logicflow/core@2.2.0
18+
319
## 2.1.0-alpha.7
420

521
### Patch Changes

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/layout",
3-
"version": "2.1.0-alpha.7",
3+
"version": "2.1.1",
44
"description": "LogicFlow layout",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/react-node-registry/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @logicflow/react-node-registry
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- bump version 2.2.1
8+
- Updated dependencies
9+
- @logicflow/core@2.2.1
10+
11+
## 1.2.0
12+
13+
### Patch Changes
14+
15+
- 发布正式版
16+
- Updated dependencies
17+
- @logicflow/core@2.2.0
18+
319
## 1.2.0-alpha.7
420

521
### Patch Changes

packages/react-node-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/react-node-registry",
3-
"version": "1.2.0-alpha.7",
3+
"version": "1.2.1",
44
"description": "LogicFlow React Shape",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/vue-node-registry/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @logicflow/vue-node-registry
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- bump version 2.2.1
8+
- Updated dependencies
9+
- @logicflow/core@2.2.1
10+
11+
## 1.2.0
12+
13+
### Patch Changes
14+
15+
- 发布正式版
16+
- Updated dependencies
17+
- @logicflow/core@2.2.0
18+
319
## 1.2.0-alpha.7
420

521
### Patch Changes

0 commit comments

Comments
 (0)