Skip to content

Commit

Permalink
chore(release): 3.41.0
Browse files Browse the repository at this point in the history
# [3.41.0](v3.40.0...v3.41.0) (2022-10-11)

### Features

* improve error messages for required "select" form items ([5600f14](5600f14))
* **registrar:** added "not-selected" option to the required selection boxes ([e959ad9](e959ad9))

### Performance Improvements

* **registrar:** load only open applications on apps view ([5a89bd9](5a89bd9))
  • Loading branch information
semantic-release-bot committed Oct 11, 2022
1 parent d9f8777 commit 1305359
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.40.0</version>
<version>3.41.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.40.0</version>
<version>3.41.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.40.0</version>
<version>3.41.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.40.0</version>
<version>3.41.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.40.0</version>
<version>3.41.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.40.0</version>
<version>3.41.0</version>
<packaging>pom</packaging>

<!-- PERUN MODULES -->
Expand Down

0 comments on commit 1305359

Please sign in to comment.