From bc4442e8cd4c7491a14e267c67f8e21af3551dc7 Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Wed, 18 Dec 2019 18:29:21 +0100 Subject: [PATCH] Fix icon missing for succesful actions in activity view. FIx change log dates. --- CHANGELOG.md | 11 +++++++---- package-lock.json | 2 +- package.json | 2 +- resources/dark/checked.svg | 1 + resources/light/checked.svg | 1 + 5 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 resources/dark/checked.svg create mode 100644 resources/light/checked.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 705355b6..cd48108d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog Vlocity Salesforce Integration for VSCode -## [0.12.9] - 2019-12-19 +## [0.12.10] - 2019-12-18 + - Fix icon missing for succesful actions in activity view + +## [0.12.9] - 2019-12-18 - Support for Salesforce Refresh data from server - Fix issue with deploying certain metadata types - Deprecated old configuration for setting the username and password manually. @@ -10,17 +13,17 @@ - Change UI Icon for completed activities. - Store Salesforce prefered API version in config. -## [0.12.6] - 2019-12-19 +## [0.12.6] - 2019-12-09 - Fixed build error - Added option to select max depth during refresh and explorer export - Optimize datapack loading - Fix issue with content version query definition from Vlocity -## [0.12.5] - 2019-12-19 +## [0.12.5] - 2019-12-09 - Fixed circular json error during export from datapack explorer. - Added activity explorer icons. -## [0.12.4] - 2019-12-18 +## [0.12.4] - 2019-12-08 - Report past and running operations in the new activity screen - Better handling of export errors by setting ignoreAllErrors property which prevents exports from failing when a dependency fails. - Better handling of deploy errors. diff --git a/package-lock.json b/package-lock.json index 123f67a4..cddfd78b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vlocode", - "version": "0.12.9", + "version": "0.12.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85d168ab..0cd781e4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vlocode", "displayName": "Salesforce Vlocity Integration", "description": "Salesforce and Vlocity development and deployment extension for VSCode", - "version": "0.12.9", + "version": "0.12.10", "license": "MIT", "icon": "resources/icon.png", "author": { diff --git a/resources/dark/checked.svg b/resources/dark/checked.svg new file mode 100644 index 00000000..45d23525 --- /dev/null +++ b/resources/dark/checked.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/light/checked.svg b/resources/light/checked.svg new file mode 100644 index 00000000..45d23525 --- /dev/null +++ b/resources/light/checked.svg @@ -0,0 +1 @@ + \ No newline at end of file