From dad25d77df40517fbfe7113b392dda5d4fbf9a0d Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Tue, 21 May 2019 16:08:55 -0400 Subject: [PATCH 1/2] Update Dashboard to 1.33.4 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 75734419ff..18e8b6bf68 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ { "name": "dashboard", "url": "https://github.com/OSC/ood-dashboard", - "tag": "v1.33.3", + "tag": "v1.33.4", "app": true }, { From c9e362a310e5736170d2eb59a59b7d8580c32510 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Tue, 21 May 2019 16:10:26 -0400 Subject: [PATCH 2/2] Update changelog for release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1523762b74..6bee107466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.6.3] - 2019-05-21 +### Fixed +- Fixed translation bug in Dashboard + ## [1.6.2] - 2019-05-15 ### Fixed - Fixed another translation issue in Dashboard @@ -165,7 +169,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - From 1.3.7 - 1.4.2 updated app versions -[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.2...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.3...HEAD +[1.6.3]: https://github.com/OSC/ondemand/compare/v1.6.2...v1.6.3 [1.6.2]: https://github.com/OSC/ondemand/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/OSC/ondemand/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/OSC/ondemand/compare/v1.5.5...v1.6.0