Skip to content

Commit

Permalink
chore: publish version 0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Jan 24, 2023
1 parent 1a3ab25 commit 77954b6
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 27 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.7](https://github.com/codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### Bug Fixes

* "spec function failed to execute" error on action activation ([84617cf](https://github.com/codeneos/vlocode/commit/84617cf5070caa0b1581ce41525adb018433e6e7))
* container returned classes do not pass instance-of test due to wrong prototype ([f7554c5](https://github.com/codeneos/vlocode/commit/f7554c54d1fb071aef7523ce69642c1ccade1670))
* deferred promise does not allow resolving with a promise ([e3d670b](https://github.com/codeneos/vlocode/commit/e3d670b94db268bb5f04c722c2d09a8ca6b9fa9c))
* fractions reported as 'SS' due to invalid fraction format in loggers (due to luxon migration) ([2675a46](https://github.com/codeneos/vlocode/commit/2675a46c4ac72a81d66a61bc7baafbc65be9e2a5))
* http transport does not support deflate properly ([5e6ca2f](https://github.com/codeneos/vlocode/commit/5e6ca2feaee36b31f83b28a46fd7d7e934a21207))
* missing comma causing build error ([1a3ab25](https://github.com/codeneos/vlocode/commit/1a3ab25b0302987327c816791d2eea7b88e552ca))
* not passing client id to salesforce connection ([4c5e458](https://github.com/codeneos/vlocode/commit/4c5e458426f503c5e73eb5727deeeb46a3a18578))

### Features

* add custom HTTP transport for Salesforce connection with support for keep-alive, socket pooling, gzip, cookies and automatic retry in-case of a hung-up socket ([0ae47a9](https://github.com/codeneos/vlocode/commit/0ae47a925eabbc8184413372282accd3a510bf01))
* ensure correct deployment order for Vlocity cards ([7758438](https://github.com/codeneos/vlocode/commit/77584386c74375fa870bfa83a4f2acb43937a04c))
* ensure layouts are only activated after templates and cards are deployed and activated ([96ab0ce](https://github.com/codeneos/vlocode/commit/96ab0cedd60098031d57742ec184b756cdb21f46))

## [0.18.6](https://github.com/codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

### 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.18.6",
"version": "0.18.7",
"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.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

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

## [0.18.6](https://github.com/Codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

**Note:** Version bump only for package @vlocode/cli
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/cli",
"version": "0.18.6",
"version": "0.18.7",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@types/fs-extra": "^9",
"@types/jest": "^28.1.6",
"@types/node": "^16",
"@vlocode/core": "^0.18.6",
"@vlocode/salesforce": "^0.18.6",
"@vlocode/util": "^0.18.6",
"@vlocode/vlocity-deploy": "^0.18.6",
"@vlocode/core": "^0.18.7",
"@vlocode/salesforce": "^0.18.7",
"@vlocode/util": "^0.18.7",
"@vlocode/vlocity-deploy": "^0.18.7",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"create-ts-index": "^1.14.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/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.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### Bug Fixes

* container returned classes do not pass instance-of test due to wrong prototype ([f7554c5](https://github.com/Codeneos/vlocode/commit/f7554c54d1fb071aef7523ce69642c1ccade1670))
* fractions reported as 'SS' due to invalid fraction format in loggers (due to luxon migration) ([2675a46](https://github.com/Codeneos/vlocode/commit/2675a46c4ac72a81d66a61bc7baafbc65be9e2a5))

## [0.18.6](https://github.com/Codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/core",
"version": "0.18.6",
"version": "0.18.7",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "4.6.4"
},
"dependencies": {
"@vlocode/util": "^0.18.6",
"@vlocode/util": "^0.18.7",
"chalk": "^4.1.1",
"globby": "^11.0.4",
"luxon": "^3.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/salesforce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### Bug Fixes

* http transport does not support deflate properly ([5e6ca2f](https://github.com/Codeneos/vlocode/commit/5e6ca2feaee36b31f83b28a46fd7d7e934a21207))
* missing comma causing build error ([1a3ab25](https://github.com/Codeneos/vlocode/commit/1a3ab25b0302987327c816791d2eea7b88e552ca))
* not passing client id to salesforce connection ([4c5e458](https://github.com/Codeneos/vlocode/commit/4c5e458426f503c5e73eb5727deeeb46a3a18578))

### Features

* add custom HTTP transport for Salesforce connection with support for keep-alive, socket pooling, gzip, cookies and automatic retry in-case of a hung-up socket ([0ae47a9](https://github.com/Codeneos/vlocode/commit/0ae47a925eabbc8184413372282accd3a510bf01))

## [0.18.6](https://github.com/Codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

**Note:** Version bump only for package @vlocode/salesforce
Expand Down
6 changes: 3 additions & 3 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/salesforce",
"version": "0.18.6",
"version": "0.18.7",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down Expand Up @@ -59,8 +59,8 @@
},
"dependencies": {
"@salesforce/source-deploy-retrieve": "^5",
"@vlocode/core": "^0.18.6",
"@vlocode/util": "^0.18.6",
"@vlocode/core": "^0.18.7",
"@vlocode/util": "^0.18.7",
"axios": "^0.25.0",
"chalk": "^4.1.1",
"csv-parse": "^5.3.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### Bug Fixes

* deferred promise does not allow resolving with a promise ([e3d670b](https://github.com/Codeneos/vlocode/commit/e3d670b94db268bb5f04c722c2d09a8ca6b9fa9c))

### Features

* ensure correct deployment order for Vlocity cards ([7758438](https://github.com/Codeneos/vlocode/commit/77584386c74375fa870bfa83a4f2acb43937a04c))

## [0.18.6](https://github.com/Codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

**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.18.6",
"version": "0.18.7",
"description": "Vlocode utility library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down
11 changes: 11 additions & 0 deletions packages/vlocity-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.7](https://github.com/Codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### Bug Fixes

* "spec function failed to execute" error on action activation ([84617cf](https://github.com/Codeneos/vlocode/commit/84617cf5070caa0b1581ce41525adb018433e6e7))

### Features

* ensure correct deployment order for Vlocity cards ([7758438](https://github.com/Codeneos/vlocode/commit/77584386c74375fa870bfa83a4f2acb43937a04c))
* ensure layouts are only activated after templates and cards are deployed and activated ([96ab0ce](https://github.com/Codeneos/vlocode/commit/96ab0cedd60098031d57742ec184b756cdb21f46))

## [0.18.6](https://github.com/Codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

### Features
Expand Down
8 changes: 4 additions & 4 deletions 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.18.6",
"version": "0.18.7",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -62,9 +62,9 @@
"webpack-env": "^0.8.0"
},
"dependencies": {
"@vlocode/core": "^0.18.6",
"@vlocode/salesforce": "^0.18.6",
"@vlocode/util": "^0.18.6",
"@vlocode/core": "^0.18.7",
"@vlocode/salesforce": "^0.18.7",
"@vlocode/util": "^0.18.7",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"fs-extra": "^9.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-extension/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.18.7](https://github.com/codeneos/vlocode/compare/v0.18.6...v0.18.7) (2023-01-24)

### Bug Fixes

* fractions reported as 'SS' due to invalid fraction format in loggers (due to luxon migration) ([2675a46](https://github.com/codeneos/vlocode/commit/2675a46c4ac72a81d66a61bc7baafbc65be9e2a5))

## [0.18.6](https://github.com/codeneos/vlocode/compare/v0.18.5...v0.18.6) (2022-12-12)

### Bug Fixes
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.18.6",
"version": "0.18.7",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77954b6

Please sign in to comment.