Skip to content

Commit 93d4c0e

Browse files
committed
Publish
- examples@0.5.15 - @logicflow/core@0.4.15 - @logicflow/extension@0.4.15 - site@0.4.15
1 parent 876324e commit 93d4c0e

File tree

8 files changed

+69
-9
lines changed

8 files changed

+69
-9
lines changed

examples/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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.5.15](https://github.com/towersxu/logicflow/compare/examples@0.5.11...examples@0.5.15) (2021-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** docs fix ([13d29e4](https://github.com/towersxu/logicflow/commit/13d29e49fa47189e3e0953a5cdd1ea26c4647ced))
12+
* **textension:** rename function getShapeReise to getResizeShape ([88d6d53](https://github.com/towersxu/logicflow/commit/88d6d531dd6232a2abb952468fae0086813bce78))
13+
14+
15+
### Features
16+
17+
* **docs:** add docs and example for InserNodeInPolyline ([e83b998](https://github.com/towersxu/logicflow/commit/e83b998c33b6354463f08d4cd45eac4103138e66))
18+
* **extension:** node resize update ([5434840](https://github.com/towersxu/logicflow/commit/5434840692f741dfb71e385e07f1fe539f3355b1))
19+
20+
21+
22+
23+
624
## [0.5.14](https://github.com/towersxu/logicflow/compare/examples@0.5.11...examples@0.5.14) (2021-06-16)
725

826

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.5.14",
3+
"version": "0.5.15",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^0.4.14",
9-
"@logicflow/extension": "^0.4.14",
8+
"@logicflow/core": "^0.4.15",
9+
"@logicflow/extension": "^0.4.15",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.4.15](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.11...@logicflow/core@0.4.15) (2021-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* [#211](https://github.com/towersxu/logicflow/issues/211) ([3347137](https://github.com/towersxu/logicflow/commit/33471376ec4994eece9acf5266fe50d411aa99cd))
12+
* use html-node as model type ([944b895](https://github.com/towersxu/logicflow/commit/944b895e640a699d6ce0bdedd2d2ac04779489d1))
13+
14+
15+
### Features
16+
17+
* add html node ([373db63](https://github.com/towersxu/logicflow/commit/373db637fb8cca0416ff944dc5beda23f3082bf3))
18+
19+
20+
21+
22+
623
## [0.4.14](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.4.11...@logicflow/core@0.4.14) (2021-06-16)
724

825
**Note:** Version bump only for package @logicflow/core

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.4.14",
3+
"version": "0.4.15",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.4.15](https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.4.11...@logicflow/extension@0.4.15) (2021-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复control组件某些情况下无法销毁的问题 ([47fc75d](https://github.com/towersxu/logicflow/commit/47fc75dd942cba1c5cd441110b4d4e2e07ffc7a3))
12+
* **textension:** rename function getShapeReise to getResizeShape ([88d6d53](https://github.com/towersxu/logicflow/commit/88d6d531dd6232a2abb952468fae0086813bce78))
13+
14+
15+
### Features
16+
17+
* **extension:** node resize update ([5434840](https://github.com/towersxu/logicflow/commit/5434840692f741dfb71e385e07f1fe539f3355b1))
18+
19+
20+
21+
22+
623
## [0.4.14](https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.4.11...@logicflow/extension@0.4.14) (2021-06-16)
724

825

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.4.14",
3+
"version": "0.4.15",
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.4.14",
29+
"@logicflow/core": "^0.4.15",
3030
"ids": "^1.0.0",
3131
"preact": "^10.4.8"
3232
},

packages/site/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.4.15](https://github.com/towersxu/logicflow/compare/site@0.4.11...site@0.4.15) (2021-06-17)
7+
8+
**Note:** Version bump only for package site
9+
10+
11+
12+
13+
614
## [0.4.14](https://github.com/towersxu/logicflow/compare/site@0.4.11...site@0.4.14) (2021-06-16)
715

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

packages/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "site",
4-
"version": "0.4.14",
4+
"version": "0.4.15",
55
"description": "LogicFlow site",
66
"scripts": {
77
"dev": "cross-env NODE_ENV=development MOCK_TYPE=mock webpack-dev-server --client-log-level warning --config scripts/webpack.config.site.js",
@@ -12,8 +12,8 @@
1212
"sites"
1313
],
1414
"dependencies": {
15-
"@logicflow/core": "^0.4.14",
16-
"@logicflow/extension": "^0.4.14",
15+
"@logicflow/core": "^0.4.15",
16+
"@logicflow/extension": "^0.4.15",
1717
"preact": "^10.4.8"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)