Skip to content

Commit e48b149

Browse files
committed
feat: release new version
@logicflow/core@2.1.6 @logicflow/extension@2.1.8 @logicflow/react-node-registry@1.1.6 @logicflow/vue-node-registry@1.1.7 @logicflow/layout@2.0.6
1 parent 01ea381 commit e48b149

13 files changed

Lines changed: 54 additions & 7 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"feature-examples",
1414
"material-ui-app",
1515
"next-app",
16-
"vue3-app"
16+
"vue3-app",
17+
"logicflow-node-red-vue3"
1718
],
1819
"extends": [],
1920
"pipeline": {}

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.6
4+
5+
### Patch Changes
6+
7+
- fix: 修复节点点击偶现失焦问题
8+
39
## 2.1.5
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.5",
3+
"version": "2.1.6",
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.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.6
9+
- @logicflow/vue-node-registry@1.1.7
10+
311
## 2.1.7
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.1.7",
3+
"version": "2.1.8",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.6
9+
310
## 2.0.5
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.5",
3+
"version": "2.0.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.6
9+
310
## 1.1.5
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.5",
3+
"version": "1.1.6",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.1.6
9+
310
## 1.1.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)