Skip to content

Commit c120a71

Browse files
chore(release): 2.19.0 [skip ci]
# [2.19.0](v2.18.0...v2.19.0) (2022-04-20) ### ✨ Features * add function to delete flow settings ([25ff8d8](25ff8d8)) * add option to disable confirm popup ([1878307](1878307)) ### 🐛 Bug Fixes * remove exits from palete and flow ([9b3f8c0](9b3f8c0)) * remove the add file button from header ([d15dfb9](d15dfb9)) * small refactor for clarity ([3795b9a](3795b9a)) * some errors overlapped the header, making it impossible to switch mode ([6cf6c73](6cf6c73)) ### 📦 Code Refactoring * make the palette filter nicer in code ([bca3c3e](bca3c3e))
1 parent 3795b9a commit c120a71

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.19.0](https://github.com/ibissource/frank-flow/compare/v2.18.0...v2.19.0) (2022-04-20)
2+
3+
4+
### ✨ Features
5+
6+
* add function to delete flow settings ([25ff8d8](https://github.com/ibissource/frank-flow/commit/25ff8d8ab0dccd21d24d2e691f253353d528326b))
7+
* add option to disable confirm popup ([1878307](https://github.com/ibissource/frank-flow/commit/1878307848165d76d9e9fbfdbaba60687c00f9a2))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* remove exits from palete and flow ([9b3f8c0](https://github.com/ibissource/frank-flow/commit/9b3f8c0262bf928dea5ecccf7a7092d71e0445d5))
13+
* remove the add file button from header ([d15dfb9](https://github.com/ibissource/frank-flow/commit/d15dfb9bde766e61900f213bc13c2ed607af4e76))
14+
* small refactor for clarity ([3795b9a](https://github.com/ibissource/frank-flow/commit/3795b9a1a6663c920daeb71eb620a129a7e8b657))
15+
* some errors overlapped the header, making it impossible to switch mode ([6cf6c73](https://github.com/ibissource/frank-flow/commit/6cf6c737908b3a6ec4ba250dbaf6b7b86946fab3))
16+
17+
18+
### 📦 Code Refactoring
19+
20+
* make the palette filter nicer in code ([bca3c3e](https://github.com/ibissource/frank-flow/commit/bca3c3e99fbe51d4ca536328ff803414696cb915))
21+
122
# [2.18.0](https://github.com/ibissource/frank-flow/compare/v2.17.0...v2.18.0) (2022-04-19)
223

324

frank-flow-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.ibissource</groupId>
88
<artifactId>frank-flow-parent</artifactId>
9-
<version>2.18.0-SNAPSHOT</version>
9+
<version>2.19.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>frank-flow-launcher</artifactId>

frank-flow-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.18.0-SNAPSHOT</version>
7+
<version>2.19.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow-webapp</artifactId>

frank-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ibissource</groupId>
66
<artifactId>frank-flow-parent</artifactId>
7-
<version>2.18.0-SNAPSHOT</version>
7+
<version>2.19.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>frank-flow</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.ibissource</groupId>
55
<artifactId>frank-flow-parent</artifactId>
6-
<version>2.18.0-SNAPSHOT</version>
6+
<version>2.19.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<properties>
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.ibissource</groupId>
4343
<artifactId>frank-flow</artifactId>
44-
<version>2.18.0-SNAPSHOT</version>
44+
<version>2.19.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.18.0-SNAPSHOT</version>
49+
<version>2.19.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.18.0-SNAPSHOT</version>
54+
<version>2.19.0-SNAPSHOT</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)