From 59f59612faeee51ef691a7c0fc11962cef0697ee Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Wed, 12 Jun 2024 21:04:19 +0200 Subject: [PATCH] chore: publish version 1.24.6 --- CHANGELOG.md | 7 +++++++ 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 | 7 +++++++ 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 | 4 ++++ packages/vscode-extension/package.json | 2 +- 14 files changed, 41 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28074e39..af47f39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.24.6](https://github.com/codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +### Bug Fixes + +* once method not overloaded with proper event types for bulk job V2 ([458b1e9](https://github.com/codeneos/vlocode/commit/458b1e9873beb64704968bcd432912dee5345bbc)) +* stack overflow when loading more then 3 million records due to array spreading ([75dba0a](https://github.com/codeneos/vlocode/commit/75dba0a46273fb13ad544952b4bd3c0e4c721b81)) + ## [1.24.5](https://github.com/codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) ### Features diff --git a/lerna.json b/lerna.json index 2449e601..b2322faf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "1.24.5", + "version": "1.24.6", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 04f826a2..92e66f4b 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.6](https://github.com/Codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +**Note:** Version bump only for package @vlocode/cli + ## [1.24.5](https://github.com/Codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a16ddf2..7caa9094 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "1.24.5", + "version": "1.24.6", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index 7ccf76a2..3887c86f 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.6](https://github.com/Codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +**Note:** Version bump only for package @vlocode/omniscript + ## [1.24.5](https://github.com/Codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) **Note:** Version bump only for package @vlocode/omniscript diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index 7bdce108..a7305c89 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "1.24.5", + "version": "1.24.6", "description": "Library for compiling and working with Vlocity OmniScripts", "keywords": [ "Vlocity", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index 57de0ab2..9e0501db 100644 --- a/packages/salesforce/CHANGELOG.md +++ b/packages/salesforce/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. +## [1.24.6](https://github.com/Codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +### Bug Fixes + +* once method not overloaded with proper event types for bulk job V2 ([458b1e9](https://github.com/Codeneos/vlocode/commit/458b1e9873beb64704968bcd432912dee5345bbc)) +* stack overflow when loading more then 3 million records due to array spreading ([75dba0a](https://github.com/Codeneos/vlocode/commit/75dba0a46273fb13ad544952b4bd3c0e4c721b81)) + ## [1.24.5](https://github.com/Codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) ### Features diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index df7d9310..f20b7e50 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "1.24.5", + "version": "1.24.6", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index 166418bd..775c86a0 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.6](https://github.com/Codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [1.24.5](https://github.com/Codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) **Note:** Version bump only for package @vlocode/vlocity-deploy diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index b725f884..adf70afd 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "1.24.5", + "version": "1.24.6", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 7a91dc42..c4a83337 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.6](https://github.com/Codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +**Note:** Version bump only for package @vlocode/vlocity + ## [1.24.5](https://github.com/Codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) **Note:** Version bump only for package @vlocode/vlocity diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index cb476eaa..30a6986f 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "1.24.5", + "version": "1.24.6", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index c71485a3..b0720eb4 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/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.6](https://github.com/codeneos/vlocode/compare/v1.24.5...v1.24.6) (2024-06-12) + +**Note:** Version bump only for package vlocode + ## [1.24.5](https://github.com/codeneos/vlocode/compare/v1.24.4...v1.24.5) (2024-06-12) **Note:** Version bump only for package vlocode diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 298883e1..5aa6aabc 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.5", + "version": "1.24.6", "license": "MIT", "icon": "resources/icon.png", "author": {