Skip to content

Commit 32d2a8d

Browse files
chore(release): 2.18.0 [skip ci]
# [2.18.0](v2.17.0...v2.18.0) (2022-04-19) ### ✨ Features * add the right cursor type to inputs ([7384343](7384343)) * change the styling of Settings modal ([56001d9](56001d9)) * make pan to node work with receivers ([ca7d236](ca7d236)) ### 🐛 Bug Fixes * buttons now don't overlap the input field in add modal ([f30e653](f30e653)) * change cursor to pointer while hovering over sidebar item ([b08b397](b08b397)) * modify modal will now cut off long file names ([45492c2](45492c2)) * text in delete button now fits ([695494c](695494c)) ### 🛠 Builds * **deps-dev:** bump [@Angular-devkit](https://github.com/angular-devkit)/build-angular ([cedee81](cedee81)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([bdb281d](bdb281d)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([7ca3210](7ca3210)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([84de202](84de202)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([ec368eb](ec368eb)) * **deps:** bump ngx-toastr in /frank-flow/src/frontend ([0bc19df](0bc19df)) ### 📦 Code Refactoring * change header to be one grid and centered better ([3193d0c](3193d0c)) * move modal with sidebar styles to its own class ([1d18d25](1d18d25)) ### 📚 Documentation * add a demo video to the readme ([44522e6](44522e6)) ### ♻️ Chores * update kodiak to now update dependabot, it should do a repase itself ([cd02d62](cd02d62)) ### 💎 Styles * add rule to allready existing hover ([d0d1232](d0d1232))
1 parent b08b397 commit 32d2a8d

File tree

5 files changed

+55
-7
lines changed

5 files changed

+55
-7
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
# [2.18.0](https://github.com/ibissource/frank-flow/compare/v2.17.0...v2.18.0) (2022-04-19)
2+
3+
4+
### ✨ Features
5+
6+
* add the right cursor type to inputs ([7384343](https://github.com/ibissource/frank-flow/commit/7384343718c1c3865a3677c8b966b0b4361b798f))
7+
* change the styling of Settings modal ([56001d9](https://github.com/ibissource/frank-flow/commit/56001d9712d1a1f87e7ec7daa8178db65c46e693))
8+
* make pan to node work with receivers ([ca7d236](https://github.com/ibissource/frank-flow/commit/ca7d23693288dfa37bbc0db39033c1b46f1e39b1))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* buttons now don't overlap the input field in add modal ([f30e653](https://github.com/ibissource/frank-flow/commit/f30e653a49d96290b98660207dd3f45a4ac784aa))
14+
* change cursor to pointer while hovering over sidebar item ([b08b397](https://github.com/ibissource/frank-flow/commit/b08b397cdcc4c22503d9f64df53d01917623771a))
15+
* modify modal will now cut off long file names ([45492c2](https://github.com/ibissource/frank-flow/commit/45492c2fdeecc73a95dcb55092da3bc28fe15acc))
16+
* text in delete button now fits ([695494c](https://github.com/ibissource/frank-flow/commit/695494ca3d05c39fbec86cfaa5576fc7a76af8bb))
17+
18+
19+
### 🛠 Builds
20+
21+
* **deps-dev:** bump [@angular-devkit](https://github.com/angular-devkit)/build-angular ([cedee81](https://github.com/ibissource/frank-flow/commit/cedee815fcccfb57b78ea1ad5a2f5de4c66eacd8))
22+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([bdb281d](https://github.com/ibissource/frank-flow/commit/bdb281d08d32a7e1fa15acc4111b45eb56e98056))
23+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([7ca3210](https://github.com/ibissource/frank-flow/commit/7ca3210b6cb22d0a9a2397d20221e05411534c73))
24+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([84de202](https://github.com/ibissource/frank-flow/commit/84de20231fd0ababaaf9a2fdcf3c7e6bb67cf11f))
25+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([ec368eb](https://github.com/ibissource/frank-flow/commit/ec368eb8fbf5aec917155ea3a2ef7d79f0e2de2e))
26+
* **deps:** bump ngx-toastr in /frank-flow/src/frontend ([0bc19df](https://github.com/ibissource/frank-flow/commit/0bc19dfdd00ef1558036e34f2d95493764bca831))
27+
28+
29+
### 📦 Code Refactoring
30+
31+
* change header to be one grid and centered better ([3193d0c](https://github.com/ibissource/frank-flow/commit/3193d0c42b62a5c328f371e8898500b2173c44dd))
32+
* move modal with sidebar styles to its own class ([1d18d25](https://github.com/ibissource/frank-flow/commit/1d18d2510539b5f44f2e9951fd4b20527fad5852))
33+
34+
35+
### 📚 Documentation
36+
37+
* add a demo video to the readme ([44522e6](https://github.com/ibissource/frank-flow/commit/44522e6a46e589cae41ffc636385aa10fce3d2a1))
38+
39+
40+
### ♻️ Chores
41+
42+
* update kodiak to now update dependabot, it should do a repase itself ([cd02d62](https://github.com/ibissource/frank-flow/commit/cd02d621158f95e971fd399cfbc62c1bf5f26eb1))
43+
44+
45+
### 💎 Styles
46+
47+
* add rule to allready existing hover ([d0d1232](https://github.com/ibissource/frank-flow/commit/d0d1232854e4c37e00a75450b3788357adaf7a01))
48+
149
# [2.17.0](https://github.com/ibissource/frank-flow/compare/v2.16.1...v2.17.0) (2022-04-18)
250

351

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

0 commit comments

Comments
 (0)