Skip to content

Commit

Permalink
chore(release): 3.44.0
Browse files Browse the repository at this point in the history
# [3.44.0](v3.43.3...v3.44.0) (2022-12-09)

### Bug Fixes

* 🐛 Fix prefilling collections in BBMRI collections form ([0976a68](0976a68))
* fixed typo in translation for profile ([f1f4a10](f1f4a10))
* profile resources loading optimization ([02b3c1a](02b3c1a))
* **registrar:** check verified mails before submissions ([c793b53](c793b53))
* **registrar:** do not display success messages if email verification is still needed after submitting applications ([a0cb1a9](a0cb1a9))
* **registrar:** do not display VO membership extension dialog for user that's valid with no expiration date when submitting application to group ([bd81af6](bd81af6))
* use new CERIT-SC logo ([48e67e0](48e67e0))

### Features

* **registrar:** add error message for extension apps with expiration set to NEVER ([56b6ff2](56b6ff2))
* **registrar:** disable refresh button when loading applications ([9cb9629](9cb9629))
  • Loading branch information
semantic-release-bot committed Dec 9, 2022
1 parent 12b5218 commit ff40668
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion perun-wui-consolidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>3.43.3</version>
<version>3.44.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>3.43.3</version>
<version>3.44.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>3.43.3</version>
<version>3.44.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-pwdreset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>3.43.3</version>
<version>3.44.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-registrar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>3.43.3</version>
<version>3.44.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- PERUN -->
<groupId>cz.metacentrum.perun</groupId>
<artifactId>wui</artifactId>
<version>3.43.3</version>
<version>3.44.0</version>
<packaging>pom</packaging>

<!-- PERUN MODULES -->
Expand Down

0 comments on commit ff40668

Please sign in to comment.