diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8a114b..73ed6b3d 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.19.20](https://github.com/codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +### Bug Fixes + +* XML metadata with boolean attributes is not deployed correctly ([7389674](https://github.com/codeneos/vlocode/commit/738967418225ff1abcd02cedebb88fc611bbd66b)) + ## [0.19.19](https://github.com/codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30) ### Features diff --git a/lerna.json b/lerna.json index a3774125..cee111e3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.19.19", + "version": "0.19.20", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index db6bd446..d33446b3 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.19.20](https://github.com/Codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +**Note:** Version bump only for package @vlocode/cli + ## [0.19.19](https://github.com/Codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30) ### Features diff --git a/packages/cli/package.json b/packages/cli/package.json index 9afa78e7..536a9ffb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.19.19", + "version": "0.19.20", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cb59474e..f40b8d7b 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.19.20](https://github.com/Codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +**Note:** Version bump only for package @vlocode/core + ## [0.19.17](https://github.com/Codeneos/vlocode/compare/v0.19.16...v0.19.17) (2023-07-26) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index ca1a8aad..fa497565 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/core", - "version": "0.19.17", + "version": "0.19.20", "description": "Vlocode core IoC container framework library", "main": "lib/index.js", "readme": "../SITE.md", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index 07a1e8c0..9f28d094 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.19.20](https://github.com/Codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +### Bug Fixes + +* XML metadata with boolean attributes is not deployed correctly ([7389674](https://github.com/Codeneos/vlocode/commit/738967418225ff1abcd02cedebb88fc611bbd66b)) + ## [0.19.19](https://github.com/Codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30) ### Features diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index 855e1f2b..e6efbc21 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.19.19", + "version": "0.19.20", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 7d7f6a8c..d99d67c2 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.19.20](https://github.com/Codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +### Bug Fixes + +* XML metadata with boolean attributes is not deployed correctly ([7389674](https://github.com/Codeneos/vlocode/commit/738967418225ff1abcd02cedebb88fc611bbd66b)) + ## [0.19.16](https://github.com/Codeneos/vlocode/compare/v0.19.15...v0.19.16) (2023-07-25) ### Bug Fixes diff --git a/packages/util/package.json b/packages/util/package.json index cbe2185b..b7778dc6 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/util", - "version": "0.19.16", + "version": "0.19.20", "description": "Vlocode utility library", "main": "lib/index.js", "readme": "../SITE.md", diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index e5b42e7c..66a83a9f 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.19.20](https://github.com/Codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [0.19.19](https://github.com/Codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30) ### Features diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index 46c9a5ea..5f30e4f7 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.19.19", + "version": "0.19.20", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 97bc4310..9d5425f1 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.19.20](https://github.com/codeneos/vlocode/compare/v0.19.19...v0.19.20) (2023-08-01) + +**Note:** Version bump only for package vlocode + ## [0.19.19](https://github.com/codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30) **Note:** Version bump only for package vlocode diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index a61e2b1f..457d6c5b 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.19.19", + "version": "0.19.20", "license": "MIT", "icon": "resources/icon.png", "author": {