Skip to content

Commit fcaac78

Browse files
committed
feat: release new version
@logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected] @logicflow/[email protected]
1 parent 5ce9fe6 commit fcaac78

File tree

12 files changed

+55
-6
lines changed

12 files changed

+55
-6
lines changed

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.2.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- feat: 支持移动端适配
8+
39
## 2.1.4
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.4",
3+
"version": "2.2.0-alpha.0",
44
"description": "LogicFlow, help you quickly create flowcharts",
55
"main": "lib/index.js",
66
"module": "es/index.js",

packages/extension/CHANGELOG.md

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

3+
## 2.2.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- feat: 支持移动端适配
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @logicflow/core@2.2.0-alpha.0
13+
- @logicflow/vue-node-registry@1.2.0-alpha.0
14+
315
## 2.1.6
416

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

0 commit comments

Comments
 (0)