Skip to content

Commit af772ae

Browse files
chore(release): 2.8.0 [skip ci]
# [2.8.0](v2.7.5...v2.8.0) (2022-02-03) ### ✨ Features * add background blur to transparent elements ([eafe2b9](eafe2b9)) * add shadow to connections, fix hr in modal and style toastr ([152e2f9](152e2f9)) * add shadows to header and sidebars and change file-tree ([561cc1c](561cc1c)) * change scss variables and implement shadows and buttons differently ([f825e80](f825e80)) * change some font and border sizes and aligning ([7ef1a12](7ef1a12)) * change some font and border sizes and aligning ([c12ce11](c12ce11)) * change the styling to a more modern look ([e66a53f](e66a53f)) * make the no convas message as big as the actions (with lager buttons) ([364cbc0](364cbc0)) * remove padding when node is active so content doesn't move ([65a5390](65a5390)) ### 🛠 Builds * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([cc779ea](cc779ea)) ### 🗑 Reverts * change frank-runner.properties back ([0706ee7](0706ee7))
1 parent cc779ea commit af772ae

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.8.0](https://github.com/ibissource/frank-flow/compare/v2.7.5...v2.8.0) (2022-02-03)
2+
3+
4+
### ✨ Features
5+
6+
* add background blur to transparent elements ([eafe2b9](https://github.com/ibissource/frank-flow/commit/eafe2b90086a1412701c5578bebe252bd143a5c9))
7+
* add shadow to connections, fix hr in modal and style toastr ([152e2f9](https://github.com/ibissource/frank-flow/commit/152e2f9898d036cc4e0f83214c044e734c3c64ae))
8+
* add shadows to header and sidebars and change file-tree ([561cc1c](https://github.com/ibissource/frank-flow/commit/561cc1caba47ab66203d5dbf69b892224efb77cf))
9+
* change scss variables and implement shadows and buttons differently ([f825e80](https://github.com/ibissource/frank-flow/commit/f825e80939aea14bf6321acbe17c452693e83cc9))
10+
* change some font and border sizes and aligning ([7ef1a12](https://github.com/ibissource/frank-flow/commit/7ef1a12572a2958f38eff26d0b84a1c290c88cfb))
11+
* change some font and border sizes and aligning ([c12ce11](https://github.com/ibissource/frank-flow/commit/c12ce117d29c5035c9b521b57c5ac16e2d2dc301))
12+
* change the styling to a more modern look ([e66a53f](https://github.com/ibissource/frank-flow/commit/e66a53f02f6ed6233c97c5932f7908ffbf1f6f17))
13+
* make the no convas message as big as the actions (with lager buttons) ([364cbc0](https://github.com/ibissource/frank-flow/commit/364cbc0aac6cdc2150be0f20327680c6e1f510b6))
14+
* remove padding when node is active so content doesn't move ([65a5390](https://github.com/ibissource/frank-flow/commit/65a5390abf53924cebe7a3e77f6c3d258d204e07))
15+
16+
17+
### 🛠 Builds
18+
19+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([cc779ea](https://github.com/ibissource/frank-flow/commit/cc779ea33b4850fc4ecbdafe7c1862f93fdc3892))
20+
21+
22+
### 🗑 Reverts
23+
24+
* change frank-runner.properties back ([0706ee7](https://github.com/ibissource/frank-flow/commit/0706ee713091b917e898592e2c41cf8bddf643c9))
25+
126
## [2.7.5](https://github.com/ibissource/frank-flow/compare/v2.7.4...v2.7.5) (2022-01-31)
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.7.5-SNAPSHOT</version>
9+
<version>2.8.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.7.5-SNAPSHOT</version>
7+
<version>2.8.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.7.5-SNAPSHOT</version>
7+
<version>2.8.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.7.5-SNAPSHOT</version>
6+
<version>2.8.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.7.5-SNAPSHOT</version>
44+
<version>2.8.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.7.5-SNAPSHOT</version>
49+
<version>2.8.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.7.5-SNAPSHOT</version>
54+
<version>2.8.0-SNAPSHOT</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)