Skip to content

Commit 6f65025

Browse files
committed
chore: publish version 0.17.10
1 parent b742b13 commit 6f65025

File tree

9 files changed

+39
-6
lines changed

9 files changed

+39
-6
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
## [0.17.10](https://github.com/codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
8+
9+
### Bug Fixes
10+
11+
* OmniScript activation errors are logged as `[object object]` error ([451ae6f](https://github.com/codeneos/vlocode/commit/451ae6f7b8649e251174899f47246142a7e12995))
12+
13+
### Features
14+
15+
* add --skipLwc as CLI command line option; to skip LWC activation and deployment ([8f0cbfb](https://github.com/codeneos/vlocode/commit/8f0cbfb0c3d15211d2c2d6eb3a3ae521081b733c))
16+
* dynamically add OmniScript template and script dependencies to ensure a correct deployment order ([cb8df9f](https://github.com/codeneos/vlocode/commit/cb8df9fbbcdab8c64ce45d50512817aacb066b09))
17+
* use tooling API instead of metadata API for LWC omniscript deployment by default ([c7ba72c](https://github.com/codeneos/vlocode/commit/c7ba72c2c69e6d16d3894400a155dd1603b61320))
18+
719
## [0.17.9](https://github.com/codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
820

921
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.17.9",
3+
"version": "0.17.10",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.10](https://github.com/Codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
7+
8+
### Features
9+
10+
* add --skipLwc as CLI command line option; to skip LWC activation and deployment ([8f0cbfb](https://github.com/Codeneos/vlocode/commit/8f0cbfb0c3d15211d2c2d6eb3a3ae521081b733c))
11+
612
## [0.17.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
713

814
### Bug Fixes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/cli",
3-
"version": "0.17.9",
3+
"version": "0.17.10",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",
@@ -59,7 +59,7 @@
5959
"@vlocode/core": "^0.17.9",
6060
"@vlocode/salesforce": "^0.17.9",
6161
"@vlocode/util": "^0.17.9",
62-
"@vlocode/vlocity-deploy": "^0.17.9",
62+
"@vlocode/vlocity-deploy": "^0.17.10",
6363
"chalk": "^4.1.1",
6464
"commander": "^9.2.0",
6565
"create-ts-index": "^1.14.0",

packages/vlocity-deploy/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.10](https://github.com/Codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
7+
8+
### Bug Fixes
9+
10+
* OmniScript activation errors are logged as `[object object]` error ([451ae6f](https://github.com/Codeneos/vlocode/commit/451ae6f7b8649e251174899f47246142a7e12995))
11+
12+
### Features
13+
14+
* dynamically add OmniScript template and script dependencies to ensure a correct deployment order ([cb8df9f](https://github.com/Codeneos/vlocode/commit/cb8df9fbbcdab8c64ce45d50512817aacb066b09))
15+
* use tooling API instead of metadata API for LWC omniscript deployment by default ([c7ba72c](https://github.com/Codeneos/vlocode/commit/c7ba72c2c69e6d16d3894400a155dd1603b61320))
16+
617
## [0.17.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
718

819
### Features

packages/vlocity-deploy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/vlocity-deploy",
3-
"version": "0.17.9",
3+
"version": "0.17.10",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
55
"keywords": [
66
"Vlocity",

packages/vscode-extension/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.17.10](https://github.com/codeneos/vlocode/compare/v0.17.9...v0.17.10) (2022-09-30)
7+
8+
**Note:** Version bump only for package vlocode
9+
610
## [0.17.9](https://github.com/codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
711

812
### Bug Fixes

packages/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"displayName": "Salesforce Vlocity Integration",
55
"description": "Salesforce and Vlocity development and deployment extension for VSCode",
6-
"version": "0.17.9",
6+
"version": "0.17.10",
77
"license": "MIT",
88
"icon": "resources/icon.png",
99
"author": {

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)