File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change
1
+ # [ 2.21.0] ( https://github.com/ibissource/frank-flow/compare/v2.20.4...v2.21.0 ) (2022-04-29)
2
+
3
+
4
+ ### ✨ Features
5
+
6
+ * make palette colapsible ([ abdc036] ( https://github.com/ibissource/frank-flow/commit/abdc036f730f90291fe84e004f6ebb735ebce54f ) )
7
+
8
+
9
+ ### 🐛 Bug Fixes
10
+
11
+ * hide palette button when editor mode is selected ([ 1dbbe26] ( https://github.com/ibissource/frank-flow/commit/1dbbe2606875d0200c36d49b834a698b47e8ed77 ) )
12
+ * non-configuration file was classified as empty file ([ 5d4a171] ( https://github.com/ibissource/frank-flow/commit/5d4a1717e8c9c7cd79ad0ce8a69950415f13ff0b ) )
13
+
14
+
15
+ ### 🛠 Builds
16
+
17
+ * ** deps-dev:** bump [ @angular-devkit ] ( https://github.com/angular-devkit ) /build-angular ([ 41ef37a] ( https://github.com/ibissource/frank-flow/commit/41ef37a809a795d907183f6031a87acf5b997f94 ) )
18
+ * ** deps-dev:** bump [ @angular ] ( https://github.com/angular ) /cli in /frank-flow/src/frontend ([ 6487b82] ( https://github.com/ibissource/frank-flow/commit/6487b82fe0f56b4686a70f999ab0f7ea73e3c7da ) )
19
+ * ** deps-dev:** bump [ @commitlint ] ( https://github.com/commitlint ) /cli in /frank-flow/src/frontend ([ 6e19acb] ( https://github.com/ibissource/frank-flow/commit/6e19acb7c831b71b013f69e9d42d9f99a8d63914 ) )
20
+ * ** deps-dev:** bump [ @commitlint ] ( https://github.com/commitlint ) /config-conventional ([ e9b63c3] ( https://github.com/ibissource/frank-flow/commit/e9b63c3cfe85fa4cc35d3ca2fa52beac3a811efa ) )
21
+
1
22
## [ 2.20.4] ( https://github.com/ibissource/frank-flow/compare/v2.20.3...v2.20.4 ) (2022-04-28)
2
23
3
24
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.20.5-SNAPSHOT </version >
9
+ <version >2.21.0 </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.20.5-SNAPSHOT </version >
7
+ <version >2.21.0 </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.20.5-SNAPSHOT </version >
7
+ <version >2.21.0 </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.20.5-SNAPSHOT </version >
6
+ <version >2.21.0 </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.20.5-SNAPSHOT </version >
44
+ <version >2.21.0 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.ibissource</groupId >
48
48
<artifactId >frank-flow-launcher</artifactId >
49
- <version >2.20.5-SNAPSHOT </version >
49
+ <version >2.21.0 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.ibissource</groupId >
53
53
<artifactId >frank-flow-webapp</artifactId >
54
- <version >2.20.5-SNAPSHOT </version >
54
+ <version >2.21.0 </version >
55
55
<type >war</type >
56
56
</dependency >
57
57
You can’t perform that action at this time.
0 commit comments