From e000c92a2eb4624d5d9fdd0ca85e4820af24c705 Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Thu, 31 Oct 2024 15:58:45 +0100 Subject: [PATCH] Bumped version up to 5.6.14-SNAPSHOT --- CHANGELOG.md | 5 ++++- docker-compose.yml | 8 ++++---- project.properties | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eddbdeb..b426786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -5.6.13-SNAPSHOT / 2024-10-31 +5.6.14-SNAPSHOT / WIP +================== + +5.6.13 / 2024-10-31 ================== Improvements: * [OLMIS-7954](https://openlmis.atlassian.net/browse/OLMIS-7954): Improved the scalability of local storage and login performance for /api/requisitionGroups request diff --git a/docker-compose.yml b/docker-compose.yml index 70e28694..962ac4c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: referencedata-ui: - image: openlmis/dev-ui:9.0.7 + image: openlmis/dev-ui:9.0.8-SNAPSHOT ports: - "9000:9000" - "9876:9876" @@ -18,15 +18,15 @@ services: - ui-components - ui-layout auth-ui: - image: openlmis/auth-ui:6.2.13 + image: openlmis/auth-ui:6.2.14-SNAPSHOT volumes: - '/openlmis-auth-ui' ui-components: - image: openlmis/ui-components:7.2.12 + image: openlmis/ui-components:7.2.13-SNAPSHOT volumes: - '/openlmis-ui-components' ui-layout: - image: openlmis/ui-layout:5.2.6 + image: openlmis/ui-layout:5.2.7-SNAPSHOT volumes: - '/openlmis-ui-layout' image: diff --git a/project.properties b/project.properties index 32542f46..718401fe 100644 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=5.6.13 +version=5.6.14-SNAPSHOT projectName=OpenLMIS Reference Data UI projectKey=referencedata-ui transifexProject=openlmis-referencedata-ui