diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b11b1f10..9b2b6ff8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # 2.0.3 ### Bug fixes +* Recent templates from "my library" are a bit too long [\#1969](https://github.com/Azure/BatchExplorer/issues/1969) * Job schedule with autopool fail to display [\#1995](https://github.com/Azure/BatchExplorer/issues/1995) * Pool graphs One Day and One Week option both have value of 1 day [\#1999](https://github.com/Azure/BatchExplorer/issues/1999) -* Microsoft portfolio settings not persisted [\#2004](https://github.com/Azure/BatchExplorer/issues/2004) +* Microsoft portfolio settings not persisted [\#2004](https://github.com/Azure/BatchExplorer/issues/2004) # 2.0.2 diff --git a/package-lock.json b/package-lock.json index 84a543ff10..a1e93fc482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "batch-explorer", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/app/components/gallery/home/recent-template-list/recent-template-list.html b/src/app/components/gallery/home/recent-template-list/recent-template-list.html index 3d8417a7ed..fbcf1e78ce 100644 --- a/src/app/components/gallery/home/recent-template-list/recent-template-list.html +++ b/src/app/components/gallery/home/recent-template-list/recent-template-list.html @@ -2,11 +2,12 @@