Skip to content

Commit 9ff22e1

Browse files
chore(release): 2.15.0 [skip ci]
# [2.15.0](v2.14.0...v2.15.0) (2022-03-31) ### ✨ Features * change cloud to puzzle piece in palette items ([abe521d](abe521d)) ### 🐛 Bug Fixes * add trash icon to (nested) node options ([d0e2c7b](d0e2c7b)) * disable available attributes select if none vailable ([0b00a59](0b00a59)) ### 🛠 Builds * **deps-dev:** bump [@Angular-devkit](https://github.com/angular-devkit)/build-angular ([d3e7a66](d3e7a66)) * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([08e9f60](08e9f60)) * **deps-dev:** bump [@types](https://github.com/types)/jasmine in /frank-flow/src/frontend ([8f27a46](8f27a46)) * **deps-dev:** bump karma-jasmine in /frank-flow/src/frontend ([f18fc88](f18fc88)) * **deps:** bump log4j to version 2.17.2 ([3cc7939](3cc7939)) * **deps:** update spring to 5.3.18 and cxf to 3.4.6 ([4933267](4933267)) ### 📦 Code Refactoring * move observer from constructor to oninit and add unsubscribe ([b9f09bb](b9f09bb))
1 parent abe521d commit 9ff22e1

File tree

5 files changed

+35
-7
lines changed

5 files changed

+35
-7
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [2.15.0](https://github.com/ibissource/frank-flow/compare/v2.14.0...v2.15.0) (2022-03-31)
2+
3+
4+
### ✨ Features
5+
6+
* change cloud to puzzle piece in palette items ([abe521d](https://github.com/ibissource/frank-flow/commit/abe521dcacb50f319ba58a340573a9fc42c25d7a))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* add trash icon to (nested) node options ([d0e2c7b](https://github.com/ibissource/frank-flow/commit/d0e2c7bd4abe254c918513549a05e22e98c9b701))
12+
* disable available attributes select if none vailable ([0b00a59](https://github.com/ibissource/frank-flow/commit/0b00a59c438db389e54a152681695e607f705d72))
13+
14+
15+
### 🛠 Builds
16+
17+
* **deps-dev:** bump [@angular-devkit](https://github.com/angular-devkit)/build-angular ([d3e7a66](https://github.com/ibissource/frank-flow/commit/d3e7a663fbba2043460134f1969ce1a4fb91fb65))
18+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([08e9f60](https://github.com/ibissource/frank-flow/commit/08e9f6028a3273da0b8cae8f780e6fed15e57fb5))
19+
* **deps-dev:** bump [@types](https://github.com/types)/jasmine in /frank-flow/src/frontend ([8f27a46](https://github.com/ibissource/frank-flow/commit/8f27a46a6b993dff7ab09574e60b66df4ec7b48f))
20+
* **deps-dev:** bump karma-jasmine in /frank-flow/src/frontend ([f18fc88](https://github.com/ibissource/frank-flow/commit/f18fc88891b7878c526e4f91e8adcfce93d12274))
21+
* **deps:** bump log4j to version 2.17.2 ([3cc7939](https://github.com/ibissource/frank-flow/commit/3cc793964aef46f9f5aec876fc33dcc579cd1c49))
22+
* **deps:** update spring to 5.3.18 and cxf to 3.4.6 ([4933267](https://github.com/ibissource/frank-flow/commit/49332676d1e411dbe5d1e27ea6257abe7f3f4fe8))
23+
24+
25+
### 📦 Code Refactoring
26+
27+
* move observer from constructor to oninit and add unsubscribe ([b9f09bb](https://github.com/ibissource/frank-flow/commit/b9f09bbff171085d9b9723b08d189ab6da1a5024))
28+
129
# [2.14.0](https://github.com/ibissource/frank-flow/compare/v2.13.0...v2.14.0) (2022-03-29)
230

331

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

0 commit comments

Comments
 (0)