Skip to content

Commit

Permalink
chore: publish version 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Apr 17, 2023
1 parent cbb45fa commit 1c0b233
Show file tree
Hide file tree
Showing 14 changed files with 58 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.3](https://github.com/codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes

* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))
* disable verbose logging of HTTP transport class ([09c8e0b](https://github.com/codeneos/vlocode/commit/09c8e0bfc4e86275d5b0cd14d5dce286562734b1))
* do not use query cache during deployment to avoid issues caused by a stale cache ([cbb45fa](https://github.com/codeneos/vlocode/commit/cbb45fa59a13f48dd4bfae2bcdb77ed3636484e7))
* script builder does not properly generate options for picklists with custom source ([3e2aeb2](https://github.com/codeneos/vlocode/commit/3e2aeb22ea4e513fc745da149f3dad839b3f5d34))
* update xml2js 0.5.0 to address CVE-2023-0842 ([85bda4e](https://github.com/codeneos/vlocode/commit/85bda4ee84fdeba2d9f35243eb245ae65986544e))
* versionable datapacks are not sorted by version when using export command ([757783d](https://github.com/codeneos/vlocode/commit/757783d9a8ab9aea3a64672c6aee5e2ab2436c23))

## [0.19.2](https://github.com/codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useNx": false,
"version": "0.19.2",
"version": "0.19.3",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

**Note:** Version bump only for package @vlocode/cli

## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

**Note:** Version bump only for package @vlocode/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/cli",
"version": "0.19.2",
"version": "0.19.3",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes

* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/Codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))

## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

**Note:** Version bump only for package @vlocode/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/core",
"version": "0.19.2",
"version": "0.19.3",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes

* disable verbose logging of HTTP transport class ([09c8e0b](https://github.com/Codeneos/vlocode/commit/09c8e0bfc4e86275d5b0cd14d5dce286562734b1))
* update xml2js 0.5.0 to address CVE-2023-0842 ([85bda4e](https://github.com/Codeneos/vlocode/commit/85bda4ee84fdeba2d9f35243eb245ae65986544e))

## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

**Note:** Version bump only for package @vlocode/salesforce
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/salesforce",
"version": "0.19.2",
"version": "0.19.3",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes

* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/Codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))

## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

**Note:** Version bump only for package @vlocode/util
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/util",
"version": "0.19.2",
"version": "0.19.3",
"description": "Vlocode utility library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down
9 changes: 9 additions & 0 deletions packages/vlocity-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes

* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/Codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))
* do not use query cache during deployment to avoid issues caused by a stale cache ([cbb45fa](https://github.com/Codeneos/vlocode/commit/cbb45fa59a13f48dd4bfae2bcdb77ed3636484e7))
* script builder does not properly generate options for picklists with custom source ([3e2aeb2](https://github.com/Codeneos/vlocode/commit/3e2aeb22ea4e513fc745da149f3dad839b3f5d34))
* versionable datapacks are not sorted by version when using export command ([757783d](https://github.com/Codeneos/vlocode/commit/757783d9a8ab9aea3a64672c6aee5e2ab2436c23))

## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/vlocity-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/vlocity-deploy",
"version": "0.19.2",
"version": "0.19.3",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.3](https://github.com/codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes

* do not use query cache during deployment to avoid issues caused by a stale cache ([cbb45fa](https://github.com/codeneos/vlocode/commit/cbb45fa59a13f48dd4bfae2bcdb77ed3636484e7))
* script builder does not properly generate options for picklists with custom source ([3e2aeb2](https://github.com/codeneos/vlocode/commit/3e2aeb22ea4e513fc745da149f3dad839b3f5d34))
* versionable datapacks are not sorted by version when using export command ([757783d](https://github.com/codeneos/vlocode/commit/757783d9a8ab9aea3a64672c6aee5e2ab2436c23))

## [0.19.2](https://github.com/codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)

**Note:** Version bump only for package vlocode
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "Salesforce Vlocity Integration",
"description": "Salesforce and Vlocity development and deployment extension for VSCode",
"version": "0.19.2",
"version": "0.19.3",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit 1c0b233

Please sign in to comment.