Skip to content

Commit 30e3f4d

Browse files
committed
feat: release new version
@logicflow/core@2.1.9 @logicflow/extension@2.1.11 @logicflow/react-node-registry@1.1.9 @logicflow/vue-node-registry@1.1.10 @logicflow/layout@2.0.9
1 parent bdf45cc commit 30e3f4d

12 files changed

Lines changed: 52 additions & 6 deletions

File tree

packages/core/CHANGELOG.md

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

3+
## 2.1.9
4+
5+
### Patch Changes
6+
7+
- fix(core): 虚拟边不塞入历史记录
8+
39
## 2.1.8
410

511
### 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.1.8",
3+
"version": "2.1.9",
44
"description": "LogicFlow, help you quickly create flowcharts",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/extension/CHANGELOG.md

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

3+
## 2.1.11
4+
5+
### Patch Changes
6+
7+
- fix(extension): 修复图超过浏览器canvas限制时导出图片为空问题
8+
- Updated dependencies
9+
- @logicflow/core@2.1.9
10+
- @logicflow/vue-node-registry@1.1.10
11+
312
## 2.1.10
413

514
### 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.1.10",
3+
"version": "2.1.11",
44
"description": "LogicFlow Extensions",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/layout/CHANGELOG.md

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

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.9
9+
310
## 2.0.8
411

512
### 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.0.8",
3+
"version": "2.0.9",
44
"description": "LogicFlow layout",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/react-node-registry/CHANGELOG.md

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

3+
## 1.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.9
9+
310
## 1.1.8
411

512
### 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.1.8",
3+
"version": "1.1.9",
44
"description": "LogicFlow React Shape",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/vue-node-registry/CHANGELOG.md

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

3+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.9
9+
310
## 1.1.9
411

512
### Patch Changes

packages/vue-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/vue-node-registry",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "LogicFlow Vue Component Node Registry",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)