Skip to content

Commit 028200f

Browse files
Bump up version to 1.1.10-SNAPSHOT
1 parent 126ef31 commit 028200f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1.1.8 / 2025-12-12
1+
Upcoming Version (WIP)
2+
==================
3+
4+
1.1.9 / 2025-12-12
25
==================
36
* [OLMIS-8201](https://openlmis.atlassian.net/browse/OLMIS-8201): Add CCE status NEEDS_ATTENTION
47

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
33
cce-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"
@@ -20,19 +20,19 @@ services:
2020
- ui-components
2121
- ui-layout
2222
auth-ui:
23-
image: openlmis/auth-ui:6.2.16
23+
image: openlmis/auth-ui:6.2.17-SNAPSHOT
2424
volumes:
2525
- '/openlmis-auth-ui'
2626
referencedata-ui:
27-
image: openlmis/referencedata-ui:5.6.17
27+
image: openlmis/referencedata-ui:5.6.18-SNAPSHOT
2828
volumes:
2929
- '/openlmis-referencedata-ui'
3030
ui-components:
31-
image: openlmis/ui-components:7.2.14
31+
image: openlmis/ui-components:7.2.15-SNAPSHOT
3232
volumes:
3333
- '/openlmis-ui-components'
3434
ui-layout:
35-
image: openlmis/ui-layout:5.2.9
35+
image: openlmis/ui-layout:5.2.10-SNAPSHOT
3636
volumes:
3737
- '/openlmis-ui-layout'
3838
image:

project.properties

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

0 commit comments

Comments
 (0)