diff --git a/CHANGELOG.md b/CHANGELOG.md index b18be5b5..c53ae955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.21.1](https://github.com/codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +### Bug Fixes + +* bulk jobs incorrectly set LineEnding to CRLF instead of LF when not defined ([3703f65](https://github.com/codeneos/vlocode/commit/3703f657cc6f171e26674659d3bb1c90bf951a57)) +* delay file detection by 1 sec when running on MacOS to improve startup performance on MacOS ([48db006](https://github.com/codeneos/vlocode/commit/48db00608e82d48f5a688f777bd4f9f49f2126de)) +* ingest job doesn't properly validate `chunkDataSize` causing it to exceeds the API limit ([074dfe2](https://github.com/codeneos/vlocode/commit/074dfe2e7e7a0f2f6e5af7bc79e585a7c610eaf8)) + # [0.21.0](https://github.com/codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index c2a8412c..a5d839ab 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.21.0", + "version": "0.21.1", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cb58a63a..d0fddd7b 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.1](https://github.com/Codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +**Note:** Version bump only for package @vlocode/cli + # [0.21.0](https://github.com/Codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 49e5474f..7c345ce5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.21.0", + "version": "0.21.1", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index c15a3113..2298f8f8 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.1](https://github.com/Codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +**Note:** Version bump only for package @vlocode/omniscript + # [0.21.0](https://github.com/Codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) **Note:** Version bump only for package @vlocode/omniscript diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index ac92d00b..8a7011d3 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "0.21.0", + "version": "0.21.1", "description": "Library for compiling and working with Vlocity OmniScripts", "keywords": [ "Vlocity", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index ca61f40a..6e15c631 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. +## [0.21.1](https://github.com/Codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +### Bug Fixes + +* bulk jobs incorrectly set LineEnding to CRLF instead of LF when not defined ([3703f65](https://github.com/Codeneos/vlocode/commit/3703f657cc6f171e26674659d3bb1c90bf951a57)) +* ingest job doesn't properly validate `chunkDataSize` causing it to exceeds the API limit ([074dfe2](https://github.com/Codeneos/vlocode/commit/074dfe2e7e7a0f2f6e5af7bc79e585a7c610eaf8)) + # [0.21.0](https://github.com/Codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) ### Bug Fixes diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index 6bba8616..5a99794d 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.21.0", + "version": "0.21.1", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index 67337e66..224b1d60 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.1](https://github.com/Codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + # [0.21.0](https://github.com/Codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) **Note:** Version bump only for package @vlocode/vlocity-deploy diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index b2967c03..e7ef9f28 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.21.0", + "version": "0.21.1", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 36d3a9f6..ff8c929a 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.1](https://github.com/Codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +**Note:** Version bump only for package @vlocode/vlocity + # [0.21.0](https://github.com/Codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) **Note:** Version bump only for package @vlocode/vlocity diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index d76ee8c2..241a8cc7 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "0.21.0", + "version": "0.21.1", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 8cf0c207..78478023 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.21.1](https://github.com/codeneos/vlocode/compare/v0.21.0...v0.21.1) (2024-01-08) + +### Bug Fixes + +* delay file detection by 1 sec when running on MacOS to improve startup performance on MacOS ([48db006](https://github.com/codeneos/vlocode/commit/48db00608e82d48f5a688f777bd4f9f49f2126de)) + # [0.21.0](https://github.com/codeneos/vlocode/compare/v0.20.12...v0.21.0) (2023-12-22) ### Bug Fixes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index c85196d1..3939b1c8 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.0", + "version": "0.21.1", "license": "MIT", "icon": "resources/icon.png", "author": {