Skip to content

Commit

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

## [0.17.10](https://github.com/codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)

### Bug Fixes

* OmniScript activation errors are logged as `[object object]` error ([451ae6f](https://github.com/codeneos/vlocode/commit/451ae6f7b8649e251174899f47246142a7e12995))

### Features

* add --skipLwc as CLI command line option; to skip LWC activation and deployment ([8f0cbfb](https://github.com/codeneos/vlocode/commit/8f0cbfb0c3d15211d2c2d6eb3a3ae521081b733c))
* dynamically add OmniScript template and script dependencies to ensure a correct deployment order ([cb8df9f](https://github.com/codeneos/vlocode/commit/cb8df9fbbcdab8c64ce45d50512817aacb066b09))
* use tooling API instead of metadata API for LWC omniscript deployment by default ([c7ba72c](https://github.com/codeneos/vlocode/commit/c7ba72c2c69e6d16d3894400a155dd1603b61320))

## [0.17.9](https://github.com/codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)

### 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.17.9",
"version": "0.17.10",
"npmClient": "pnpm",
"packages": [
"packages/*"
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.17.10](https://github.com/Codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)

### Features

* add --skipLwc as CLI command line option; to skip LWC activation and deployment ([8f0cbfb](https://github.com/Codeneos/vlocode/commit/8f0cbfb0c3d15211d2c2d6eb3a3ae521081b733c))

## [0.17.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlocode/cli",
"version": "0.17.9",
"version": "0.17.10",
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
"keywords": [
"Vlocity",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@vlocode/core": "^0.17.9",
"@vlocode/salesforce": "^0.17.9",
"@vlocode/util": "^0.17.9",
"@vlocode/vlocity-deploy": "^0.17.9",
"@vlocode/vlocity-deploy": "^0.17.10",
"chalk": "^4.1.1",
"commander": "^9.2.0",
"create-ts-index": "^1.14.0",
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.17.10](https://github.com/Codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)

### Bug Fixes

* OmniScript activation errors are logged as `[object object]` error ([451ae6f](https://github.com/Codeneos/vlocode/commit/451ae6f7b8649e251174899f47246142a7e12995))

### Features

* dynamically add OmniScript template and script dependencies to ensure a correct deployment order ([cb8df9f](https://github.com/Codeneos/vlocode/commit/cb8df9fbbcdab8c64ce45d50512817aacb066b09))
* use tooling API instead of metadata API for LWC omniscript deployment by default ([c7ba72c](https://github.com/Codeneos/vlocode/commit/c7ba72c2c69e6d16d3894400a155dd1603b61320))

## [0.17.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)

### Features
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.17.9",
"version": "0.17.10",
"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.17.10](https://github.com/codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)

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

## [0.17.9](https://github.com/codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)

### 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.17.9",
"version": "0.17.10",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 6f65025

Please sign in to comment.