Skip to content

Commit a5add6a

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.9...v2.2.0) (2022-01-11) ### ✨ Features * always show and explorer ([af6f018](af6f018)) * make Explorer collapsable ([6911d00](6911d00)) * remove Selector and restyle Header ([e07105e](e07105e)) ### 🐛 Bug Fixes * make delete button in edit-modal big again ([004b925](004b925)) ### 📦 Code Refactoring * move explorer out of the editor component ([607ee19](607ee19)) ### ♻️ Chores * change kodiak merge stratagy to rebase ([21a3259](21a3259))
1 parent 004b925 commit a5add6a

File tree

5 files changed

+31
-7
lines changed

5 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
## [2.1.9](https://github.com/ibissource/frank-flow/compare/v2.1.8...v2.1.9) (2022-01-11)
226

327

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

0 commit comments

Comments
 (0)