diff --git a/CHANGELOG.md b/CHANGELOG.md index 720a3180f..d8bfd9318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1-rc.2](https://github.com/iris-connect/iris-client/compare/v1.5.1-rc.1...v1.5.1-rc.2) (2022-03-25) + + +### Bug Fixes + +* Updates EPS to version v0.2.6 ([2cd3a4a](https://github.com/iris-connect/iris-client/commit/2cd3a4a482255971e326414a203cd16fe1b2192a)) + ## [1.5.1-rc.1](https://github.com/iris-connect/iris-client/compare/v1.5.0...v1.5.1-rc.1) (2022-03-25) diff --git a/FE-THIRD-PARTY-LICENSES-DEV.md b/FE-THIRD-PARTY-LICENSES-DEV.md index 5c9d45ebe..409fba578 100644 --- a/FE-THIRD-PARTY-LICENSES-DEV.md +++ b/FE-THIRD-PARTY-LICENSES-DEV.md @@ -559,7 +559,7 @@ invert-kv@2.0.0 | MIT | https://github.com/sindresorhus/invert-kv ip@1.1.5 | MIT | https://github.com/indutny/node-ip ipaddr.js@1.9.1 | MIT | https://github.com/whitequark/ipaddr.js ipaddr.js@2.0.1 | MIT | https://github.com/whitequark/ipaddr.js -iris-client-frontend@1.5.1-rc.1-POST-RELEASE | UNLICENSED | +iris-client-frontend@1.5.1-rc.2-POST-RELEASE | UNLICENSED | is-absolute-url@3.0.3 | MIT | https://github.com/sindresorhus/is-absolute-url is-arguments@1.1.1 | MIT | https://github.com/inspect-js/is-arguments is-arrayish@0.2.1 | MIT | https://github.com/qix-/node-is-arrayish diff --git a/FE-THIRD-PARTY-LICENSES-PROD.md b/FE-THIRD-PARTY-LICENSES-PROD.md index 6ec277606..0b8bc2e33 100644 --- a/FE-THIRD-PARTY-LICENSES-PROD.md +++ b/FE-THIRD-PARTY-LICENSES-PROD.md @@ -15,7 +15,7 @@ deepmerge@4.2.2 | MIT | https://github.com/TehShrike/deepmerge exit-on-epipe@1.0.1 | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe follow-redirects@1.14.8 | MIT | https://github.com/follow-redirects/follow-redirects frac@1.1.2 | Apache-2.0 | https://github.com/SheetJS/frac -iris-client-frontend@1.5.1-rc.1-POST-RELEASE | UNLICENSED | +iris-client-frontend@1.5.1-rc.2-POST-RELEASE | UNLICENSED | lodash@4.17.21 | MIT | https://github.com/lodash/lodash printj@1.2.3 | Apache-2.0 | https://github.com/SheetJS/printj printj@1.3.0 | Apache-2.0 | https://github.com/SheetJS/printj diff --git a/iris-client-bff/pom.xml b/iris-client-bff/pom.xml index d0da5d872..ac14d5479 100644 --- a/iris-client-bff/pom.xml +++ b/iris-client-bff/pom.xml @@ -12,7 +12,7 @@ iris-gateway iris-client-bff - 1.5.1-rc.1-POST-RELEASE + 1.5.1-rc.2-POST-RELEASE IRIS Client Backend for Frontend Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department. diff --git a/iris-client-fe/package-lock.json b/iris-client-fe/package-lock.json index e5daf53f8..3f785608f 100644 --- a/iris-client-fe/package-lock.json +++ b/iris-client-fe/package-lock.json @@ -1,12 +1,12 @@ { "name": "iris-client-frontend", - "version": "1.5.1-rc.1-POST-RELEASE", + "version": "1.5.1-rc.2-POST-RELEASE", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iris-client-frontend", - "version": "1.5.1-rc.1-POST-RELEASE", + "version": "1.5.1-rc.2-POST-RELEASE", "dependencies": { "@fontsource/roboto": "^4.5.3", "@mdi/font": "^6.5.95", diff --git a/iris-client-fe/package.json b/iris-client-fe/package.json index c91011120..16c98e01a 100644 --- a/iris-client-fe/package.json +++ b/iris-client-fe/package.json @@ -1,6 +1,6 @@ { "name": "iris-client-frontend", - "version": "1.5.1-rc.1-POST-RELEASE", + "version": "1.5.1-rc.2-POST-RELEASE", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/pom.xml b/pom.xml index 279d0227b..836df1419 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ iris-gateway parent - 1.5.1-rc.1-POST-RELEASE + 1.5.1-rc.2-POST-RELEASE pom IRIS Parent