From 54e40e24e99c919e2e920e198680822cf8dd4c5a Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 16 Dec 2020 14:12:45 -0800 Subject: [PATCH] Package updates + added new models for warnings. --- electron/changelog.json | 5 +++++ package.json | 2 +- .../atoms/vehicle-group-alert/vehicle-group-alert.atom.jsx | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/electron/changelog.json b/electron/changelog.json index 31b63f0..78f10ee 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -23,5 +23,10 @@ "title": "Release Notes for 1.0.13", "date": "11/30/2020", "notes": "New Features: \n- Added 'This Quarter' and 'Last Quarter' date quick select.\n\nBug Fixes: \n- Added automatic job refresh on new import for estimate detail screen.\n- Fixed an issue where more jobs would not be fetched in the list view in certain scenarios." + }, + "1.0.14": { + "title": "Release Notes for 1.0.14", + "date": "TBD", + "notes": "" } } diff --git a/package.json b/package.json index 8b3782b..db48ca6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "ImEX RPS", "author": "ImEX Systems Inc. ", "description": "ImEX RPS", - "version": "1.0.13", + "version": "1.0.14", "main": "electron/main.js", "homepage": "./", "dependencies": { diff --git a/src/components/atoms/vehicle-group-alert/vehicle-group-alert.atom.jsx b/src/components/atoms/vehicle-group-alert/vehicle-group-alert.atom.jsx index f2e2e53..57db154 100644 --- a/src/components/atoms/vehicle-group-alert/vehicle-group-alert.atom.jsx +++ b/src/components/atoms/vehicle-group-alert/vehicle-group-alert.atom.jsx @@ -15,6 +15,13 @@ const models = [ "nv200", "rav4", "odyssey", + "murano", + "edge", + "ram", + "kicks", + "qashqai", + "escape", + "santa fe", ]; export default function VehicleGroupAlertAtom({ job, showGroup = false }) {