Skip to content

Commit 99c9596

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](v2.11.6...v2.12.0) (2022-03-21) ### ✨ Features * add configuration settings modal ([0517adc](0517adc)) * make highlight easier to see ([11b88e4](11b88e4)) * refactor flow-structure and add delete ([87f0718](87f0718)) ### 🐛 Bug Fixes * add hover to link in flow settings modal ([edcc4ef](edcc4ef)) * add yellow highlight to all nodes and fix padding ([4be4c54](4be4c54)) * apply requested changes ([63ab279](63ab279)) * flowSettings kept the settings from the previous configuration, if the current file wasn't one ([178bab4](178bab4)) * remove outline on select when using Chrome-browser ([ae49f46](ae49f46))
1 parent edcc4ef commit 99c9596

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.12.0](https://github.com/ibissource/frank-flow/compare/v2.11.6...v2.12.0) (2022-03-21)
2+
3+
4+
### ✨ Features
5+
6+
* add configuration settings modal ([0517adc](https://github.com/ibissource/frank-flow/commit/0517adce02433856005f6091d0aff6e63fe1f0fe))
7+
* make highlight easier to see ([11b88e4](https://github.com/ibissource/frank-flow/commit/11b88e4be2b28226139393c03cfa220696e4f826))
8+
* refactor flow-structure and add delete ([87f0718](https://github.com/ibissource/frank-flow/commit/87f071839a034ba465e46c4902e48a32e158fd76))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* add hover to link in flow settings modal ([edcc4ef](https://github.com/ibissource/frank-flow/commit/edcc4efd01a16959178c2aa9c5410ccbda4333e1))
14+
* add yellow highlight to all nodes and fix padding ([4be4c54](https://github.com/ibissource/frank-flow/commit/4be4c540b37043cf7a155cc838cc6c07e02c8d0c))
15+
* apply requested changes ([63ab279](https://github.com/ibissource/frank-flow/commit/63ab279f6d42c6fa5bf10900274695b99bc38749))
16+
* flowSettings kept the settings from the previous configuration, if the current file wasn't one ([178bab4](https://github.com/ibissource/frank-flow/commit/178bab408c6f163711ad3fa9a20f0b4765d2f55f))
17+
* remove outline on select when using Chrome-browser ([ae49f46](https://github.com/ibissource/frank-flow/commit/ae49f4601230bb4887228cb9530e4f90b17184a0))
18+
119
## [2.11.6](https://github.com/ibissource/frank-flow/compare/v2.11.5...v2.11.6) (2022-03-21)
220

321

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.11.6-SNAPSHOT</version>
9+
<version>2.12.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.11.6-SNAPSHOT</version>
7+
<version>2.12.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.11.6-SNAPSHOT</version>
7+
<version>2.12.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.11.6-SNAPSHOT</version>
6+
<version>2.12.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.11.6-SNAPSHOT</version>
44+
<version>2.12.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.11.6-SNAPSHOT</version>
49+
<version>2.12.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.11.6-SNAPSHOT</version>
54+
<version>2.12.0-SNAPSHOT</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)