Skip to content

Commit d8a88d6

Browse files
Bump up version to 6.1.8-SNAPSHOT
1 parent 3f88bd7 commit d8a88d6

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Upcoming Version (WIP)
2+
==================
3+
14
6.1.7 / 2025-11-27
25
==================
36
Improvements:

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.8
4+
image: openlmis/dev-ui:9.0.9-SNAPSHOT
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.16
27+
image: openlmis/auth-ui:6.2.17-SNAPSHOT
2828
volumes:
2929
- '/openlmis-auth-ui'
3030
referencedata-ui:
31-
image: openlmis/referencedata-ui:5.6.17
31+
image: openlmis/referencedata-ui:5.6.18-SNAPSHOT
3232
volumes:
3333
- '/openlmis-referencedata-ui'
3434
stockmanagement-ui:
35-
image: openlmis/stockmanagement-ui:2.1.9
35+
image: openlmis/stockmanagement-ui:2.1.10-SNAPSHOT
3636
volumes:
3737
- '/openlmis-stockmanagement-ui'
3838
ui-components:
39-
image: openlmis/ui-components:7.2.14
39+
image: openlmis/ui-components:7.2.15-SNAPSHOT
4040
volumes:
4141
- '/openlmis-ui-components'
4242
ui-layout:
43-
image: openlmis/ui-layout:5.2.9
43+
image: openlmis/ui-layout:5.2.10-SNAPSHOT
4444
volumes:
4545
- '/openlmis-ui-layout'
4646
cce-ui:
47-
image: openlmis/cce-ui:1.1.8
47+
image: openlmis/cce-ui:1.1.9-SNAPSHOT
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.7
1+
version=6.1.8-SNAPSHOT
22
projectName=OpenLMIS Fulfillment UI
33
projectKey=fulfillment-ui
44
transifexProject=openlmis-fulfillment-ui

0 commit comments

Comments
 (0)