Skip to content

Commit 490f81e

Browse files
chore(release): 2.1.6 [skip ci]
## [2.1.6](v2.1.5...v2.1.6) (2022-01-10) ### 🛠 Builds * **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([#420](#420)) ([ce612a7](ce612a7)) * **deps-dev:** bump karma in /frank-flow/src/frontend ([#419](#419)) ([fd4d5c6](fd4d5c6)) ### ♻️ Chores * change commit messages for dependabot and add all poms ([83d1a07](83d1a07)) * remove commit message from dependabot ([344f8cc](344f8cc))
1 parent ce612a7 commit 490f81e

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.1.6](https://github.com/ibissource/frank-flow/compare/v2.1.5...v2.1.6) (2022-01-10)
2+
3+
4+
### 🛠 Builds
5+
6+
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([#420](https://github.com/ibissource/frank-flow/issues/420)) ([ce612a7](https://github.com/ibissource/frank-flow/commit/ce612a78713aeaba5f6e0ccf032a3e15ff66be4e))
7+
* **deps-dev:** bump karma in /frank-flow/src/frontend ([#419](https://github.com/ibissource/frank-flow/issues/419)) ([fd4d5c6](https://github.com/ibissource/frank-flow/commit/fd4d5c6f1e6d50479fdc548f8da66d2da5f21a78))
8+
9+
10+
### ♻️ Chores
11+
12+
* change commit messages for dependabot and add all poms ([83d1a07](https://github.com/ibissource/frank-flow/commit/83d1a077d970bf82fd070c39bf10690f543e0f45))
13+
* remove commit message from dependabot ([344f8cc](https://github.com/ibissource/frank-flow/commit/344f8cc9333969ba38a7d9db9ed96c4cc0073d48))
14+
115
## [2.1.5](https://github.com/ibissource/frank-flow/compare/v2.1.4...v2.1.5) (2022-01-08)
216

317

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

0 commit comments

Comments
 (0)