Skip to content

Commit b1d379f

Browse files
Bump up version to 5.6.18-SNAPSHOT
1 parent 6b52351 commit b1d379f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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
5.6.17 / 2025-11-27
25
==================
36
New functionality:

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
referencedata-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"
@@ -18,15 +18,15 @@ services:
1818
- ui-components
1919
- ui-layout
2020
auth-ui:
21-
image: openlmis/auth-ui:6.2.16
21+
image: openlmis/auth-ui:6.2.17-SNAPSHOT
2222
volumes:
2323
- '/openlmis-auth-ui'
2424
ui-components:
25-
image: openlmis/ui-components:7.2.14
25+
image: openlmis/ui-components:7.2.15-SNAPSHOT
2626
volumes:
2727
- '/openlmis-ui-components'
2828
ui-layout:
29-
image: openlmis/ui-layout:5.2.9
29+
image: openlmis/ui-layout:5.2.10-SNAPSHOT
3030
volumes:
3131
- '/openlmis-ui-layout'
3232
image:

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.6.17
1+
version=5.6.18-SNAPSHOT
22
projectName=OpenLMIS Reference Data UI
33
projectKey=referencedata-ui
44
transifexProject=openlmis-referencedata-ui

0 commit comments

Comments
 (0)