Skip to content

Commit

Permalink
chore(release): 2.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.19.0](v2.18.0...v2.19.0) (2022-04-20)

### ✨ Features

* add function to delete flow settings ([25ff8d8](25ff8d8))
* add option to disable confirm popup ([1878307](1878307))

### 🐛 Bug Fixes

* remove exits from palete and flow ([9b3f8c0](9b3f8c0))
* remove the add file button from header ([d15dfb9](d15dfb9))
* small refactor for clarity ([3795b9a](3795b9a))
* some errors overlapped the header, making it impossible to switch mode ([6cf6c73](6cf6c73))

### 📦 Code Refactoring

* make the palette filter nicer in code ([bca3c3e](bca3c3e))
  • Loading branch information
semantic-release-bot committed Apr 20, 2022
1 parent 3795b9a commit c120a71
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.19.0](https://github.com/ibissource/frank-flow/compare/v2.18.0...v2.19.0) (2022-04-20)


### ✨ Features

* add function to delete flow settings ([25ff8d8](https://github.com/ibissource/frank-flow/commit/25ff8d8ab0dccd21d24d2e691f253353d528326b))
* add option to disable confirm popup ([1878307](https://github.com/ibissource/frank-flow/commit/1878307848165d76d9e9fbfdbaba60687c00f9a2))


### 🐛 Bug Fixes

* remove exits from palete and flow ([9b3f8c0](https://github.com/ibissource/frank-flow/commit/9b3f8c0262bf928dea5ecccf7a7092d71e0445d5))
* remove the add file button from header ([d15dfb9](https://github.com/ibissource/frank-flow/commit/d15dfb9bde766e61900f213bc13c2ed607af4e76))
* small refactor for clarity ([3795b9a](https://github.com/ibissource/frank-flow/commit/3795b9a1a6663c920daeb71eb620a129a7e8b657))
* some errors overlapped the header, making it impossible to switch mode ([6cf6c73](https://github.com/ibissource/frank-flow/commit/6cf6c737908b3a6ec4ba250dbaf6b7b86946fab3))


### 📦 Code Refactoring

* make the palette filter nicer in code ([bca3c3e](https://github.com/ibissource/frank-flow/commit/bca3c3e99fbe51d4ca536328ff803414696cb915))

# [2.18.0](https://github.com/ibissource/frank-flow/compare/v2.17.0...v2.18.0) (2022-04-19)


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.18.0-SNAPSHOT</version>
<version>2.19.0-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.18.0-SNAPSHOT</version>
<version>2.19.0-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.18.0-SNAPSHOT</version>
<version>2.19.0-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.18.0-SNAPSHOT</version>
<version>2.19.0-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.18.0-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-launcher</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>frank-flow-webapp</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
<type>war</type>
</dependency>

Expand Down

0 comments on commit c120a71

Please sign in to comment.