Skip to content

Commit ccb7b16

Browse files
committed
chore: publish version 0.18.3
1 parent 0efcc8c commit ccb7b16

15 files changed

+67
-27
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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.18.3](https://github.com/codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
8+
9+
### Bug Fixes
10+
11+
* incorrectly report sandboxes as production orgs blocking Salesforce deployments ([0efcc8c](https://github.com/codeneos/vlocode/commit/0efcc8c951d01926010f53454ed1fdb3903bb9c2))
12+
13+
### Features
14+
15+
* add support for purging object field maps before new-ones are deployed ([48f327c](https://github.com/codeneos/vlocode/commit/48f327c08b846219e3cc79459404cf9b1c0facba))
16+
717
## [0.18.2](https://github.com/codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
818

919
### 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.18.2",
3+
"version": "0.18.3",
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.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
7+
8+
**Note:** Version bump only for package @vlocode/cli
9+
610
## [0.18.2](https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
711

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

packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/cli",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",
@@ -56,10 +56,10 @@
5656
"@types/fs-extra": "^9",
5757
"@types/jest": "^28.1.6",
5858
"@types/node": "^16",
59-
"@vlocode/core": "^0.18.2",
60-
"@vlocode/salesforce": "^0.18.2",
61-
"@vlocode/util": "^0.18.2",
62-
"@vlocode/vlocity-deploy": "^0.18.2",
59+
"@vlocode/core": "^0.18.3",
60+
"@vlocode/salesforce": "^0.18.3",
61+
"@vlocode/util": "^0.18.3",
62+
"@vlocode/vlocity-deploy": "^0.18.3",
6363
"chalk": "^4.1.1",
6464
"commander": "^9.2.0",
6565
"create-ts-index": "^1.14.0",

packages/core/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.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
7+
8+
**Note:** Version bump only for package @vlocode/core
9+
610
## [0.18.2](https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
711

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

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/core",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "Vlocode core IoC container framework library",
55
"main": "lib/index.js",
66
"readme": "../SITE.md",
@@ -47,7 +47,7 @@
4747
"typescript": "4.6.4"
4848
},
4949
"dependencies": {
50-
"@vlocode/util": "^0.18.2",
50+
"@vlocode/util": "^0.18.3",
5151
"chalk": "^4.1.1",
5252
"globby": "^11.0.4",
5353
"memfs": "^3.2.2",

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.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
7+
8+
### Bug Fixes
9+
10+
* incorrectly report sandboxes as production orgs blocking Salesforce deployments ([0efcc8c](https://github.com/Codeneos/vlocode/commit/0efcc8c951d01926010f53454ed1fdb3903bb9c2))
11+
612
## [0.18.2](https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
713

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

packages/salesforce/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/salesforce",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "Salesforce utility library for Vlocode",
55
"keywords": [
66
"Salesforce"
@@ -54,8 +54,8 @@
5454
},
5555
"dependencies": {
5656
"@salesforce/source-deploy-retrieve": "^5",
57-
"@vlocode/core": "^0.18.2",
58-
"@vlocode/util": "^0.18.2",
57+
"@vlocode/core": "^0.18.3",
58+
"@vlocode/util": "^0.18.3",
5959
"axios": "^0.25.0",
6060
"chalk": "^4.1.1",
6161
"fs-extra": "^9.0",

packages/util/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.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
7+
8+
### Features
9+
10+
* add support for purging object field maps before new-ones are deployed ([48f327c](https://github.com/Codeneos/vlocode/commit/48f327c08b846219e3cc79459404cf9b1c0facba))
11+
612
## [0.18.2](https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
713

814
### Bug Fixes

packages/util/package.json

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

packages/vlocity-deploy/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.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
7+
8+
### Features
9+
10+
* add support for purging object field maps before new-ones are deployed ([48f327c](https://github.com/Codeneos/vlocode/commit/48f327c08b846219e3cc79459404cf9b1c0facba))
11+
612
## [0.18.2](https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
713

814
**Note:** Version bump only for package @vlocode/vlocity-deploy

packages/vlocity-deploy/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/vlocity-deploy",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
55
"keywords": [
66
"Vlocity",
@@ -59,9 +59,9 @@
5959
"webpack-env": "^0.8.0"
6060
},
6161
"dependencies": {
62-
"@vlocode/core": "^0.18.2",
63-
"@vlocode/salesforce": "^0.18.2",
64-
"@vlocode/util": "^0.18.2",
62+
"@vlocode/core": "^0.18.3",
63+
"@vlocode/salesforce": "^0.18.3",
64+
"@vlocode/util": "^0.18.3",
6565
"chalk": "^4.1.1",
6666
"commander": "^9.2.0",
6767
"fs-extra": "^9.0",

packages/vscode-extension/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.18.3](https://github.com/codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)
7+
8+
**Note:** Version bump only for package vlocode
9+
610
## [0.18.2](https://github.com/codeneos/vlocode/compare/v0.18.1...v0.18.2) (2022-11-22)
711

812
**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.18.2",
6+
"version": "0.18.3",
77
"license": "MIT",
88
"icon": "resources/icon.png",
99
"author": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)