From 243c3f71ca9613dd6b4705e4864beb377a208bd3 Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Thu, 31 Oct 2024 13:04:04 +0100 Subject: [PATCH] Release stockmanagement-ui 2.1.7 --- CHANGELOG.md | 2 +- docker-compose.yml | 10 +++++----- project.properties | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e810ab4..b78d199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -2.1.7 / WIP +2.1.7 / 2024-10-31 ================== Improvements: * [OLMIS-7954](https://openlmis.atlassian.net/browse/OLMIS-7954): Added fixes to improve performance on login page diff --git a/docker-compose.yml b/docker-compose.yml index af050c8..62a10f9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: stockmanagement-ui: - image: openlmis/dev-ui:9.0.7-RC1 + image: openlmis/dev-ui:9.0.7 working_dir: /app volumes: - '.:/app' @@ -20,19 +20,19 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.13-RC1 + image: openlmis/auth-ui:6.2.13 volumes: - '/openlmis-auth-ui' referencedata-ui: - image: openlmis/referencedata-ui:5.6.13-RC1 + image: openlmis/referencedata-ui:5.6.13 volumes: - '/openlmis-referencedata-ui' ui-components: - image: openlmis/ui-components:7.2.12-RC2 + image: openlmis/ui-components:7.2.12 volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.6-RC1 + image: openlmis/ui-layout:5.2.6 volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index ad988f5..2f38b65 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=2.1.7-RC1 +version=2.1.7 projectName=OpenLMIS Stock Management UI projectKey=stockmanagement-ui transifexProject=openlmis-stockmanagement-ui