Skip to content

Commit 73e664e

Browse files
chore(release): 2.23.2 [skip ci]
## [2.23.2](v2.23.1...v2.23.2) (2022-06-02) ### 🛠 Builds * **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([a1c1c24](a1c1c24)) * **deps-dev:** bump [@commitlint](https://github.com/commitlint)/config-conventional ([e114476](e114476)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([7644042](7644042)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([e31506f](e31506f)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([616a1c7](616a1c7)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([82d1214](82d1214)) * **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([4046649](4046649)) * **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([4c013e1](4c013e1)) ### ♻️ Chores * **ci:** add snapshot release to own workflow ([909f7cd](909f7cd))
1 parent e114476 commit 73e664e

File tree

5 files changed

+26
-7
lines changed

5 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.23.2](https://github.com/ibissource/frank-flow/compare/v2.23.1...v2.23.2) (2022-06-02)
2+
3+
4+
### 🛠 Builds
5+
6+
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/cli in /frank-flow/src/frontend ([a1c1c24](https://github.com/ibissource/frank-flow/commit/a1c1c2461911a6cd12c57e37058c5b82b861aec9))
7+
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/config-conventional ([e114476](https://github.com/ibissource/frank-flow/commit/e1144765baf87210b05533ec29a1e2d7455a7f56))
8+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([7644042](https://github.com/ibissource/frank-flow/commit/764404201d7dc83f640ee05be2e96ee38a5b894d))
9+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([e31506f](https://github.com/ibissource/frank-flow/commit/e31506f979e5cf66b3d44107db70e591946d1d02))
10+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([616a1c7](https://github.com/ibissource/frank-flow/commit/616a1c7dab11737f006d71faf70cf0262e4ca822))
11+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([82d1214](https://github.com/ibissource/frank-flow/commit/82d1214ae38bf13411f83095b88817062024923b))
12+
* **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([4046649](https://github.com/ibissource/frank-flow/commit/40466498d9d19be5aa3cc12c71fdafdf882866d2))
13+
* **deps-dev:** bump lint-staged in /frank-flow/src/frontend ([4c013e1](https://github.com/ibissource/frank-flow/commit/4c013e15daddbe8ff90752031750374802df1b08))
14+
15+
16+
### ♻️ Chores
17+
18+
* **ci:** add snapshot release to own workflow ([909f7cd](https://github.com/ibissource/frank-flow/commit/909f7cdf3a1766f5787a8bf6a79c67e5aa73869e))
19+
120
## [2.23.1](https://github.com/ibissource/frank-flow/compare/v2.23.0...v2.23.1) (2022-05-30)
221

322

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

0 commit comments

Comments
 (0)