From 39cfaf5f6f1fccce5d0b5cfd8f39a3bbe1b31d72 Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Thu, 31 Oct 2024 14:51:54 +0100 Subject: [PATCH] Release one-network-integration-ui 0.0.5 --- CHANGELOG.md | 8 +++++++- docker-compose.yml | 10 +++++----- project.properties | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b4a58..900d530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -0.0.2 / 2023-06-26 +0.0.5 / 2024-10-31 +================== + +0.0.4 / 2023-06-26 +================== + +0.0.3 / 2023-06-26 ================== Bug fixes: * [OLMIS-7772](https://openlmis.atlassian.net/browse/OLMIS-7772): Fix issues with new Chrome popover functionality diff --git a/docker-compose.yml b/docker-compose.yml index 18ace54..f0b1d46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: one-network-integration-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-layout - referencedata-ui auth-ui: - image: openlmis/auth-ui:6.2.13-RC1 + image: openlmis/auth-ui:6.2.13 volumes: - '/openlmis-auth-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' referencedata-ui: - image: openlmis/referencedata-ui:5.6.13-RC1 + image: openlmis/referencedata-ui:5.6.13 volumes: - '/openlmis-referencedata-ui' image: diff --git a/project.properties b/project.properties index 1b22db2..a078dcc 100755 --- a/project.properties +++ b/project.properties @@ -1,3 +1,3 @@ -version=0.0.5-RC1 +version=0.0.5 projectName=OpenLMIS One Network Integration UI projectKey=one-network-integration-ui