Package updates + added new models for warnings.
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"productName": "ImEX RPS",
|
||||
"author": "ImEX Systems Inc. <support@thinkimex.com>",
|
||||
"description": "ImEX RPS",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"main": "electron/main.js",
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
|
||||
@@ -15,6 +15,13 @@ const models = [
|
||||
"nv200",
|
||||
"rav4",
|
||||
"odyssey",
|
||||
"murano",
|
||||
"edge",
|
||||
"ram",
|
||||
"kicks",
|
||||
"qashqai",
|
||||
"escape",
|
||||
"santa fe",
|
||||
];
|
||||
|
||||
export default function VehicleGroupAlertAtom({ job, showGroup = false }) {
|
||||
|
||||
Reference in New Issue
Block a user