From 89deedadff971e893939f5ddc20494cbf454ecde Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Wed, 27 Mar 2024 22:04:12 +0100 Subject: [PATCH] chore: publish version 1.22.0 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/apex/CHANGELOG.md | 8 ++++++++ packages/apex/package.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 +- 20 files changed, 54 insertions(+), 10 deletions(-) create mode 100644 packages/apex/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dad4672..32723679 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. +# [1.22.0](https://github.com/codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package vlocode-project + ## [0.21.7](https://github.com/codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 8c183ec1..77fef594 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.21.7", + "version": "1.22.0", "npmClient": "pnpm", "packages": ["packages/*"], "command": { diff --git a/packages/apex/CHANGELOG.md b/packages/apex/CHANGELOG.md new file mode 100644 index 00000000..b4a00b55 --- /dev/null +++ b/packages/apex/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/apex diff --git a/packages/apex/package.json b/packages/apex/package.json index d3ac0316..a749b98b 100644 --- a/packages/apex/package.json +++ b/packages/apex/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/apex", - "version": "0.21.7", + "version": "1.22.0", "description": "Salesforce APEX Parser and Grammar", "keywords": [ "Salesforce", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 51e445df..782ff107 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/cli + ## [0.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) **Note:** Version bump only for package @vlocode/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 226d234c..464ba490 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/cli", - "version": "0.21.7", + "version": "1.22.0", "description": "Hyper fast Salesforce/Vlocity datapack deployment CLI", "keywords": [ "Vlocity", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 49e6c376..eec352cb 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/core + ## [0.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23) **Note:** Version bump only for package @vlocode/core diff --git a/packages/core/package.json b/packages/core/package.json index 9c028d12..0b568035 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/core", - "version": "0.21.3", + "version": "1.22.0", "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 c574791c..45c2ec48 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/omniscript + ## [0.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) **Note:** Version bump only for package @vlocode/omniscript diff --git a/packages/omniscript/package.json b/packages/omniscript/package.json index db0a474b..46024969 100644 --- a/packages/omniscript/package.json +++ b/packages/omniscript/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/omniscript", - "version": "0.21.7", + "version": "1.22.0", "description": "Library for compiling and working with Vlocity OmniScripts", "keywords": [ "Vlocity", diff --git a/packages/salesforce/CHANGELOG.md b/packages/salesforce/CHANGELOG.md index 6c104005..e1435327 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/salesforce + ## [0.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) ### Features diff --git a/packages/salesforce/package.json b/packages/salesforce/package.json index 34455da1..31c2a670 100644 --- a/packages/salesforce/package.json +++ b/packages/salesforce/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/salesforce", - "version": "0.21.7", + "version": "1.22.0", "description": "Salesforce utility library for Vlocode", "keywords": [ "Salesforce" diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 435339a5..14f7dfd6 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/util + ## [0.21.3](https://github.com/Codeneos/vlocode/compare/v0.21.2...v0.21.3) (2024-01-23) ### Features diff --git a/packages/util/package.json b/packages/util/package.json index cc2ebebe..470f72a9 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/util", - "version": "0.21.3", + "version": "1.22.0", "description": "Vlocode utility library", "main": "lib/index.js", "publishConfig": { diff --git a/packages/vlocity-deploy/CHANGELOG.md b/packages/vlocity-deploy/CHANGELOG.md index 35e13408..abd1867a 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/vlocity-deploy + ## [0.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) **Note:** Version bump only for package @vlocode/vlocity-deploy diff --git a/packages/vlocity-deploy/package.json b/packages/vlocity-deploy/package.json index 2187264e..dc5f9969 100644 --- a/packages/vlocity-deploy/package.json +++ b/packages/vlocity-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity-deploy", - "version": "0.21.7", + "version": "1.22.0", "description": "Hyper fast Salesforce/Vlocity datapack deployment library", "keywords": [ "Vlocity", diff --git a/packages/vlocity/CHANGELOG.md b/packages/vlocity/CHANGELOG.md index 93f5ec2d..861d23e7 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. +# [1.22.0](https://github.com/Codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package @vlocode/vlocity + ## [0.21.7](https://github.com/Codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) **Note:** Version bump only for package @vlocode/vlocity diff --git a/packages/vlocity/package.json b/packages/vlocity/package.json index e5e459c8..37e722ba 100644 --- a/packages/vlocity/package.json +++ b/packages/vlocity/package.json @@ -1,6 +1,6 @@ { "name": "@vlocode/vlocity", - "version": "0.21.7", + "version": "1.22.0", "description": "Vlocode VLocity shared functionality library", "keywords": [ "Vlocity", diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 8c90dcd3..9d05f2ad 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. +# [1.22.0](https://github.com/codeneos/vlocode/compare/v0.21.7...v1.22.0) (2024-03-27) + +**Note:** Version bump only for package vlocode + ## [0.21.7](https://github.com/codeneos/vlocode/compare/v0.21.6...v0.21.7) (2024-03-12) ### Bug Fixes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index ccbeeff3..efc9c6cf 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.7", + "version": "1.22.0", "license": "MIT", "icon": "resources/icon.png", "author": {