From 819ce6e5c4f77ab6a863c838b95a93eb139d71e2 Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Thu, 31 Oct 2024 12:58:28 +0100 Subject: [PATCH] Release cce-ui 1.1.6 --- 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 fe522b8..df12b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.1.6 / wip +1.1.6 / 2024-10-31 ================== 1.1.5 / 2024-04-19 diff --git a/docker-compose.yml b/docker-compose.yml index 21d6024..338326c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: cce-ui: - image: openlmis/dev-ui:9.0.7-RC1 + image: openlmis/dev-ui:9.0.7 ports: - "9000:9000" - "9876:9876" @@ -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 2456c02..4afc24d 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=1.1.6-RC1 +version=1.1.6 projectName=OpenLMIS CCE UI projectKey=cce-ui transifexProject=openlmis-cce-ui