Skip to content

Commit 7febd44

Browse files
chore(release): 2.27.0 [skip ci]
# [2.27.0](v2.26.0...v2.27.0) (2022-09-29) ### ✨ Features * add all the favicons! ([eee436a](eee436a)) * add beta logo ([0a9ef19](0a9ef19)) ### 🐛 Bug Fixes * clearify file system errors ([7b277e6](7b277e6)) * frankdoc.json url path ([9d8186d](9d8186d)) * only show sender and listener badges ([40bba46](40bba46)) * side scrolling in options modal ([c522cba](c522cba)) * use the type that matches the tagname when an element has multiple types ([11808a6](11808a6)) ### 🛠 Builds * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/builder ([0e367d3](0e367d3)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/builder ([dd6df61](dd6df61)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/builder ([7097cd2](7097cd2)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([eb946e6](eb946e6)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([7389efb](7389efb)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([3bc843b](3bc843b)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/template-parser ([23f7deb](23f7deb)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/template-parser ([53d4163](53d4163)) * **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/template-parser ([9edc0f0](9edc0f0)) * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([90a0722](90a0722)) * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([a46c915](a46c915)) * **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([64f32ae](64f32ae)) * **deps-dev:** bump [@types](https://github.com/types)/cytoscape in /frank-flow/src/frontend ([b86649d](b86649d)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([2ae1894](2ae1894)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([f6866f1](f6866f1)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([58af1ac](58af1ac)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([571bf6a](571bf6a)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([6e5e44e](6e5e44e)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([b092ee2](b092ee2)) * **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([85888dd](85888dd)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([2673f48](2673f48)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([4875bf2](4875bf2)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([c11346b](c11346b)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([7592c45](7592c45)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([3b4c972](3b4c972)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([370ffa9](370ffa9)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([59a7c8b](59a7c8b)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([3982537](3982537)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([e12e2c5](e12e2c5)) * **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([b67e162](b67e162)) * **deps-dev:** bump eslint in /frank-flow/src/frontend ([693d8c9](693d8c9)) * **deps-dev:** bump eslint in /frank-flow/src/frontend ([9f5f84d](9f5f84d)) * **deps-dev:** bump jasmine-core in /frank-flow/src/frontend ([0a7874b](0a7874b)) * **deps-dev:** bump karma in /frank-flow/src/frontend ([03877e8](03877e8)) * **deps:** bump [@FortAwesome](https://github.com/fortawesome)/free-regular-svg-icons ([14826d2](14826d2)) * **deps:** bump cytoscape in /frank-flow/src/frontend ([b25812b](b25812b)) * **deps:** bump rxjs from 7.5.6 to 7.5.7 in /frank-flow/src/frontend ([00f9458](00f9458)) ### 📚 Documentation * **readme:** add online demo to readme ([9617157](9617157)) ### 💎 Styles * cleanup example configurations ([95e70bf](95e70bf))
1 parent 379ea01 commit 7febd44

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
# [2.27.0](https://github.com/ibissource/frank-flow/compare/v2.26.0...v2.27.0) (2022-09-29)
2+
3+
4+
### ✨ Features
5+
6+
* add all the favicons! ([eee436a](https://github.com/ibissource/frank-flow/commit/eee436a006d7b2760ba64ba37fddf8dd4b69bcd6))
7+
* add beta logo ([0a9ef19](https://github.com/ibissource/frank-flow/commit/0a9ef193a84f025b73b3b0aedac1fe1e7a80ea9a))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* clearify file system errors ([7b277e6](https://github.com/ibissource/frank-flow/commit/7b277e6bf46c8a3f652385e1e24955e0bed1ea57))
13+
* frankdoc.json url path ([9d8186d](https://github.com/ibissource/frank-flow/commit/9d8186deb7e1d2fc5c24fbd724800a3ab459d387))
14+
* only show sender and listener badges ([40bba46](https://github.com/ibissource/frank-flow/commit/40bba46f05d4e2b0d00a2ef0dfbf34e11cde9fbd))
15+
* side scrolling in options modal ([c522cba](https://github.com/ibissource/frank-flow/commit/c522cba7b807d361c54efe14a0b70a8017ac2b11))
16+
* use the type that matches the tagname when an element has multiple types ([11808a6](https://github.com/ibissource/frank-flow/commit/11808a61e2d8fbf18072372473f48263f4f47de7))
17+
18+
19+
### 🛠 Builds
20+
21+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/builder ([0e367d3](https://github.com/ibissource/frank-flow/commit/0e367d3ffc6bbce905009a24ed3f872c16309f5a))
22+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/builder ([dd6df61](https://github.com/ibissource/frank-flow/commit/dd6df6136e325eac8f5c9590a06f7cf9fcaf6fcc))
23+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/builder ([7097cd2](https://github.com/ibissource/frank-flow/commit/7097cd270dba6df559753d594336c5156b4e349c))
24+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([eb946e6](https://github.com/ibissource/frank-flow/commit/eb946e60034439ffcb99f4ce3ebb8a2e96d057f3))
25+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([7389efb](https://github.com/ibissource/frank-flow/commit/7389efbeafd7515486892a09c8527c7833c2b033))
26+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/schematics ([3bc843b](https://github.com/ibissource/frank-flow/commit/3bc843be6e0e107390bda14c5c10b0b76b2d44c0))
27+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/template-parser ([23f7deb](https://github.com/ibissource/frank-flow/commit/23f7deb739415ad50bcb0c9be76eb2020915cb10))
28+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/template-parser ([53d4163](https://github.com/ibissource/frank-flow/commit/53d41630c49339c8fd1def5a67d061368f2e76a1))
29+
* **deps-dev:** bump [@angular-eslint](https://github.com/angular-eslint)/template-parser ([9edc0f0](https://github.com/ibissource/frank-flow/commit/9edc0f0ed967c8cb2b72706ce8cb982d9208303f))
30+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([90a0722](https://github.com/ibissource/frank-flow/commit/90a072244f829cd2cd8ab598e4e001dc41ef1393))
31+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([a46c915](https://github.com/ibissource/frank-flow/commit/a46c915c6dc7d7da79fff979702ac2b9637822ff))
32+
* **deps-dev:** bump [@angular](https://github.com/angular)/cli in /frank-flow/src/frontend ([64f32ae](https://github.com/ibissource/frank-flow/commit/64f32aee9081ab3d958bda459ad37e8a8b77eedf))
33+
* **deps-dev:** bump [@types](https://github.com/types)/cytoscape in /frank-flow/src/frontend ([b86649d](https://github.com/ibissource/frank-flow/commit/b86649db2651388ddcc830593959d1f36e55612b))
34+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([2ae1894](https://github.com/ibissource/frank-flow/commit/2ae189463e76c105f40466cbbcef1b6fdeb8bb2b))
35+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([f6866f1](https://github.com/ibissource/frank-flow/commit/f6866f12febf8a00878222b687d9562eb1b3fdf2))
36+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([58af1ac](https://github.com/ibissource/frank-flow/commit/58af1ac47dba53a66661809259601df82cd3e686))
37+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([571bf6a](https://github.com/ibissource/frank-flow/commit/571bf6a3db73e807dfcf760fde3ecf4b37167d7e))
38+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([6e5e44e](https://github.com/ibissource/frank-flow/commit/6e5e44e0265614f02e1c2bca1f0a0bf71af74c56))
39+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([b092ee2](https://github.com/ibissource/frank-flow/commit/b092ee2c658dc828ffa4f1a19f469ccc2cb154e6))
40+
* **deps-dev:** bump [@types](https://github.com/types)/node in /frank-flow/src/frontend ([85888dd](https://github.com/ibissource/frank-flow/commit/85888dd9376219496b12693c116b0fb8352232a9))
41+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([2673f48](https://github.com/ibissource/frank-flow/commit/2673f48102aae51fd776cb36bb401502372446ed))
42+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([4875bf2](https://github.com/ibissource/frank-flow/commit/4875bf2eacfde735fdb0da986e1fc3267b47e32d))
43+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([c11346b](https://github.com/ibissource/frank-flow/commit/c11346b858c460b9150e65b561136afef9d2e4d4))
44+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([7592c45](https://github.com/ibissource/frank-flow/commit/7592c452efef8d392bb8631c45372b271ac27441))
45+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/eslint-plugin ([3b4c972](https://github.com/ibissource/frank-flow/commit/3b4c97209d0009189692eb3d343fd8b1ee25f0c9))
46+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([370ffa9](https://github.com/ibissource/frank-flow/commit/370ffa9795dcb54676c1f2014a44b61232823be6))
47+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([59a7c8b](https://github.com/ibissource/frank-flow/commit/59a7c8bb1a24507b0b54dcc99e75089184926a36))
48+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([3982537](https://github.com/ibissource/frank-flow/commit/3982537ffbb0764f978cff41f4d34639cf888128))
49+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([e12e2c5](https://github.com/ibissource/frank-flow/commit/e12e2c5b6aa4d0005353db7b2922f2e61bc9c114))
50+
* **deps-dev:** bump [@typescript-eslint](https://github.com/typescript-eslint)/parser ([b67e162](https://github.com/ibissource/frank-flow/commit/b67e16294e3f056626696e72486e1d1e345b22e5))
51+
* **deps-dev:** bump eslint in /frank-flow/src/frontend ([693d8c9](https://github.com/ibissource/frank-flow/commit/693d8c90b2d9283f8e7c01f891944c2dc2a98cbc))
52+
* **deps-dev:** bump eslint in /frank-flow/src/frontend ([9f5f84d](https://github.com/ibissource/frank-flow/commit/9f5f84d93aa4527439557f1802683bcaa18ddea7))
53+
* **deps-dev:** bump jasmine-core in /frank-flow/src/frontend ([0a7874b](https://github.com/ibissource/frank-flow/commit/0a7874b5fe692afd6807820924b463d906c9d5c6))
54+
* **deps-dev:** bump karma in /frank-flow/src/frontend ([03877e8](https://github.com/ibissource/frank-flow/commit/03877e833191b23fcb88d2516bd88ecf9b668958))
55+
* **deps:** bump [@fortawesome](https://github.com/fortawesome)/free-regular-svg-icons ([14826d2](https://github.com/ibissource/frank-flow/commit/14826d2a0b9019dd47885f5ce23e46366ffa8108))
56+
* **deps:** bump cytoscape in /frank-flow/src/frontend ([b25812b](https://github.com/ibissource/frank-flow/commit/b25812bb49e28c92e1a9dc806def84eef44fa57f))
57+
* **deps:** bump rxjs from 7.5.6 to 7.5.7 in /frank-flow/src/frontend ([00f9458](https://github.com/ibissource/frank-flow/commit/00f945837e4105604a3b612eada2973c2c0ac21c))
58+
59+
60+
### 📚 Documentation
61+
62+
* **readme:** add online demo to readme ([9617157](https://github.com/ibissource/frank-flow/commit/9617157401601eced85ba3137e5fa5f1d3698578))
63+
64+
65+
### 💎 Styles
66+
67+
* cleanup example configurations ([95e70bf](https://github.com/ibissource/frank-flow/commit/95e70bf6c9c6ad3794181b1601ee1a05f6dcb9eb))
68+
169
# [2.26.0](https://github.com/ibissource/frank-flow/compare/v2.25.0...v2.26.0) (2022-08-30)
270

371

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<properties>
1010
<revision>0.0.0-SNAPSHOT</revision>
11-
<nexusVersion>2.26.0-SNAPSHOT</nexusVersion>
11+
<nexusVersion>2.27.0-SNAPSHOT</nexusVersion>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<log4j2.version>2.18.0</log4j2.version>
1414
<cxf.version>3.5.3</cxf.version>

0 commit comments

Comments
 (0)