From 90bce53e42cb90d8ccde7ff89ca2f3196a7d5add Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Thu, 31 Oct 2024 13:53:07 +0100 Subject: [PATCH] Release fulfillment-ui 6.1.5 --- CHANGELOG.md | 2 +- docker-compose.yml | 14 +++++++------- project.properties | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de2a0bf6..e2dbe0ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -6.1.5 / WIP +6.1.5 / 2024-10-31 ================== Bug fixes: * [OLMIS-7375](https://openlmis.atlassian.net/browse/OLMIS-7375): Fixed search input overlaping with the table when no supplying facility was selected. diff --git a/docker-compose.yml b/docker-compose.yml index 8c94d17b..eb9d6f5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: fulfillment-ui: - image: openlmis/dev-ui:9.0.7-RC1 + image: openlmis/dev-ui:9.0.7 ports: - "9000:9000" - "9876:9876" @@ -24,27 +24,27 @@ services: - ui-layout - cce-ui 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' stockmanagement-ui: - image: openlmis/stockmanagement-ui:2.1.7-RC1 + image: openlmis/stockmanagement-ui:2.1.7 volumes: - '/openlmis-stockmanagement-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' cce-ui: - image: openlmis/cce-ui:1.1.6-RC1 + image: openlmis/cce-ui:1.1.6 volumes: - '/openlmis-cce-ui' image: diff --git a/project.properties b/project.properties index cc79d40a..6773c2dc 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=6.1.5-RC1 +version=6.1.5 projectName=OpenLMIS Fulfillment UI projectKey=fulfillment-ui transifexProject=openlmis-fulfillment-ui