From 53207070b43c044688627b077b7672b99141bee3 Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Wed, 15 May 2019 14:07:14 -0400 Subject: [PATCH 1/2] Update Dashboard --- CHANGELOG.md | 3 ++- config.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6023e33ab..e93bd48135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -161,7 +161,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.1...HEAD +[Unreleased]: https://github.com/OSC/ondemand/compare/v1.6.2...HEAD +[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 [1.5.5]: https://github.com/OSC/ondemand/compare/v1.5.4...v1.5.5 diff --git a/config.json b/config.json index 7adf7c26c6..75734419ff 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ { "name": "dashboard", "url": "https://github.com/OSC/ood-dashboard", - "tag": "v1.33.2", + "tag": "v1.33.3", "app": true }, { From 69bc39a3334a69b5bd9d1afb42f0e59fbc9e56db Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Wed, 15 May 2019 14:10:17 -0400 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93bd48135..1523762b74 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.2] - 2019-05-15 +### Fixed +- Fixed another translation issue in Dashboard + ## [1.6.1] - 2019-05-15 ### Fixed - Fixed crashing bug in Dashboard