File tree 8 files changed +56
-9
lines changed
8 files changed +56
-9
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.4.2] ( https://github.com/towersxu/logicflow/compare/examples@0.4.1...examples@0.4.2 ) (2021-04-20)
7
+
8
+ ** Note:** Version bump only for package examples
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.4.1] ( https://github.com/towersxu/logicflow/compare/examples@0.4.0...examples@0.4.1 ) (2021-04-19)
7
15
8
16
** Note:** Version bump only for package examples
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " examples" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@ant-design/icons" : " ^4.3.0" ,
7
7
"@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 " ,
10
10
"@pmmmwh/react-refresh-webpack-plugin" : " 0.4.2" ,
11
11
"@svgr/webpack" : " 5.4.0" ,
12
12
"@testing-library/jest-dom" : " ^5.11.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.2] ( https://github.com/towersxu/logicflow/compare/@logicflow/core@0.3.1...@logicflow/core@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
+ * 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
+
6
23
## [ 0.3.1] ( https://github.com/towersxu/logicflow/compare/@logicflow/core@0.3.0...@logicflow/core@0.3.1 ) (2021-04-19)
7
24
8
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/core" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " LogicFlow core, to quickly build flowchart editor" ,
5
5
"main" : " dist/logic-flow.js" ,
6
6
"license" : " Apache 2.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.2] ( https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.3.1...@logicflow/extension@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
+
6
17
## [ 0.3.1] ( https://github.com/towersxu/logicflow/compare/@logicflow/extension@0.3.0...@logicflow/extension@0.3.1 ) (2021-04-19)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @logicflow/extension" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"description" : " LogicFlow extension" ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " es/index.js" ,
25
25
" readme.md"
26
26
],
27
27
"dependencies" : {
28
- "@logicflow/core" : " ^0.3.1 " ,
28
+ "@logicflow/core" : " ^0.3.2 " ,
29
29
"ids" : " ^1.0.0"
30
30
},
31
31
"standard-version" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.2] ( https://github.com/towersxu/logicflow/compare/site@0.3.1...site@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
+
6
17
## [ 0.3.1] ( https://github.com/towersxu/logicflow/compare/site@0.3.0...site@0.3.1 ) (2021-04-19)
7
18
8
19
** Note:** Version bump only for package site
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " site" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 0.3.2 " ,
5
5
"description" : " LogicFlow site" ,
6
6
"scripts" : {
7
7
"dev" : " cross-env NODE_ENV=development MOCK_TYPE=mock webpack-dev-server --client-log-level warning --config scripts/webpack.config.site.js" ,
12
12
" sites"
13
13
],
14
14
"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 " ,
17
17
"preact" : " ^10.4.8"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments