Skip to content

Commit ff9b7fc

Browse files
chore(release): 2.20.0 [skip ci]
# [2.20.0](v2.19.1...v2.20.0) (2022-04-27) ### ✨ Features * add undo and redo buttons to header ([b2af57d](b2af57d)) ### 🛠 Builds * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([219fb51](219fb51)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([c08d2c6](c08d2c6)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([cb7f980](cb7f980)) * **deps-dev:** bump eslint in /frank-flow/src/frontend ([aace402](aace402)) * **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([8048799](8048799)) * **deps:** bump maven-site-plugin from 3.11.0 to 3.12.0 ([9cbdf0a](9cbdf0a)) * **deps:** bump tslib from 2.3.1 to 2.4.0 in /frank-flow/src/frontend ([05b6e03](05b6e03)) ### ♻️ Chores * create snapshot version in ci for further development ([9cb7081](9cb7081)) * disable double jars error ([a1d3608](a1d3608)) * frank runner takes to much time to start ([1105efd](1105efd))
1 parent 9cb7081 commit ff9b7fc

File tree

5 files changed

+32
-7
lines changed

5 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [2.20.0](https://github.com/ibissource/frank-flow/compare/v2.19.1...v2.20.0) (2022-04-27)
2+
3+
4+
### ✨ Features
5+
6+
* add undo and redo buttons to header ([b2af57d](https://github.com/ibissource/frank-flow/commit/b2af57da9e96409fc4901049ce71a3f95362ce60))
7+
8+
9+
### 🛠 Builds
10+
11+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([219fb51](https://github.com/ibissource/frank-flow/commit/219fb51b764e4c9f6b665a7b0839531c92e1c258))
12+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([c08d2c6](https://github.com/ibissource/frank-flow/commit/c08d2c6756687ef0e305c32412e128dba0d65023))
13+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([cb7f980](https://github.com/ibissource/frank-flow/commit/cb7f98026e8e2ab1e20bcad73356b49c1fe9eaff))
14+
* **deps-dev:** bump eslint in /frank-flow/src/frontend ([aace402](https://github.com/ibissource/frank-flow/commit/aace4021da7a081ba0cca342ce9c217f0d2c91f8))
15+
* **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([8048799](https://github.com/ibissource/frank-flow/commit/8048799e6b353bead9dfc4dc5c37d302218ff3fe))
16+
* **deps:** bump maven-site-plugin from 3.11.0 to 3.12.0 ([9cbdf0a](https://github.com/ibissource/frank-flow/commit/9cbdf0afc4eaa50a6d4812b935850129b18a2873))
17+
* **deps:** bump tslib from 2.3.1 to 2.4.0 in /frank-flow/src/frontend ([05b6e03](https://github.com/ibissource/frank-flow/commit/05b6e031e5866e70cfc25fb6a52646197b9b659f))
18+
19+
20+
### ♻️ Chores
21+
22+
* create snapshot version in ci for further development ([9cb7081](https://github.com/ibissource/frank-flow/commit/9cb7081e7e7f929c1f8aae69b33bc48dc5e4f15d))
23+
* disable double jars error ([a1d3608](https://github.com/ibissource/frank-flow/commit/a1d3608d9928c678d631cac952100310200cc9a0))
24+
* frank runner takes to much time to start ([1105efd](https://github.com/ibissource/frank-flow/commit/1105efdde6ebd60e36cef3a281a53f42b2568f16))
25+
126
## [2.19.1](https://github.com/ibissource/frank-flow/compare/v2.19.0...v2.19.1) (2022-04-21)
227

328

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

0 commit comments

Comments
 (0)