From efecf9cae03c67e80df4e14323a250c742ac81ce Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Wed, 6 Sep 2023 22:51:20 +0200 Subject: [PATCH] chore: publish version 0.20.5 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- packages/omniscript/CHANGELOG.md | 4 ++++ packages/omniscript/package.json | 2 +- packages/salesforce/CHANGELOG.md | 13 +++++++++++++ packages/salesforce/package.json | 2 +- packages/util/CHANGELOG.md | 6 ++++++ packages/util/package.json | 2 +- packages/vlocity-deploy/CHANGELOG.md | 4 ++++ packages/vlocity-deploy/package.json | 2 +- packages/vlocity/CHANGELOG.md | 6 ++++++ packages/vlocity/package.json | 2 +- packages/vscode-extension/CHANGELOG.md | 6 ++++++ packages/vscode-extension/package.json | 2 +- 18 files changed, 71 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ace5460..c5b55cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.5](https://github.com/codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +### Bug Fixes + +* CustomObjectTranslations are not deployable ([3dbd9ed](https://github.com/codeneos/vlocode/commit/3dbd9ed2b0c74221e44fcbb4e627ea9b0cfdcc6b)) +* deployment command does not clear errors after they are resolved and fails to save source files before starting a deployment ([02b75c7](https://github.com/codeneos/vlocode/commit/02b75c7c031cb8db48dde575171957051e027c62)) +* deployment command does not restart when after pausing and saving multiple files at once can causes multiple parallel deployments ([030c13d](https://github.com/codeneos/vlocode/commit/030c13d539a21127e2c9eba31a9ea8b0a83b4afd)) +* destructive changes are not added during delta deployment ([898fe76](https://github.com/codeneos/vlocode/commit/898fe76184e1c751a9e8a25202ba25c531b61114)) +* unaddressed child metadata child does not include parent ([1deb30a](https://github.com/codeneos/vlocode/commit/1deb30a856e5650c26d980b9d12f598ab8ee4d8d)) +* VlocityInterfaceInvoker is not serializing input correctly ([8f02b91](https://github.com/codeneos/vlocode/commit/8f02b914bba3dc0b6b31380cbe425fe9c4307e12)) + +### Features + +* improve detection differences by ignoring extra properties in metadata files retrieved from org ([44b7332](https://github.com/codeneos/vlocode/commit/44b733223458f0088286870a606b386589b05641)) + ## [0.20.4](https://github.com/codeneos/vlocode/compare/v0.20.3...v0.20.4) (2023-08-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cde36029..37c09c62 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.20.4", + "version": "0.20.5", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2af4b5b3..83ab2834 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. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +**Note:** Version bump only for package @vlocode/cli + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index b6cc2f64..4e0b55a8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.20.3", + "version": "0.20.5", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f36b15cd..8dd3e51c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +**Note:** Version bump only for package @vlocode/core + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) **Note:** Version bump only for package @vlocode/core diff --git a/packages/core/package.json b/packages/core/package.json index be5ca182..ac7e8d51 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/core", - "version": "0.20.3", + "version": "0.20.5", "description": "Vlocode core IoC container framework library", "main": "lib/index.js", "publishConfig": { diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index b484c3e2..d758c5aa 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. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +**Note:** Version bump only for package @vlocode/omniscript + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) **Note:** Version bump only for package @vlocode/omniscript diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index 1c77f012..f874862f 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "0.20.3", + "version": "0.20.5", "description": "Library for compiling and working with Vlocity OmniScripts", "keywords": [ "Vlocity", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index 2d1afd8c..eb4f1386 100644 --- a/packages/salesforce/CHANGELOG.md +++ b/packages/salesforce/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +### Bug Fixes + +* CustomObjectTranslations are not deployable ([3dbd9ed](https://github.com/Codeneos/vlocode/commit/3dbd9ed2b0c74221e44fcbb4e627ea9b0cfdcc6b)) +* deployment command does not clear errors after they are resolved and fails to save source files before starting a deployment ([02b75c7](https://github.com/Codeneos/vlocode/commit/02b75c7c031cb8db48dde575171957051e027c62)) +* destructive changes are not added during delta deployment ([898fe76](https://github.com/Codeneos/vlocode/commit/898fe76184e1c751a9e8a25202ba25c531b61114)) +* unaddressed child metadata child does not include parent ([1deb30a](https://github.com/Codeneos/vlocode/commit/1deb30a856e5650c26d980b9d12f598ab8ee4d8d)) + +### Features + +* improve detection differences by ignoring extra properties in metadata files retrieved from org ([44b7332](https://github.com/Codeneos/vlocode/commit/44b733223458f0088286870a606b386589b05641)) + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) ### Bug Fixes diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index 6f9710a8..f50b2e98 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.20.3", + "version": "0.20.5", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index db19c685..97de1795 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +### Features + +* improve detection differences by ignoring extra properties in metadata files retrieved from org ([44b7332](https://github.com/Codeneos/vlocode/commit/44b733223458f0088286870a606b386589b05641)) + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) ### Bug Fixes diff --git a/packages/util/package.json b/packages/util/package.json index db90e626..14902a28 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/util", - "version": "0.20.3", + "version": "0.20.5", "description": "Vlocode utility library", "main": "lib/index.js", "publishConfig": { diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index ef61a35f..194a3165 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. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) **Note:** Version bump only for package @vlocode/vlocity-deploy diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index c817e5b1..66827fbd 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.20.3", + "version": "0.20.5", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 1fe58e0f..5c6704e9 100644 --- a/packages/vlocity/CHANGELOG.md +++ b/packages/vlocity/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +### Bug Fixes + +* VlocityInterfaceInvoker is not serializing input correctly ([8f02b91](https://github.com/Codeneos/vlocode/commit/8f02b914bba3dc0b6b31380cbe425fe9c4307e12)) + ## [0.20.3](https://github.com/Codeneos/vlocode/compare/v0.20.2...v0.20.3) (2023-08-24) **Note:** Version bump only for package @vlocode/vlocity diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index 962fc00a..1a0e0f74 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "0.20.3", + "version": "0.20.5", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 1621e10d..3130d82f 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.5](https://github.com/codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) + +### Bug Fixes + +* deployment command does not restart when after pausing and saving multiple files at once can causes multiple parallel deployments ([030c13d](https://github.com/codeneos/vlocode/commit/030c13d539a21127e2c9eba31a9ea8b0a83b4afd)) + ## [0.20.4](https://github.com/codeneos/vlocode/compare/v0.20.3...v0.20.4) (2023-08-24) ### Bug Fixes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 7a9f6497..1fe9ba6a 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": "0.20.4", + "version": "0.20.5", "license": "MIT", "icon": "resources/icon.png", "author": {