Skip to content

Commit

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

## [0.19.4](https://github.com/codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18)

### Bug Fixes

* datapack deployment does not delete not updatable child records (i.e; matrix rows) ([15b5776](https://github.com/codeneos/vlocode/commit/15b5776a40963668e6d5f93b5829bddf46356f36))

## [0.19.3](https://github.com/codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### 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.3",
"version": "0.19.4",
"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.19.4](https://github.com/Codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18)

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

## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

**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.3",
"version": "0.19.4",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
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.4](https://github.com/Codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18)

### Bug Fixes

* datapack deployment does not delete not updatable child records (i.e; matrix rows) ([15b5776](https://github.com/Codeneos/vlocode/commit/15b5776a40963668e6d5f93b5829bddf46356f36))

## [0.19.3](https://github.com/Codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### Bug Fixes
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.3",
"version": "0.19.4",
"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.4](https://github.com/codeneos/vlocode/compare/v0.19.3...v0.19.4) (2023-04-18)

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

## [0.19.3](https://github.com/codeneos/vlocode/compare/v0.19.2...v0.19.3) (2023-04-17)

### 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.19.3",
"version": "0.19.4",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down

0 comments on commit 2d851d8

Please sign in to comment.