From 1547636817835ff47ebeddff546f4fa787f7e853 Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Wed, 23 Aug 2023 13:45:56 +0200 Subject: [PATCH] chore: publish version 0.20.1 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 2 +- packages/omniscript/CHANGELOG.md | 4 ++++ packages/omniscript/package.json | 2 +- packages/salesforce/CHANGELOG.md | 4 ++++ packages/salesforce/package.json | 2 +- packages/util/CHANGELOG.md | 4 ++++ packages/util/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 +- 18 files changed, 45 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aba49e75..a334442b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.20.1](https://github.com/codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package vlocode-project + ## [0.20.1-next.0](https://github.com/codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 8ece959d..44b1e329 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.20.1-next.0", + "version": "0.20.1", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9536267c..486e126d 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.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/cli + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Features diff --git a/packages/cli/package.json b/packages/cli/package.json index 31e39c10..f34c37cb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.20.1-next.0", + "version": "0.20.1", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4048f980..13d217cb 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.20.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/core + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 547d8f1d..e1c28fe7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/core", - "version": "0.20.1-next.0", + "version": "0.20.1", "description": "Vlocode core IoC container framework library", "main": "lib/index.js", "publishConfig": { diff --git a/packages/omniscript/CHANGELOG.md b/packages/omniscript/CHANGELOG.md index 8d800d5b..967d7b5e 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.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/omniscript + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Features diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index 1d0ec433..c75501b5 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "0.20.1-next.0", + "version": "0.20.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 27f68a5a..75c600c6 100644 --- a/packages/salesforce/CHANGELOG.md +++ b/packages/salesforce/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.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/salesforce + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Bug Fixes diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index 47057d2f..22744241 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.20.1-next.0", + "version": "0.20.1", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index ca9c5c99..a2d8d14c 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/util + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Features diff --git a/packages/util/package.json b/packages/util/package.json index d2d7410e..d7e0697d 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/util", - "version": "0.20.1-next.0", + "version": "0.20.1", "description": "Vlocode utility library", "main": "lib/index.js", "publishConfig": { diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index 4287bb58..d45aa427 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.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Bug Fixes diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index daa3a806..1bb57131 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.20.1-next.0", + "version": "0.20.1", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 5735b98c..b8a1cfa3 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.1](https://github.com/Codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package @vlocode/vlocity + ## [0.20.1-next.0](https://github.com/Codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Features diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index ab586a90..54e87880 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "0.20.1-next.0", + "version": "0.20.1", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index e6a3921a..78e6494a 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.1](https://github.com/codeneos/vlocode/compare/v0.20.1-next.0...v0.20.1) (2023-08-23) + +**Note:** Version bump only for package vlocode + ## [0.20.1-next.0](https://github.com/codeneos/vlocode/compare/v0.20.0-alpha.1...v0.20.1-next.0) (2023-08-20) ### Bug Fixes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 58ab494b..b784640d 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.1-next.0", + "version": "0.20.1", "license": "MIT", "icon": "resources/icon.png", "author": {