From c9e14dc84306965baa8c8d33345bab2e610db71e Mon Sep 17 00:00:00 2001 From: DominikNoga Date: Thu, 31 Oct 2024 09:31:07 +0100 Subject: [PATCH] Updated changelog for 7.2.12 version release --- CHANGELOG.md | 3 ++- docker-compose.yml | 2 +- project.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a550ae7..ed460132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -7.2.12-SNAPSHOT / WIP +7.2.12 / WIP ================== Bug fixes: * [OLMIS-7931](https://openlmis.atlassian.net/browse/OLMIS-7931): Fix imports for layout-ui jenkins job @@ -15,6 +15,7 @@ New functionalities that are backwards-compatible: Improvements: * [OIS-23](https://openlmis.atlassian.net/browse/OIS-23): Add basic mixin utils for RTL support +* [OIS-24](https://openlmis.atlassian.net/browse/OIS-24): Adjusted all components styles to support RTL * [OLMIS-8022](https://openlmis.atlassian.net/browse/OLMIS-8022): Improvements in app offline capabilities. 7.2.11 / 2024-04-19 diff --git a/docker-compose.yml b/docker-compose.yml index ba21b3f7..5ed012e1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "2" services: ui-components: - image: openlmis/dev-ui:9.0.7-SNAPSHOT + image: openlmis/dev-ui:9.0.7-RC1 ports: - "9000:9000" - "9876:9876" diff --git a/project.properties b/project.properties index a88fbf19..29e0b4bb 100755 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -version=7.2.12-SNAPSHOT +version=7.2.12-RC2 projectName=OpenLMIS UI Components projectKey=ui-components transifexProject=openlmis-ui-components