File tree 15 files changed +67
-27
lines changed
15 files changed +67
-27
lines changed Original file line number Diff line number Diff line change 4
4
All notable changes to this project will be documented in this file.
5
5
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
6
6
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
+
7
17
## [ 0.18.2] ( https://github.com/codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
8
18
9
19
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"useNx" : false ,
3
- "version" : " 0.18.2 " ,
3
+ "version" : " 0.18.3 " ,
4
4
"npmClient" : " pnpm" ,
5
5
"packages" : [
6
6
" packages/*"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.18.2] ( https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
7
11
8
12
** Note:** Version bump only for package @vlocode/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vlocode/cli" ,
3
- "version" : " 0.18.2 " ,
3
+ "version" : " 0.18.3 " ,
4
4
"description" : " Hyper fast Salesforce/Vlocity datapack deployment CLI" ,
5
5
"keywords" : [
6
6
" Vlocity" ,
56
56
"@types/fs-extra" : " ^9" ,
57
57
"@types/jest" : " ^28.1.6" ,
58
58
"@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 " ,
63
63
"chalk" : " ^4.1.1" ,
64
64
"commander" : " ^9.2.0" ,
65
65
"create-ts-index" : " ^1.14.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.18.2] ( https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
7
11
8
12
** Note:** Version bump only for package @vlocode/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vlocode/core" ,
3
- "version" : " 0.18.2 " ,
3
+ "version" : " 0.18.3 " ,
4
4
"description" : " Vlocode core IoC container framework library" ,
5
5
"main" : " lib/index.js" ,
6
6
"readme" : " ../SITE.md" ,
47
47
"typescript" : " 4.6.4"
48
48
},
49
49
"dependencies" : {
50
- "@vlocode/util" : " ^0.18.2 " ,
50
+ "@vlocode/util" : " ^0.18.3 " ,
51
51
"chalk" : " ^4.1.1" ,
52
52
"globby" : " ^11.0.4" ,
53
53
"memfs" : " ^3.2.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 0.18.2] ( https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
7
13
8
14
** Note:** Version bump only for package @vlocode/salesforce
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vlocode/salesforce" ,
3
- "version" : " 0.18.2 " ,
3
+ "version" : " 0.18.3 " ,
4
4
"description" : " Salesforce utility library for Vlocode" ,
5
5
"keywords" : [
6
6
" Salesforce"
54
54
},
55
55
"dependencies" : {
56
56
"@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 " ,
59
59
"axios" : " ^0.25.0" ,
60
60
"chalk" : " ^4.1.1" ,
61
61
"fs-extra" : " ^9.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 0.18.2] ( https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vlocode/util" ,
3
- "version" : " 0.18.2 " ,
3
+ "version" : " 0.18.3 " ,
4
4
"description" : " Vlocode utility library" ,
5
5
"main" : " lib/index.js" ,
6
6
"readme" : " ../SITE.md" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 0.18.2] ( https://github.com/Codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
7
13
8
14
** Note:** Version bump only for package @vlocode/vlocity-deploy
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vlocode/vlocity-deploy" ,
3
- "version" : " 0.18.2 " ,
3
+ "version" : " 0.18.3 " ,
4
4
"description" : " Hyper fast Salesforce/Vlocity datapack deployment library" ,
5
5
"keywords" : [
6
6
" Vlocity" ,
59
59
"webpack-env" : " ^0.8.0"
60
60
},
61
61
"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 " ,
65
65
"chalk" : " ^4.1.1" ,
66
66
"commander" : " ^9.2.0" ,
67
67
"fs-extra" : " ^9.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 0.18.2] ( https://github.com/codeneos/vlocode/compare/v0.18.1...v0.18.2 ) (2022-11-22)
7
11
8
12
** Note:** Version bump only for package vlocode
Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"displayName" : " Salesforce Vlocity Integration" ,
5
5
"description" : " Salesforce and Vlocity development and deployment extension for VSCode" ,
6
- "version" : " 0.18.2 " ,
6
+ "version" : " 0.18.3 " ,
7
7
"license" : " MIT" ,
8
8
"icon" : " resources/icon.png" ,
9
9
"author" : {
You can’t perform that action at this time.
0 commit comments