Skip to content

Commit ccb87dd

Browse files
committed
Publish
- [email protected] - @logicflow/[email protected] - @logicflow/[email protected]
1 parent 64a6c27 commit ccb87dd

File tree

6 files changed

+40
-6
lines changed

6 files changed

+40
-6
lines changed

examples/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.13](https://github.com/didi/LogicFlow/compare/[email protected]@0.7.13) (2021-11-04)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [0.7.12](https://github.com/didi/LogicFlow/compare/[email protected]@0.7.12) (2021-11-03)
715

816
**Note:** Version bump only for package examples

examples/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "examples",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^0.7.3",
9-
"@logicflow/extension": "^0.7.3",
8+
"@logicflow/core": "^0.7.4",
9+
"@logicflow/extension": "^0.7.4",
1010
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
1111
"@svgr/webpack": "5.4.0",
1212
"@testing-library/jest-dom": "^5.11.4",

packages/core/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.4](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** ts error ([83db114](https://github.com/didi/LogicFlow/commit/83db114f495307aa039ff45d743336f124a32221))
12+
13+
14+
### Features
15+
16+
* **core:** add anchor properties ([21b245e](https://github.com/didi/LogicFlow/commit/21b245ef858761babd42a5de558a77a39ff1e6d6))
17+
* **core:** adjust edge ([0490ae0](https://github.com/didi/LogicFlow/commit/0490ae08d6d681dfbcf19bf678c46e2179d98cb8))
18+
* **core:** support anchor setting properties ([ecf7aaa](https://github.com/didi/LogicFlow/commit/ecf7aaa0daa963c08fde6f2c64de0790a4133f8c))
19+
20+
21+
22+
23+
624
## [0.7.3](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-11-03)
725

826

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": "0.7.3",
3+
"version": "0.7.4",
44
"description": "LogicFlow core, to quickly build flowchart editor",
55
"main": "dist/logic-flow.js",
66
"license": "Apache-2.0",

packages/extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.4](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-11-04)
7+
8+
**Note:** Version bump only for package @logicflow/extension
9+
10+
11+
12+
13+
614
## [0.7.3](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-11-03)
715

816
**Note:** Version bump only for package @logicflow/extension

packages/extension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "LogicFlow extension",
55
"main": "cjs/index.js",
66
"module": "es/index.js",
@@ -26,7 +26,7 @@
2626
"readme.md"
2727
],
2828
"dependencies": {
29-
"@logicflow/core": "^0.7.3",
29+
"@logicflow/core": "^0.7.4",
3030
"ids": "^1.0.0",
3131
"preact": "^10.4.8"
3232
},

0 commit comments

Comments
 (0)