Skip to content

Commit 717e6aa

Browse files
Release version 6.1.8
1 parent d8a88d6 commit 717e6aa

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Upcoming Version (WIP)
2-
==================
1+
6.1.8 / 2026-02-05
2+
=================
3+
Improvements:
4+
* Localization & translations update (FR, ES, PT)
35

46
6.1.7 / 2025-11-27
57
==================

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
fulfillment-ui:
4-
image: openlmis/dev-ui:9.0.9-SNAPSHOT
4+
image: openlmis/dev-ui:9.0.8
55
ports:
66
- "9000:9000"
77
- "9876:9876"
@@ -24,27 +24,27 @@ services:
2424
- ui-layout
2525
- cce-ui
2626
auth-ui:
27-
image: openlmis/auth-ui:6.2.17-SNAPSHOT
27+
image: openlmis/auth-ui:6.2.17
2828
volumes:
2929
- '/openlmis-auth-ui'
3030
referencedata-ui:
31-
image: openlmis/referencedata-ui:5.6.18-SNAPSHOT
31+
image: openlmis/referencedata-ui:5.6.18
3232
volumes:
3333
- '/openlmis-referencedata-ui'
3434
stockmanagement-ui:
35-
image: openlmis/stockmanagement-ui:2.1.10-SNAPSHOT
35+
image: openlmis/stockmanagement-ui:2.1.10
3636
volumes:
3737
- '/openlmis-stockmanagement-ui'
3838
ui-components:
39-
image: openlmis/ui-components:7.2.15-SNAPSHOT
39+
image: openlmis/ui-components:7.2.15
4040
volumes:
4141
- '/openlmis-ui-components'
4242
ui-layout:
43-
image: openlmis/ui-layout:5.2.10-SNAPSHOT
43+
image: openlmis/ui-layout:5.2.10
4444
volumes:
4545
- '/openlmis-ui-layout'
4646
cce-ui:
47-
image: openlmis/cce-ui:1.1.9-SNAPSHOT
47+
image: openlmis/cce-ui:1.1.10
4848
volumes:
4949
- '/openlmis-cce-ui'
5050
image:

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=6.1.8-SNAPSHOT
1+
version=6.1.8
22
projectName=OpenLMIS Fulfillment UI
33
projectKey=fulfillment-ui
44
transifexProject=openlmis-fulfillment-ui

0 commit comments

Comments
 (0)