Skip to content

Commit

Permalink
chore: publish version 0.19.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Jul 30, 2023
1 parent 6cd5499 commit 709e035
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.19](https://github.com/codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30)

### Features

* report invalid matching key configuration and fail deployment when trying to update the same record twice in the same batch ([c0c0031](https://github.com/codeneos/vlocode/commit/c0c00316ed56312a4d9b5fda57256ec5fa620391))
* support passing list of folders for deployment instead of a single folder ([cdc6e43](https://github.com/codeneos/vlocode/commit/cdc6e430801118740fbe296160d2b7f8e1427ec9))

## [0.19.18](https://github.com/codeneos/vlocode/compare/v0.19.17...v0.19.18) (2023-07-27)

### 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.19.18",
"version": "0.19.19",
"npmClient": "pnpm",
"packages": ["packages/*"],
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/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.19.19](https://github.com/Codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30)

### Features

* support passing list of folders for deployment instead of a single folder ([cdc6e43](https://github.com/Codeneos/vlocode/commit/cdc6e430801118740fbe296160d2b7f8e1427ec9))

## [0.19.18](https://github.com/Codeneos/vlocode/compare/v0.19.17...v0.19.18) (2023-07-27)

**Note:** Version bump only for package @vlocode/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/cli",
"version": "0.19.18",
"version": "0.19.19",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down
6 changes: 6 additions & 0 deletions packages/salesforce/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.19.19](https://github.com/Codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30)

### Features

* report invalid matching key configuration and fail deployment when trying to update the same record twice in the same batch ([c0c0031](https://github.com/Codeneos/vlocode/commit/c0c00316ed56312a4d9b5fda57256ec5fa620391))

## [0.19.18](https://github.com/Codeneos/vlocode/compare/v0.19.17...v0.19.18) (2023-07-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/salesforce",
"version": "0.19.18",
"version": "0.19.19",
"description": "Salesforce utility library for Vlocode",
"keywords": [
"Salesforce"
Expand Down
6 changes: 6 additions & 0 deletions packages/vlocity-deploy/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.19.19](https://github.com/Codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30)

### Features

* report invalid matching key configuration and fail deployment when trying to update the same record twice in the same batch ([c0c0031](https://github.com/Codeneos/vlocode/commit/c0c00316ed56312a4d9b5fda57256ec5fa620391))

## [0.19.18](https://github.com/Codeneos/vlocode/compare/v0.19.17...v0.19.18) (2023-07-27)

**Note:** Version bump only for package @vlocode/vlocity-deploy
Expand Down
2 changes: 1 addition & 1 deletion 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.19.18",
"version": "0.19.19",
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
"keywords": [
"Vlocity",
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode-extension/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.19.19](https://github.com/codeneos/vlocode/compare/v0.19.18...v0.19.19) (2023-07-30)

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

## [0.19.18](https://github.com/codeneos/vlocode/compare/v0.19.17...v0.19.18) (2023-07-27)

**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.19.18",
"version": "0.19.19",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit 709e035

Please sign in to comment.