From 6b125c0c4c0c22d8f68ce8516203e076af32718a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 15:54:32 +0000 Subject: [PATCH] chore(release): 1.4.0-rc.3 [skip ci] # [1.4.0-rc.3](https://github.com/iris-connect/iris-client/compare/v1.4.0-rc.2...v1.4.0-rc.3) (2022-02-21) ### Bug Fixes * Removes license reference for code from SORMAS that isn't used anymore. ([00db4a4](https://github.com/iris-connect/iris-client/commit/00db4a410fad6edc69ae7437c73030309a74ca5a)) --- CHANGELOG.md | 7 +++++++ FE-THIRD-PARTY-LICENSES-DEV.md | 2 +- FE-THIRD-PARTY-LICENSES-PROD.md | 2 +- iris-client-bff/pom.xml | 2 +- iris-client-fe/package-lock.json | 4 ++-- iris-client-fe/package.json | 2 +- pom.xml | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 844dc96af..44c039596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.4.0-rc.3](https://github.com/iris-connect/iris-client/compare/v1.4.0-rc.2...v1.4.0-rc.3) (2022-02-21) + + +### Bug Fixes + +* Removes license reference for code from SORMAS that isn't used anymore. ([00db4a4](https://github.com/iris-connect/iris-client/commit/00db4a410fad6edc69ae7437c73030309a74ca5a)) + # [1.4.0-rc.2](https://github.com/iris-connect/iris-client/compare/v1.4.0-rc.1...v1.4.0-rc.2) (2022-02-21) diff --git a/FE-THIRD-PARTY-LICENSES-DEV.md b/FE-THIRD-PARTY-LICENSES-DEV.md index eac3c5574..a2520b4ca 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.4.0-rc.2-POST-RELEASE | UNLICENSED | +iris-client-frontend@1.4.0-rc.3-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 462f2b54e..16971d9f6 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.4.0-rc.2-POST-RELEASE | UNLICENSED | +iris-client-frontend@1.4.0-rc.3-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 e16ff3fed..4e9910675 100644 --- a/iris-client-bff/pom.xml +++ b/iris-client-bff/pom.xml @@ -12,7 +12,7 @@ iris-gateway iris-client-bff - 1.4.0-rc.2-POST-RELEASE + 1.4.0-rc.3-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 5fcaf5db3..2ae1db33c 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.4.0-rc.2-POST-RELEASE", + "version": "1.4.0-rc.3-POST-RELEASE", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iris-client-frontend", - "version": "1.4.0-rc.2-POST-RELEASE", + "version": "1.4.0-rc.3-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 321f0c83e..3edcc4c2a 100644 --- a/iris-client-fe/package.json +++ b/iris-client-fe/package.json @@ -1,6 +1,6 @@ { "name": "iris-client-frontend", - "version": "1.4.0-rc.2-POST-RELEASE", + "version": "1.4.0-rc.3-POST-RELEASE", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/pom.xml b/pom.xml index a969dcd34..e8c56e649 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ iris-gateway parent - 1.4.0-rc.2-POST-RELEASE + 1.4.0-rc.3-POST-RELEASE pom IRIS Parent