Skip to content

Commit 1c0b233

Browse files
committed
chore: publish version 0.19.3
1 parent cbb45fa commit 1c0b233

File tree

14 files changed

+58
-7
lines changed

14 files changed

+58
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.19.3](https://github.com/codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)
8+
9+
### Bug Fixes
10+
11+
* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))
12+
* disable verbose logging of HTTP transport class ([09c8e0b](https://github.com/codeneos/vlocode/commit/09c8e0bfc4e86275d5b0cd14d5dce286562734b1))
13+
* do not use query cache during deployment to avoid issues caused by a stale cache ([cbb45fa](https://github.com/codeneos/vlocode/commit/cbb45fa59a13f48dd4bfae2bcdb77ed3636484e7))
14+
* script builder does not properly generate options for picklists with custom source ([3e2aeb2](https://github.com/codeneos/vlocode/commit/3e2aeb22ea4e513fc745da149f3dad839b3f5d34))
15+
* update xml2js 0.5.0 to address CVE-2023-0842 ([85bda4e](https://github.com/codeneos/vlocode/commit/85bda4ee84fdeba2d9f35243eb245ae65986544e))
16+
* versionable datapacks are not sorted by version when using export command ([757783d](https://github.com/codeneos/vlocode/commit/757783d9a8ab9aea3a64672c6aee5e2ab2436c23))
17+
718
## [0.19.2](https://github.com/codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)
819

920
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"npmClient": "pnpm",
55
"packages": ["packages/*"],
66
"command": {

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)
7+
8+
**Note:** Version bump only for package @vlocode/cli
9+
610
## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)
711

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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/cli",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)
7+
8+
### Bug Fixes
9+
10+
* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/Codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))
11+
612
## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)
713

814
**Note:** Version bump only for package @vlocode/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/core",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "Vlocode core IoC container framework library",
55
"main": "lib/index.js",
66
"readme": "../SITE.md",

packages/salesforce/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)
7+
8+
### Bug Fixes
9+
10+
* disable verbose logging of HTTP transport class ([09c8e0b](https://github.com/Codeneos/vlocode/commit/09c8e0bfc4e86275d5b0cd14d5dce286562734b1))
11+
* update xml2js 0.5.0 to address CVE-2023-0842 ([85bda4e](https://github.com/Codeneos/vlocode/commit/85bda4ee84fdeba2d9f35243eb245ae65986544e))
12+
613
## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)
714

815
**Note:** Version bump only for package @vlocode/salesforce

packages/salesforce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/salesforce",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "Salesforce utility library for Vlocode",
55
"keywords": [
66
"Salesforce"

packages/util/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)
7+
8+
### Bug Fixes
9+
10+
* binary data (docx etc) not properly exposed in proxy ([e7afe72](https://github.com/Codeneos/vlocode/commit/e7afe72172899ed006e60d8679ee2554287cd600))
11+
612
## [0.19.2](https://github.com/Codeneos/vlocode/compare/v0.19.1...v0.19.2) (2023-04-04)
713

814
**Note:** Version bump only for package @vlocode/util

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/util",
3-
"version": "0.19.2",
3+
"version": "0.19.3",
44
"description": "Vlocode utility library",
55
"main": "lib/index.js",
66
"readme": "../SITE.md",

0 commit comments

Comments
 (0)