Skip to content

Commit 6a0cb06

Browse files
committed
feat: release new version
@logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected]
1 parent fa60794 commit 6a0cb06

File tree

12 files changed

+56
-6
lines changed

12 files changed

+56
-6
lines changed

packages/core/CHANGELOG.md

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

3+
## 2.2.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- fix: 修复已知问题
8+
- 修复鼠标在画布上按下再放开会先触发画布点击事件问题
9+
- 修复网格吸附导致的连线断开问题
10+
- 添加DOM存在性和可见性检查防止resize错误
11+
- 修复复制粘贴后第一次选中节点会失焦问题
12+
313
## 2.2.0-alpha.3
414

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

packages/extension/CHANGELOG.md

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

3+
## 2.2.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.2.0-alpha.4
9+
- @logicflow/vue-node-registry@1.2.0-alpha.4
10+
311
## 2.2.0-alpha.3
412

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

packages/layout/CHANGELOG.md

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

3+
## 2.1.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- fix: 修复已知问题&layout包新增elk布局
8+
- Updated dependencies
9+
- @logicflow/core@2.2.0-alpha.4
10+
311
## 2.1.0-alpha.3
412

513
### 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.3",
3+
"version": "2.1.0-alpha.4",
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.2.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.2.0-alpha.4
9+
310
## 1.2.0-alpha.3
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.2.0-alpha.3",
3+
"version": "1.2.0-alpha.4",
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.2.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.2.0-alpha.4
9+
310
## 1.2.0-alpha.3
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.2.0-alpha.3",
3+
"version": "1.2.0-alpha.4",
44
"description": "LogicFlow Vue Component Node Registry",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)