Skip to content

Commit 6069793

Browse files
committed
1 parent 12bd0db commit 6069793

File tree

8 files changed

+56
-9
lines changed

8 files changed

+56
-9
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.4.2](https://github.com/towersxu/logicflow/compare/[email protected]@0.4.2) (2021-04-20)
7+
8+
**Note:** Version bump only for package examples
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/towersxu/logicflow/compare/[email protected]@0.4.1) (2021-04-19)
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.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"dependencies": {
66
"@ant-design/icons": "^4.3.0",
77
"@babel/core": "7.12.3",
8-
"@logicflow/core": "^0.3.1",
9-
"@logicflow/extension": "^0.3.1",
8+
"@logicflow/core": "^0.3.2",
9+
"@logicflow/extension": "^0.3.2",
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

+17
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.3.2](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-20)
7+
8+
9+
### Bug Fixes
10+
11+
* show anchors when extend baseNode ([12bd0db](https://github.com/towersxu/logicflow/commit/12bd0db574b18b19aed8134b9e508f3c0a9ef6f4))
12+
* show anchors when extend baseNode ([d78d7df](https://github.com/towersxu/logicflow/commit/d78d7dfabbdea171a104a22b48ad6e8662230c21))
13+
14+
15+
### Features
16+
17+
* **core:** add clearData funcion in Logicflow ([2a5b345](https://github.com/towersxu/logicflow/commit/2a5b3450b88fd7d831bc25810726fa4de4255033))
18+
19+
20+
21+
22+
623
## [0.3.1](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-19)
724

825

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

packages/extension/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.2](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-20)
7+
8+
9+
### Bug Fixes
10+
11+
* show anchors when extend baseNode ([12bd0db](https://github.com/towersxu/logicflow/commit/12bd0db574b18b19aed8134b9e508f3c0a9ef6f4))
12+
13+
14+
15+
16+
617
## [0.3.1](https://github.com/towersxu/logicflow/compare/@logicflow/[email protected]...@logicflow/[email protected]) (2021-04-19)
718

819

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.3.1",
3+
"version": "0.3.2",
44
"description": "LogicFlow extension",
55
"main": "cjs/index.js",
66
"module": "es/index.js",
@@ -25,7 +25,7 @@
2525
"readme.md"
2626
],
2727
"dependencies": {
28-
"@logicflow/core": "^0.3.1",
28+
"@logicflow/core": "^0.3.2",
2929
"ids": "^1.0.0"
3030
},
3131
"standard-version": {

packages/site/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.2](https://github.com/towersxu/logicflow/compare/[email protected]@0.3.2) (2021-04-20)
7+
8+
9+
### Bug Fixes
10+
11+
* show anchors when extend baseNode ([12bd0db](https://github.com/towersxu/logicflow/commit/12bd0db574b18b19aed8134b9e508f3c0a9ef6f4))
12+
13+
14+
15+
16+
617
## [0.3.1](https://github.com/towersxu/logicflow/compare/[email protected]@0.3.1) (2021-04-19)
718

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

packages/site/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "site",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
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.3.1",
16-
"@logicflow/extension": "^0.3.1",
15+
"@logicflow/core": "^0.3.2",
16+
"@logicflow/extension": "^0.3.2",
1717
"preact": "^10.4.8"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)