From 106308c947d5bccd02d73c4bfbb3993c1eb728e1 Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Tue, 12 Mar 2024 18:56:46 +0100 Subject: [PATCH] chore: publish version 0.21.7 --- CHANGELOG.md | 11 +++++++++++ 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 | 6 ++++++ 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 | 7 +++++++ packages/vscode-extension/package.json | 2 +- 14 files changed, 47 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf0a86d..0dad4672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.21.7](https://github.com/codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +### Bug Fixes + +* do not sort profiles when adding new fields ([5969851](https://github.com/codeneos/vlocode/commit/5969851ea2b545d37e82bd0858a99519d1578e29)) +* reduce test coverage cache to increase usefulness ([eb630b9](https://github.com/codeneos/vlocode/commit/eb630b9cb3665b863ee15976d6d05c79652c856a)) + +### Features + +* avoid logging duplicate "Dependent class is invalid" errors ([0ce1d12](https://github.com/codeneos/vlocode/commit/0ce1d12c5457a41bac5e5442f7fbb29bee192df4)) + ## [0.21.6](https://github.com/codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index dbd9ba20..8c183ec1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.21.6", + "version": "0.21.7", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7b95efe4..51e445df 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.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +**Note:** Version bump only for package @vlocode/cli + ## [0.21.6](https://github.com/Codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index d230ba4f..04e7f21d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.21.6", + "version": "0.21.7", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index 7d5f4bf5..c574791c 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.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +**Note:** Version bump only for package @vlocode/omniscript + ## [0.21.6](https://github.com/Codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) **Note:** Version bump only for package @vlocode/omniscript diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index 7396ec48..db0a474b 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "0.21.6", + "version": "0.21.7", "description": "Library for compiling and working with Vlocity OmniScripts", "keywords": [ "Vlocity", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index de4bfd11..6c104005 100644 --- a/packages/salesforce/CHANGELOG.md +++ b/packages/salesforce/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.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +### Features + +* avoid logging duplicate "Dependent class is invalid" errors ([0ce1d12](https://github.com/Codeneos/vlocode/commit/0ce1d12c5457a41bac5e5442f7fbb29bee192df4)) + ## [0.21.6](https://github.com/Codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) ### Bug Fixes diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index 6e17df2c..90fe33cd 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.21.6", + "version": "0.21.7", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index 9e7c71b2..35e13408 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.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [0.21.6](https://github.com/Codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) **Note:** Version bump only for package @vlocode/vlocity-deploy diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index f9a8740b..2187264e 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.21.6", + "version": "0.21.7", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 6892f35e..93f5ec2d 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. +## [0.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +**Note:** Version bump only for package @vlocode/vlocity + ## [0.21.6](https://github.com/Codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) **Note:** Version bump only for package @vlocode/vlocity diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index 1f43968d..e5e459c8 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "0.21.6", + "version": "0.21.7", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 8d627a26..8c90dcd3 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.21.7](https://github.com/codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) + +### Bug Fixes + +* do not sort profiles when adding new fields ([5969851](https://github.com/codeneos/vlocode/commit/5969851ea2b545d37e82bd0858a99519d1578e29)) +* reduce test coverage cache to increase usefulness ([eb630b9](https://github.com/codeneos/vlocode/commit/eb630b9cb3665b863ee15976d6d05c79652c856a)) + ## [0.21.6](https://github.com/codeneos/vlocode/compare/v0.21.5...v0.21.6) (2024-02-15) **Note:** Version bump only for package vlocode diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 29e4d7a6..ccbeeff3 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.21.6", + "version": "0.21.7", "license": "MIT", "icon": "resources/icon.png", "author": {