diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b55cf8..fce00df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.6](https://github.com/codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +### Bug Fixes + +* `RecordFactory.useRecordProxy` static is incorrectly marked as readonly ([9efb07f](https://github.com/codeneos/vlocode/commit/9efb07f39240d71ab8ca758d995b78c0d9648869)) + ## [0.20.5](https://github.com/codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 37c09c62..34c0a0c4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.20.5", + "version": "0.20.6", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 83ab2834..c1987ea9 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.6](https://github.com/Codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +**Note:** Version bump only for package @vlocode/cli + ## [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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 4e0b55a8..4bc7dab7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.20.5", + "version": "0.20.6", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index d758c5aa..9e3afe97 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.6](https://github.com/Codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +**Note:** Version bump only for package @vlocode/omniscript + ## [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 diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index f874862f..50767dd9 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "0.20.5", + "version": "0.20.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 eb4f1386..db5b1b32 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.20.6](https://github.com/Codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +### Bug Fixes + +* `RecordFactory.useRecordProxy` static is incorrectly marked as readonly ([9efb07f](https://github.com/Codeneos/vlocode/commit/9efb07f39240d71ab8ca758d995b78c0d9648869)) + ## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) ### Bug Fixes diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index f50b2e98..b392baca 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.20.5", + "version": "0.20.6", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index 194a3165..6ffe2d6c 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.6](https://github.com/Codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [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 diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index 66827fbd..80ec5872 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.20.5", + "version": "0.20.6", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 5c6704e9..05a8362d 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.20.6](https://github.com/Codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +**Note:** Version bump only for package @vlocode/vlocity + ## [0.20.5](https://github.com/Codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) ### Bug Fixes diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index 1a0e0f74..ee59d79a 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "0.20.5", + "version": "0.20.6", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 3130d82f..1a30d93f 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. +## [0.20.6](https://github.com/codeneos/vlocode/compare/v0.20.5...v0.20.6) (2023-09-25) + +**Note:** Version bump only for package vlocode + ## [0.20.5](https://github.com/codeneos/vlocode/compare/v0.20.4...v0.20.5) (2023-09-06) ### Bug Fixes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 1fe9ba6a..273347f9 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.5", + "version": "0.20.6", "license": "MIT", "icon": "resources/icon.png", "author": {