Skip to content

Commit

Permalink
chore(release): 2.12.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.12.4](v2.12.3...v2.12.4) (2022-03-23)

### 🛠 Builds

* **deps:** bump minimist in /frank-flow/src/frontend ([c675838](c675838))
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent c675838 commit 8d3f9cd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.12.4](https://github.com/ibissource/frank-flow/compare/v2.12.3...v2.12.4) (2022-03-23)


### 🛠 Builds

* **deps:** bump minimist in /frank-flow/src/frontend ([c675838](https://github.com/ibissource/frank-flow/commit/c675838e79458d2bd6f5c2350142ca980dd1a372))

## [2.12.3](https://github.com/ibissource/frank-flow/compare/v2.12.2...v2.12.3) (2022-03-23)


Expand Down
2 changes: 1 addition & 1 deletion frank-flow-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
</parent>

<artifactId>frank-flow-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frank-flow-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
</parent>

<artifactId>frank-flow-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion frank-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
</parent>

<artifactId>frank-flow</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.ibissource</groupId>
<artifactId>frank-flow-parent</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -41,17 +41,17 @@
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-launcher</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-webapp</artifactId>
<version>2.12.3-SNAPSHOT</version>
<version>2.12.4-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand Down

0 comments on commit 8d3f9cd

Please sign in to comment.