Skip to content

Commit b423ebb

Browse files
committed
feat: release cew version
@logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected]
1 parent 96e3690 commit b423ebb

File tree

10 files changed

+42
-5
lines changed

10 files changed

+42
-5
lines changed

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.9
4+
5+
### Patch Changes
6+
7+
- fix: 重新打包以加入最新改动内容
8+
39
## 2.0.8
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/core",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"description": "LogicFlow, help you quickly create flowcharts",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.0.13
4+
5+
### Patch Changes
6+
7+
- fix: 重新打包以加入最新改动内容
8+
- Updated dependencies
9+
- @logicflow/core@2.0.9
10+
311
## 2.0.12
412

513
### Patch Changes

packages/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "LogicFlow Extensions",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/react-node-registry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logicflow/react-node-registry
22

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

512
### Patch Changes

packages/react-node-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/react-node-registry",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "LogicFlow React Shape",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/vue-node-registry/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @logicflow/vue-node-registry
22

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

512
### Patch Changes

packages/vue-node-registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/vue-node-registry",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "LogicFlow Vue Component Node Registry",
55
"main": "lib/index.js",
66
"module": "es/index.js",

sites/docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# logicflow-docs
22

3+
## 2.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @logicflow/core@2.0.9
9+
- @logicflow/extension@2.0.13
10+
- @logicflow/react-node-registry@1.0.10
11+
312
## 2.0.14
413

514
### Patch Changes

sites/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logicflow-docs",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"private": true,
55
"description": "LogicFlow sites deployed on gh-pages",
66
"scripts": {

0 commit comments

Comments
 (0)