Skip to content

Commit

Permalink
Released auth-ui service 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpalkowska committed Oct 17, 2019
1 parent d7b3ce8 commit 9e3a88d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
6.2.1 / 2019-10-17
==================

Improvements:
* Updated dev-ui version to 9.0.1.
* Updated ui-components version to 7.2.0.

6.2.0 / 2019-05-27
==================

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
auth-ui:
image: openlmis/dev-ui:9.0.1-SNAPSHOT
image: openlmis/dev-ui:9.0.1
ports:
- "9000:9000"
- "9876:9876"
Expand All @@ -14,7 +14,7 @@ services:
depends_on:
- ui-components
ui-components:
image: openlmis/ui-components:7.2.0-SNAPSHOT
image: openlmis/ui-components:7.2.0
volumes:
- '/openlmis-ui-components'
image:
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=6.2.1-SNAPSHOT
version=6.2.1
projectName=OpenLMIS Auth UI
projectKey=auth-ui
transifexProject=openlmis-auth-ui

0 comments on commit 9e3a88d

Please sign in to comment.