File tree Expand file tree Collapse file tree 5 files changed +31
-7
lines changed Expand file tree Collapse file tree 5 files changed +31
-7
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.2.0] ( https://github.com/ibissource/frank-flow/compare/v2.1.9...v2.2.0 ) (2022-01-11)
2
+
3
+
4
+ ### ✨ Features
5
+
6
+ * always show and explorer ([ af6f018] ( https://github.com/ibissource/frank-flow/commit/af6f018e1ac0bad087adf8d5626c40a86afa69ba ) )
7
+ * make Explorer collapsable ([ 6911d00] ( https://github.com/ibissource/frank-flow/commit/6911d009f3ef8ba74152a3c552af6033bc47c9ee ) )
8
+ * remove Selector and restyle Header ([ e07105e] ( https://github.com/ibissource/frank-flow/commit/e07105eb6212f2da0ff4dc17a46b00e9e656177d ) )
9
+
10
+
11
+ ### 🐛 Bug Fixes
12
+
13
+ * make delete button in edit-modal big again ([ 004b925] ( https://github.com/ibissource/frank-flow/commit/004b92557096df9334f65f1ff157be0d25115193 ) )
14
+
15
+
16
+ ### 📦 Code Refactoring
17
+
18
+ * move explorer out of the editor component ([ 607ee19] ( https://github.com/ibissource/frank-flow/commit/607ee19cdb08c0c0208345dce88add82b38a81e4 ) )
19
+
20
+
21
+ ### ♻️ Chores
22
+
23
+ * change kodiak merge stratagy to rebase ([ 21a3259] ( https://github.com/ibissource/frank-flow/commit/21a32594c1c8ca196f7e068d9566d7aad8a0b94b ) )
24
+
1
25
## [ 2.1.9] ( https://github.com/ibissource/frank-flow/compare/v2.1.8...v2.1.9 ) (2022-01-11)
2
26
3
27
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.ibissource</groupId >
8
8
<artifactId >frank-flow-parent</artifactId >
9
- <version >2.1.9 -SNAPSHOT</version >
9
+ <version >2.2.0 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >frank-flow-launcher</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.ibissource</groupId >
6
6
<artifactId >frank-flow-parent</artifactId >
7
- <version >2.1.9 -SNAPSHOT</version >
7
+ <version >2.2.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >frank-flow-webapp</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.ibissource</groupId >
6
6
<artifactId >frank-flow-parent</artifactId >
7
- <version >2.1.9 -SNAPSHOT</version >
7
+ <version >2.2.0 -SNAPSHOT</version >
8
8
</parent >
9
9
10
10
<artifactId >frank-flow</artifactId >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >org.ibissource</groupId >
5
5
<artifactId >frank-flow-parent</artifactId >
6
- <version >2.1.9 -SNAPSHOT</version >
6
+ <version >2.2.0 -SNAPSHOT</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<properties >
41
41
<dependency >
42
42
<groupId >org.ibissource</groupId >
43
43
<artifactId >frank-flow</artifactId >
44
- <version >2.1.9 -SNAPSHOT</version >
44
+ <version >2.2.0 -SNAPSHOT</version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.ibissource</groupId >
48
48
<artifactId >frank-flow-launcher</artifactId >
49
- <version >2.1.9 -SNAPSHOT</version >
49
+ <version >2.2.0 -SNAPSHOT</version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.ibissource</groupId >
53
53
<artifactId >frank-flow-webapp</artifactId >
54
- <version >2.1.9 -SNAPSHOT</version >
54
+ <version >2.2.0 -SNAPSHOT</version >
55
55
<type >war</type >
56
56
</dependency >
57
57
You can’t perform that action at this time.
0 commit comments