Skip to content

Commit 32fb439

Browse files
committed
chore: publish version 0.17.11
1 parent abbe65f commit 32fb439

File tree

11 files changed

+42
-11
lines changed

11 files changed

+42
-11
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
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.17.11](https://github.com/codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)
8+
9+
### Bug Fixes
10+
11+
* ensure consistent behavior for `SalesforceSchemaService` with the new `CompositeSchemaAccess` that can throws Errors ([4aa5cb7](https://github.com/codeneos/vlocode/commit/4aa5cb7a7d4511f76d0b6c91618bd99db1548c04))
12+
* metadata files for APEX classes and triggers are formatted without line-breaks or spaces ([3bba919](https://github.com/codeneos/vlocode/commit/3bba919ced9e0630b6efa8c5a8763702b642fb20))
13+
* set options for Vlocode deploy to purge child items which helps deleting stale PCIs ([710b992](https://github.com/codeneos/vlocode/commit/710b99202b187c0cc6c7f22508187de9766c1790))
14+
* suggestion for Vlocode deploy mode doesn't show ([abbe65f](https://github.com/codeneos/vlocode/commit/abbe65f082c55d3e9306e111ee4d7179efbc5efe))
15+
716
## [0.17.10](https://github.com/codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
817

918
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.17.10",
3+
"version": "0.17.11",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/cli/CHANGELOG.md

+4
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.17.11](https://github.com/Codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)
7+
8+
**Note:** Version bump only for package @vlocode/cli
9+
610
## [0.17.10](https://github.com/Codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
711

812
### Features

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/cli",
3-
"version": "0.17.10",
3+
"version": "0.17.11",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",
@@ -57,9 +57,9 @@
5757
"@types/jest": "^28.1.6",
5858
"@types/node": "^16",
5959
"@vlocode/core": "^0.17.9",
60-
"@vlocode/salesforce": "^0.17.9",
60+
"@vlocode/salesforce": "^0.17.11",
6161
"@vlocode/util": "^0.17.9",
62-
"@vlocode/vlocity-deploy": "^0.17.10",
62+
"@vlocode/vlocity-deploy": "^0.17.11",
6363
"chalk": "^4.1.1",
6464
"commander": "^9.2.0",
6565
"create-ts-index": "^1.14.0",

packages/salesforce/CHANGELOG.md

+6
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.17.11](https://github.com/Codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)
7+
8+
### Bug Fixes
9+
10+
* ensure consistent behavior for `SalesforceSchemaService` with the new `CompositeSchemaAccess` that can throws Errors ([4aa5cb7](https://github.com/Codeneos/vlocode/commit/4aa5cb7a7d4511f76d0b6c91618bd99db1548c04))
11+
612
## [0.17.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
713

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

packages/salesforce/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/salesforce",
3-
"version": "0.17.9",
3+
"version": "0.17.11",
44
"description": "Salesforce utility library for Vlocode",
55
"keywords": [
66
"Salesforce"

packages/vlocity-deploy/CHANGELOG.md

+4
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.17.11](https://github.com/Codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)
7+
8+
**Note:** Version bump only for package @vlocode/vlocity-deploy
9+
610
## [0.17.10](https://github.com/Codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
711

812
### Bug Fixes

packages/vlocity-deploy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/vlocity-deploy",
3-
"version": "0.17.10",
3+
"version": "0.17.11",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
55
"keywords": [
66
"Vlocity",
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@vlocode/core": "^0.17.9",
63-
"@vlocode/salesforce": "^0.17.9",
63+
"@vlocode/salesforce": "^0.17.11",
6464
"@vlocode/util": "^0.17.9",
6565
"chalk": "^4.1.1",
6666
"commander": "^9.2.0",

packages/vscode-extension/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.17.11](https://github.com/codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)
7+
8+
### Bug Fixes
9+
10+
* metadata files for APEX classes and triggers are formatted without line-breaks or spaces ([3bba919](https://github.com/codeneos/vlocode/commit/3bba919ced9e0630b6efa8c5a8763702b642fb20))
11+
* set options for Vlocode deploy to purge child items which helps deleting stale PCIs ([710b992](https://github.com/codeneos/vlocode/commit/710b99202b187c0cc6c7f22508187de9766c1790))
12+
* suggestion for Vlocode deploy mode doesn't show ([abbe65f](https://github.com/codeneos/vlocode/commit/abbe65f082c55d3e9306e111ee4d7179efbc5efe))
13+
614
## [0.17.10](https://github.com/codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
715

816
**Note:** Version bump only for package vlocode

packages/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "Salesforce Vlocity Integration",
55
"description": "Salesforce and Vlocity development and deployment extension for VSCode",
6-
"version": "0.17.10",
6+
"version": "0.17.11",
77
"license": "MIT",
88
"icon": "resources/icon.png",
99
"author": {

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)