Skip to content

Commit 28a1129

Browse files
committed
Publish
- [email protected] - @logicflow/[email protected] - @logicflow/[email protected]
1 parent 7334fbc commit 28a1129

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.9](https://github.com/didi/LogicFlow/compare/[email protected]@0.7.9) (2021-09-04)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [0.7.8](https://github.com/didi/LogicFlow/compare/[email protected]@0.7.8) (2021-08-19)
715

816

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "examples",
3-
"version": "0.7.8",
3+
"version": "0.7.9",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^0.6.13",
9-
"@logicflow/extension": "^0.6.13",
8+
"@logicflow/core": "^0.6.16",
9+
"@logicflow/extension": "^0.6.16",
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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.6.16](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-09-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** isElementInArea fix ([9e8bd62](https://github.com/didi/LogicFlow/commit/9e8bd621e28ff9563f1a02e10708a6e421a01870))
12+
* **examples:** modified examples page title ([3a9ae5e](https://github.com/didi/LogicFlow/commit/3a9ae5ed100405378ed468574ca61445bef44035))
13+
* isElementInArea bugfix ([2050510](https://github.com/didi/LogicFlow/commit/2050510c98684266e152d7d733694c543bbb9c28))
14+
15+
16+
17+
18+
619
## [0.6.13](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-08-19)
720

821

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

packages/extension/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.6.16](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-09-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **examples:** modified examples page title ([3a9ae5e](https://github.com/didi/LogicFlow/commit/3a9ae5ed100405378ed468574ca61445bef44035))
12+
* **extension:** snapshot bugfix after zooming ([c23c0fa](https://github.com/didi/LogicFlow/commit/c23c0fa2d8ec0825f4319def7b98388cc3a09997))
13+
14+
15+
16+
17+
618
## [0.6.13](https://github.com/didi/LogicFlow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-08-19)
719

820

packages/extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicflow/extension",
3-
"version": "0.6.15",
3+
"version": "0.6.16",
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.6.13",
29+
"@logicflow/core": "^0.6.16",
3030
"ids": "^1.0.0",
3131
"preact": "^10.4.8"
3232
},

0 commit comments

Comments
 (0)