diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2a4cf5..3adfb299 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.5](https://github.com/codeneos/vlocode/compare/v0.19.4...v0.19.5) (2023-04-18) + +### Bug Fixes + +* reduce order warnings for script elements ([09085ad](https://github.com/codeneos/vlocode/commit/09085adfe8e45abafb74d74071a6533ce6a48459)) + ## [0.19.4](https://github.com/codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18) ### Bug Fixes diff --git a/lerna.json b/lerna.json index c03cdca7..c576c1ed 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.19.4", + "version": "0.19.5", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d482faa9..8a3dc008 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.5](https://github.com/Codeneos/vlocode/compare/v0.19.4...v0.19.5) (2023-04-18) + +**Note:** Version bump only for package @vlocode/cli + ## [0.19.4](https://github.com/Codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index f7452783..0c2d9b0e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.19.4", + "version": "0.19.5", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index e292eed7..9a062a55 100644 --- a/packages/vlocity-deploy/CHANGELOG.md +++ b/packages/vlocity-deploy/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.5](https://github.com/Codeneos/vlocode/compare/v0.19.4...v0.19.5) (2023-04-18) + +### Bug Fixes + +* reduce order warnings for script elements ([09085ad](https://github.com/Codeneos/vlocode/commit/09085adfe8e45abafb74d74071a6533ce6a48459)) + ## [0.19.4](https://github.com/Codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18) ### Bug Fixes diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index 82348f5e..ce6fb8cb 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.19.4", + "version": "0.19.5", "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 dc110986..c05a841c 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.5](https://github.com/codeneos/vlocode/compare/v0.19.4...v0.19.5) (2023-04-18) + +**Note:** Version bump only for package vlocode + ## [0.19.4](https://github.com/codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18) **Note:** Version bump only for package vlocode diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 4c64abd8..184c284e 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.4", + "version": "0.19.5", "license": "MIT", "icon": "resources/icon.png", "author": {