Skip to content

Commit 00f91ae

Browse files
chore(release): 14.0.1 [skip ci]
## [14.0.1](v14.0.0...v14.0.1) (2023-09-15) ### ⚠ BREAKING CHANGES * **profile:** Added new config option "consolidator_url_cert" in order to support different URLs for consolidator with federated and certificate authentication. ### Bug Fixes * **profile:** support adding both fed and cert identity types ([f9b66c0](f9b66c0))
1 parent 740b446 commit 00f91ae

File tree

15 files changed

+26
-14
lines changed

15 files changed

+26
-14
lines changed

UPGRADE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Upgrade notes
22

3+
## [14.0.1](https://github.com/CESNET/perun-web-apps/compare/v14.0.0...v14.0.1) (2023-09-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **profile:** Added new config option "consolidator_url_cert" in order to support different URLs for consolidator with federated and certificate authentication.
9+
10+
### Bug Fixes
11+
12+
* **profile:** support adding both fed and cert identity types ([f9b66c0](https://github.com/CESNET/perun-web-apps/commit/f9b66c0fa4db940769ae440c37aba43aa9ff4f71))
13+
314
## [14.0.0](https://github.com/CESNET/perun-web-apps/compare/v13.4.0...v14.0.0) (2023-09-11)
415

516

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"14.0.0"}
1+
{"version":"14.0.1"}

dist/apps/admin-gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</app-root>
17-
<script src="runtime.ce5ffd8240023e32.js" type="module"></script><script src="polyfills.9a5c326838323ee3.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.b118629a7bf0fbc2.js" type="module"></script></body>
17+
<script src="runtime.ce5ffd8240023e32.js" type="module"></script><script src="polyfills.9a5c326838323ee3.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.9f78cdacc1cc82ec.js" type="module"></script></body>
1818
</html>

dist/apps/admin-gui/main.b118629a7bf0fbc2.js renamed to dist/apps/admin-gui/main.9f78cdacc1cc82ec.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/consolidator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</perun-web-apps-root>
17-
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.13933c9b5e67bb36.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.3963e613128caa4c.js" type="module"></script></body>
17+
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.13933c9b5e67bb36.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.76404ca7879dcc1c.js" type="module"></script></body>
1818
</html>

dist/apps/consolidator/main.3963e613128caa4c.js renamed to dist/apps/consolidator/main.76404ca7879dcc1c.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/linker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</perun-web-apps-root>
17-
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.8ef4b59bacc3a775.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.0176c50eed122061.js" type="module"></script></body>
17+
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.8ef4b59bacc3a775.js" type="module"></script><script src="scripts.cfdbc03626b7e4d0.js" defer=""></script><script src="main.5ecad4641714ebcf.js" type="module"></script></body>
1818
</html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/password-reset/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<link rel="stylesheet" href="styles.66c8d332f6560076.css"></head>
1010
<body>
1111
<perun-web-apps-root></perun-web-apps-root>
12-
<script src="runtime.415c2a69dfc95c1b.js" type="module"></script><script src="polyfills.a5e00306d0bf96ad.js" type="module"></script><script src="main.c491f7c75f160470.js" type="module"></script></body>
12+
<script src="runtime.415c2a69dfc95c1b.js" type="module"></script><script src="polyfills.a5e00306d0bf96ad.js" type="module"></script><script src="main.2bdd748579715bd7.js" type="module"></script></body>
1313
</html>

dist/apps/password-reset/main.c491f7c75f160470.js renamed to dist/apps/password-reset/main.2bdd748579715bd7.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)