Skip to content

Commit 6bce368

Browse files
committed
feat: release @logicflow/extension@2.0.18, @logicflow/react-node-registry@1.0.15
1 parent b7b08fb commit 6bce368

6 files changed

Lines changed: 23 additions & 3 deletions

File tree

packages/extension/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.0.18
4+
5+
### Patch Changes
6+
7+
- fix:(extension): 所有导出方式支持局部导出+修复相对路径导出问题 & 渐进连线+highlight优化
8+
39
## 2.0.17
410

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

packages/react-node-registry/CHANGELOG.md

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

3+
## 1.0.15
4+
5+
### Patch Changes
6+
7+
- fix:(extension): 所有导出方式支持局部导出+修复相对路径导出问题 & 渐进连线+highlight优化
8+
39
## 1.0.14
410

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

sites/docs/CHANGELOG.md

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

3+
## 2.0.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/extension@2.0.18
9+
- @logicflow/react-node-registry@1.0.15
10+
311
## 2.0.19
412

513
### Patch Changes

sites/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logicflow-docs",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"private": true,
55
"description": "LogicFlow sites deployed on gh-pages",
66
"scripts": {

0 commit comments

Comments
 (0)