From b35395402f965a0944d2edcc7a4b60c900d3f057 Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Mon, 24 Jun 2024 10:39:59 +0200 Subject: [PATCH] chore: publish version 1.24.8 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/package.json | 2 +- packages/omniscript/CHANGELOG.md | 4 ++++ packages/omniscript/package.json | 2 +- packages/salesforce/CHANGELOG.md | 14 ++++++++++++++ packages/salesforce/package.json | 2 +- packages/vlocity-deploy/CHANGELOG.md | 4 ++++ packages/vlocity-deploy/package.json | 2 +- packages/vlocity/CHANGELOG.md | 4 ++++ packages/vlocity/package.json | 2 +- packages/vscode-extension/CHANGELOG.md | 10 ++++++++++ packages/vscode-extension/package.json | 2 +- 14 files changed, 63 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2012f1c5..709142c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +### Bug Fixes + +* delta deploy doesn't uses binary compare for certain meta.xml files causing it to incorrectly mark objects as changed ([ad3b757](https://github.com/codeneos/vlocode/commit/ad3b757eb504bc8cfaee733ebb6eb44190d15ae4)) +* only consider extra properties of installed package when versions match ([53f1988](https://github.com/codeneos/vlocode/commit/53f19881cc78d80fafdc1c1be1ab9d4dae801b31)) +* view in Salesforce on metadata fails due to incorrect arguments ([2317efc](https://github.com/codeneos/vlocode/commit/2317efc085fb288a2fd887d12d1a67f325b713e4)) + +### Features + +* add support for removing components from metadata package ([789eeee](https://github.com/codeneos/vlocode/commit/789eeee9c547fd8372a9a9316656d57af19e4f9b)) +* log metadata deploy outcome in separate output channel ([79bcfea](https://github.com/codeneos/vlocode/commit/79bcfea7285e0e8456e141f5efb6764d57ddc104)) +* skip deploy installed package if newer is installed in org ([0a8a26c](https://github.com/codeneos/vlocode/commit/0a8a26c5680f159aa1bb3e379178e31950c8cdff)) + ## [1.24.7](https://github.com/codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) ### Bug Fixes * instance URL changes during token refresh do not update transport layer URL ([00e649a](https://github.com/codeneos/vlocode/commit/00e649a092dc0677e5eab1731e96ac613265b3d0)) + * OAuath2 incorrect URLs causes token refresh errors ([ab96a3d](https://github.com/codeneos/vlocode/commit/ab96a3d94f5685e3588c8eed3e864959f3c9f32b)) + * remove scopes from introspect request ([a35cddb](https://github.com/codeneos/vlocode/commit/a35cddbaef23def3a29dfd480ac8cd2ef9a0435a)) ## [1.24.6](https://github.com/codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) diff --git a/lerna.json b/lerna.json index da41762c..123e82ed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "1.24.7", + "version": "1.24.8", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f3b05127..7867a168 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/Codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +**Note:** Version bump only for package @vlocode/cli + ## [1.24.7](https://github.com/Codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index fb3bd7f1..ecf561b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "1.24.7", + "version": "1.24.8", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index 233176b9..3e9a9eeb 100644 --- a/packages/omniscript/CHANGELOG.md +++ b/packages/omniscript/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/Codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +**Note:** Version bump only for package @vlocode/omniscript + ## [1.24.7](https://github.com/Codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) **Note:** Version bump only for package @vlocode/omniscript diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index 2b469795..a66f5118 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "1.24.7", + "version": "1.24.8", "description": "Library for compiling and working with Vlocity OmniScripts", "keywords": [ "Vlocity", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index 458e32cd..bd368296 100644 --- a/packages/salesforce/CHANGELOG.md +++ b/packages/salesforce/CHANGELOG.md @@ -3,12 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/Codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +### Bug Fixes + +* delta deploy doesn't uses binary compare for certain meta.xml files causing it to incorrectly mark objects as changed ([ad3b757](https://github.com/Codeneos/vlocode/commit/ad3b757eb504bc8cfaee733ebb6eb44190d15ae4)) +* only consider extra properties of installed package when versions match ([53f1988](https://github.com/Codeneos/vlocode/commit/53f19881cc78d80fafdc1c1be1ab9d4dae801b31)) + +### Features + +* add support for removing components from metadata package ([789eeee](https://github.com/Codeneos/vlocode/commit/789eeee9c547fd8372a9a9316656d57af19e4f9b)) +* skip deploy installed package if newer is installed in org ([0a8a26c](https://github.com/Codeneos/vlocode/commit/0a8a26c5680f159aa1bb3e379178e31950c8cdff)) + ## [1.24.7](https://github.com/Codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) ### Bug Fixes * instance URL changes during token refresh do not update transport layer URL ([00e649a](https://github.com/Codeneos/vlocode/commit/00e649a092dc0677e5eab1731e96ac613265b3d0)) + * OAuath2 incorrect URLs causes token refresh errors ([ab96a3d](https://github.com/Codeneos/vlocode/commit/ab96a3d94f5685e3588c8eed3e864959f3c9f32b)) + * remove scopes from introspect request ([a35cddb](https://github.com/Codeneos/vlocode/commit/a35cddbaef23def3a29dfd480ac8cd2ef9a0435a)) ## [1.24.6](https://github.com/Codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index a7ab028b..69dda219 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "1.24.7", + "version": "1.24.8", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index c5841b62..8d5ec505 100644 --- a/packages/vlocity-deploy/CHANGELOG.md +++ b/packages/vlocity-deploy/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/Codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [1.24.7](https://github.com/Codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) **Note:** Version bump only for package @vlocode/vlocity-deploy diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index 7da75c67..4aa3fd2e 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "1.24.7", + "version": "1.24.8", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 4e8ff9a3..8d62fc7a 100644 --- a/packages/vlocity/CHANGELOG.md +++ b/packages/vlocity/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/Codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +**Note:** Version bump only for package @vlocode/vlocity + ## [1.24.7](https://github.com/Codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) **Note:** Version bump only for package @vlocode/vlocity diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index 15eb48f7..1b7d45f9 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "1.24.7", + "version": "1.24.8", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index a103c3e0..7711cc24 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.8](https://github.com/codeneos/vlocode/compare/v1.24.7...v1.24.8) (2024-06-24) + +### Bug Fixes + +* view in Salesforce on metadata fails due to incorrect arguments ([2317efc](https://github.com/codeneos/vlocode/commit/2317efc085fb288a2fd887d12d1a67f325b713e4)) + +### Features + +* log metadata deploy outcome in separate output channel ([79bcfea](https://github.com/codeneos/vlocode/commit/79bcfea7285e0e8456e141f5efb6764d57ddc104)) + ## [1.24.7](https://github.com/codeneos/vlocode/compare/v1.24.6...v1.24.7) (2024-06-21) **Note:** Version bump only for package vlocode diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index afa21d79..147d6c60 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "Salesforce Vlocity Integration", "description": "Salesforce and Vlocity development and deployment extension for VSCode", - "version": "1.24.7", + "version": "1.24.8", "license": "MIT", "icon": "resources/icon.png", "author": {