Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2022-03-01)

### Bug Fixes

* Adds grpc server to client EPS. Still not reachable from outside, but necessary for communication between health departments. ([5ac3206](5ac3206)), closes [#637](#637)
* Fixes an error when changing user data (IllegalStateException: Cannot convert value of type 'java.lang.String' […] no matching editors or conversion strategy found). ([2b41d0a](2b41d0a))
  • Loading branch information
semantic-release-bot committed Mar 1, 2022
1 parent c6b7b2d commit e616afe
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.1](https://github.com/iris-connect/iris-client/compare/v1.4.0...v1.4.1) (2022-03-01)


### Bug Fixes

* Adds grpc server to client EPS. Still not reachable from outside, but necessary for communication between health departments. ([5ac3206](https://github.com/iris-connect/iris-client/commit/5ac3206960b99ff4060b8ff50425be25db831aeb)), closes [#637](https://github.com/iris-connect/iris-client/issues/637)
* Fixes an error when changing user data (IllegalStateException: Cannot convert value of type 'java.lang.String' [] no matching editors or conversion strategy found). ([2b41d0a](https://github.com/iris-connect/iris-client/commit/2b41d0a596d0794fb89593d60e4025d52661d5cc))

# [1.4.0](https://github.com/iris-connect/iris-client/compare/v1.3.1...v1.4.0) (2022-02-25)


Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ [email protected] | MIT | https://github.com/sindresorhus/invert-kv
[email protected] | MIT | https://github.com/indutny/node-ip
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected].0-POST-RELEASE | UNLICENSED |
[email protected].1-POST-RELEASE | UNLICENSED |
[email protected] | MIT | https://github.com/sindresorhus/is-absolute-url
[email protected] | MIT | https://github.com/inspect-js/is-arguments
[email protected] | MIT | https://github.com/qix-/node-is-arrayish
Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-PROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ [email protected] | MIT | https://github.com/TehShrike/deepmerge
[email protected] | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
[email protected] | MIT | https://github.com/follow-redirects/follow-redirects
[email protected] | Apache-2.0 | https://github.com/SheetJS/frac
[email protected].0-POST-RELEASE | UNLICENSED |
[email protected].1-POST-RELEASE | UNLICENSED |
[email protected] | MIT | https://github.com/lodash/lodash
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
Expand Down
2 changes: 1 addition & 1 deletion iris-client-bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>iris-gateway</groupId>
<artifactId>iris-client-bff</artifactId>
<version>1.4.0-POST-RELEASE</version>
<version>1.4.1-POST-RELEASE</version>
<name>IRIS Client Backend for Frontend</name>
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions iris-client-fe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iris-client-fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iris-client-frontend",
"version": "1.4.0-POST-RELEASE",
"version": "1.4.1-POST-RELEASE",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>iris-gateway</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-POST-RELEASE</version>
<version>1.4.1-POST-RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit e616afe

Please sign in to comment.