Skip to content

Commit 3aea37d

Browse files
chore(release): 2.21.0 [skip ci]
# [2.21.0](v2.20.4...v2.21.0) (2022-04-29) ### ✨ Features * make palette colapsible ([abdc036](abdc036)) ### 🐛 Bug Fixes * hide palette button when editor mode is selected ([1dbbe26](1dbbe26)) * non-configuration file was classified as empty file ([5d4a171](5d4a171)) ### 🛠 Builds * **deps-dev:** bump [@Angular-devkit](https://github.com/angular-devkit)/build-angular ([41ef37a](41ef37a)) * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([6487b82](6487b82)) * **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([6e19acb](6e19acb)) * **deps-dev:** bump [@commitlint](https://github.com/commitlint)/config-conventional ([e9b63c3](e9b63c3))
1 parent 5d4a171 commit 3aea37d

File tree

5 files changed

+28
-7
lines changed

5 files changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.21.0](https://github.com/ibissource/frank-flow/compare/v2.20.4...v2.21.0) (2022-04-29)
2+
3+
4+
### ✨ Features
5+
6+
* make palette colapsible ([abdc036](https://github.com/ibissource/frank-flow/commit/abdc036f730f90291fe84e004f6ebb735ebce54f))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* hide palette button when editor mode is selected ([1dbbe26](https://github.com/ibissource/frank-flow/commit/1dbbe2606875d0200c36d49b834a698b47e8ed77))
12+
* non-configuration file was classified as empty file ([5d4a171](https://github.com/ibissource/frank-flow/commit/5d4a1717e8c9c7cd79ad0ce8a69950415f13ff0b))
13+
14+
15+
### 🛠 Builds
16+
17+
* **deps-dev:** bump [@angular-devkit](https://github.com/angular-devkit)/build-angular ([41ef37a](https://github.com/ibissource/frank-flow/commit/41ef37a809a795d907183f6031a87acf5b997f94))
18+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([6487b82](https://github.com/ibissource/frank-flow/commit/6487b82fe0f56b4686a70f999ab0f7ea73e3c7da))
19+
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([6e19acb](https://github.com/ibissource/frank-flow/commit/6e19acb7c831b71b013f69e9d42d9f99a8d63914))
20+
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/config-conventional ([e9b63c3](https://github.com/ibissource/frank-flow/commit/e9b63c3cfe85fa4cc35d3ca2fa52beac3a811efa))
21+
122
## [2.20.4](https://github.com/ibissource/frank-flow/compare/v2.20.3...v2.20.4) (2022-04-28)
223

324

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

0 commit comments

Comments
 (0)