Skip to content

Commit

Permalink
chore: publish version 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Nov 23, 2022
1 parent 8ac959e commit 3539470
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 91 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.4](https://github.com/codeneos/vlocode/compare/v0.18.3...v0.18.4) (2022-11-23)

### Bug Fixes

* crypto module not imported ([370dde6](https://github.com/codeneos/vlocode/commit/370dde6e90aadcd7c12e6ac5574db1c5fa804494))
* lookup service returns incorrectly matched records in edge case (to strings ending with `-1` are considered equal due to quirks in the js-Date class) ([23fc498](https://github.com/codeneos/vlocode/commit/23fc498cf9ee3c8ee49ed82d0472aa6df1c40130))
* only a single spec function executes for mixed deployments causing templates, scripts and other components from not being activated ([3a7f8af](https://github.com/codeneos/vlocode/commit/3a7f8afb7b3626f6cd1bd35a6175784d86cb8c40))
* references returned as boolean values in record factory ([8ac959e](https://github.com/codeneos/vlocode/commit/8ac959ea9e89d782c377bb83bc163b3c4a93f74c))
* using old moment date formats with luxon ([4f99eb3](https://github.com/codeneos/vlocode/commit/4f99eb3984fddca44b221b281c72e28312647582))

### Features

* improve resolution speed by not comparing all fields of an object but exit once a single field mismatches in lookup service ([ceb32ac](https://github.com/codeneos/vlocode/commit/ceb32aca0fbb7e90b5990a7d1df049f90a71e0c4))

## [0.18.3](https://github.com/codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)

### 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.3",
"version": "0.18.4",
"npmClient": "pnpm",
"packages": [
"packages/*"
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.4](https://github.com/Codeneos/vlocode/compare/v0.18.3...v0.18.4) (2022-11-23)

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

## [0.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)

**Note:** Version bump only for package @vlocode/cli
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "0.18.4",
"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.3",
"@vlocode/salesforce": "^0.18.3",
"@vlocode/core": "^0.18.4",
"@vlocode/salesforce": "^0.18.4",
"@vlocode/util": "^0.18.3",
"@vlocode/vlocity-deploy": "^0.18.3",
"@vlocode/vlocity-deploy": "^0.18.4",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"create-ts-index": "^1.14.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.4](https://github.com/Codeneos/vlocode/compare/v0.18.3...v0.18.4) (2022-11-23)

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

## [0.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)

**Note:** Version bump only for package @vlocode/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/core",
"version": "0.18.3",
"version": "0.18.4",
"description": "Vlocode core IoC container framework library",
"main": "lib/index.js",
"readme": "../SITE.md",
Expand Down
7 changes: 7 additions & 0 deletions packages/salesforce/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.4](https://github.com/Codeneos/vlocode/compare/v0.18.3...v0.18.4) (2022-11-23)

### Bug Fixes

* references returned as boolean values in record factory ([8ac959e](https://github.com/Codeneos/vlocode/commit/8ac959ea9e89d782c377bb83bc163b3c4a93f74c))
* using old moment date formats with luxon ([4f99eb3](https://github.com/Codeneos/vlocode/commit/4f99eb3984fddca44b221b281c72e28312647582))

## [0.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.18.4",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@salesforce/source-deploy-retrieve": "^5",
"@vlocode/core": "^0.18.3",
"@vlocode/core": "^0.18.4",
"@vlocode/util": "^0.18.3",
"axios": "^0.25.0",
"chalk": "^4.1.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/vlocity-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.18.4](https://github.com/Codeneos/vlocode/compare/v0.18.3...v0.18.4) (2022-11-23)

### Bug Fixes

* crypto module not imported ([370dde6](https://github.com/Codeneos/vlocode/commit/370dde6e90aadcd7c12e6ac5574db1c5fa804494))
* lookup service returns incorrectly matched records in edge case (to strings ending with `-1` are considered equal due to quirks in the js-Date class) ([23fc498](https://github.com/Codeneos/vlocode/commit/23fc498cf9ee3c8ee49ed82d0472aa6df1c40130))
* only a single spec function executes for mixed deployments causing templates, scripts and other components from not being activated ([3a7f8af](https://github.com/Codeneos/vlocode/commit/3a7f8afb7b3626f6cd1bd35a6175784d86cb8c40))
* references returned as boolean values in record factory ([8ac959e](https://github.com/Codeneos/vlocode/commit/8ac959ea9e89d782c377bb83bc163b3c4a93f74c))
* using old moment date formats with luxon ([4f99eb3](https://github.com/Codeneos/vlocode/commit/4f99eb3984fddca44b221b281c72e28312647582))

### Features

* improve resolution speed by not comparing all fields of an object but exit once a single field mismatches in lookup service ([ceb32ac](https://github.com/Codeneos/vlocode/commit/ceb32aca0fbb7e90b5990a7d1df049f90a71e0c4))

## [0.18.3](https://github.com/Codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)

### Features
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.18.4",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -60,8 +60,8 @@
"webpack-env": "^0.8.0"
},
"dependencies": {
"@vlocode/core": "^0.18.3",
"@vlocode/salesforce": "^0.18.3",
"@vlocode/core": "^0.18.4",
"@vlocode/salesforce": "^0.18.4",
"@vlocode/util": "^0.18.3",
"chalk": "^4.1.1",
"commander": "^9.2.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.4](https://github.com/codeneos/vlocode/compare/v0.18.3...v0.18.4) (2022-11-23)

### Bug Fixes

* using old moment date formats with luxon ([4f99eb3](https://github.com/codeneos/vlocode/commit/4f99eb3984fddca44b221b281c72e28312647582))

## [0.18.3](https://github.com/codeneos/vlocode/compare/v0.18.2...v0.18.3) (2022-11-22)

**Note:** Version bump only for package vlocode
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.3",
"version": "0.18.4",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down
Loading

0 comments on commit 3539470

Please sign in to comment.