Skip to content

Commit

Permalink
chore(release): 4.2.0
Browse files Browse the repository at this point in the history
## [4.2.0](v4.1.2...v4.2.0) (2023-11-07)

### Features

* backend ssh public key validation ([debc73e](debc73e))

### Bug Fixes

* override checkbox text only if not empty ([673a9ac](673a9ac))
* support translation of Microsoft social IdP name ([a8a7f0d](a8a7f0d))
* use new egi checkin entityid in translations ([92dd20e](92dd20e))
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent a355de7 commit 25a86e8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Upgrade notes

## [4.2.0](https://github.com/CESNET/perun-wui/compare/v4.1.2...v4.2.0) (2023-11-07)


### Features

* backend ssh public key validation ([debc73e](https://github.com/CESNET/perun-wui/commit/debc73e609143f2a6af0d86918a8e3eb3c29bf9d))


### Bug Fixes

* override checkbox text only if not empty ([673a9ac](https://github.com/CESNET/perun-wui/commit/673a9acf1016b0276c0972b0e09d68e622952d2c))
* support translation of Microsoft social IdP name ([a8a7f0d](https://github.com/CESNET/perun-wui/commit/a8a7f0d7202df01e6c896fd9aaa2a16ad6063487))
* use new egi checkin entityid in translations ([92dd20e](https://github.com/CESNET/perun-wui/commit/92dd20ef8a99945d0aa423c30c074af24aa9b1db))

## [4.1.2](https://github.com/CESNET/perun-wui/compare/v4.1.1...v4.1.2) (2023-08-15)
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>4.1.2</version>
<version>4.2.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>4.1.2</version>
<version>4.2.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>4.1.2</version>
<version>4.2.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>4.1.2</version>
<version>4.2.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>4.1.2</version>
<version>4.2.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>4.1.2</version>
<version>4.2.0</version>
<packaging>pom</packaging>

<!-- PERUN MODULES -->
Expand Down

0 comments on commit 25a86e8

Please sign in to comment.