Skip to content

Commit 0038ce5

Browse files
chore(release): 2.23.1 [skip ci]
## [2.23.1](v2.23.0...v2.23.1) (2022-05-30) ### 🛠 Builds * **deps-dev:** bump [@Angular-devkit](https://github.com/angular-devkit)/build-angular ([b824fc7](b824fc7)) * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([c80d7f3](c80d7f3)) * **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([ea2e411](ea2e411)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([4bbc939](4bbc939)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([d7a7767](d7a7767)) * **deps-dev:** bump eslint in /frank-flow/src/frontend ([e85e2c3](e85e2c3)) * **deps-dev:** bump karma-jasmine-html-reporter ([d168c75](d168c75)) * **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([96a0ba9](96a0ba9)) * **deps-dev:** bump ts-node in /frank-flow/src/frontend ([87acfd5](87acfd5)) * **deps:** bump jqwidgets-ng in /frank-flow/src/frontend ([1915b34](1915b34)) ### ♻️ Chores * jenkins build fail ([ee5a6b4](ee5a6b4))
1 parent 1915b34 commit 0038ce5

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.23.1](https://github.com/ibissource/frank-flow/compare/v2.23.0...v2.23.1) (2022-05-30)
2+
3+
4+
### 🛠 Builds
5+
6+
* **deps-dev:** bump [@angular-devkit](https://github.com/angular-devkit)/build-angular ([b824fc7](https://github.com/ibissource/frank-flow/commit/b824fc7c93471204d649e0963f3995468c225e22))
7+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([c80d7f3](https://github.com/ibissource/frank-flow/commit/c80d7f3a633d4a8358e5fefa3764243354cc8963))
8+
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([ea2e411](https://github.com/ibissource/frank-flow/commit/ea2e4114493ba8709b2800665c9384fa1876a929))
9+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([4bbc939](https://github.com/ibissource/frank-flow/commit/4bbc9392009861be1a0a78d32d5edd0970e52105))
10+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([d7a7767](https://github.com/ibissource/frank-flow/commit/d7a7767cb552471f9a5d33f8041c826483fe56f8))
11+
* **deps-dev:** bump eslint in /frank-flow/src/frontend ([e85e2c3](https://github.com/ibissource/frank-flow/commit/e85e2c33398423122944b371ec8bfd7c308d79e2))
12+
* **deps-dev:** bump karma-jasmine-html-reporter ([d168c75](https://github.com/ibissource/frank-flow/commit/d168c753c66dfc58d976e93206728eb6a1f8da84))
13+
* **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([96a0ba9](https://github.com/ibissource/frank-flow/commit/96a0ba9fdcc6fc52c9df88390db04fa3abcd7e08))
14+
* **deps-dev:** bump ts-node in /frank-flow/src/frontend ([87acfd5](https://github.com/ibissource/frank-flow/commit/87acfd572252891bb01870d6b1e108d2ac8c9e04))
15+
* **deps:** bump jqwidgets-ng in /frank-flow/src/frontend ([1915b34](https://github.com/ibissource/frank-flow/commit/1915b341ee17d354879c0d4b5b3c54706aa8dc06))
16+
17+
18+
### ♻️ Chores
19+
20+
* jenkins build fail ([ee5a6b4](https://github.com/ibissource/frank-flow/commit/ee5a6b4ac667886389e54ec1fabfd39eb2e94a3d))
21+
122
# [2.23.0](https://github.com/ibissource/frank-flow/compare/v2.22.0...v2.23.0) (2022-05-23)
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.23.1-SNAPSHOT</version>
9+
<version>2.23.1</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.23.1-SNAPSHOT</version>
7+
<version>2.23.1</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.23.1-SNAPSHOT</version>
7+
<version>2.23.1</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.23.1-SNAPSHOT</version>
6+
<version>2.23.1</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.23.1-SNAPSHOT</version>
44+
<version>2.23.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.ibissource</groupId>
4848
<artifactId>frank-flow-launcher</artifactId>
49-
<version>2.23.1-SNAPSHOT</version>
49+
<version>2.23.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ibissource</groupId>
5353
<artifactId>frank-flow-webapp</artifactId>
54-
<version>2.23.1-SNAPSHOT</version>
54+
<version>2.23.1</version>
5555
<type>war</type>
5656
</dependency>
5757

0 commit comments

Comments
 (0)