Skip to content

Commit 502695d

Browse files
committed
chore: publish version 0.17.9
1 parent 4b8d281 commit 502695d

15 files changed

+70
-27
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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.9](https://github.com/codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
8+
9+
### Bug Fixes
10+
11+
* not using latest API version for SFDX ([42f703a](https://github.com/codeneos/vlocode/commit/42f703a6200ff35ffc6924b7b1a3a75748f13ffe))
12+
* vscode extension fails to start due to canvas dependency being incorrectly required by jsdom ([4b8d281](https://github.com/codeneos/vlocode/commit/4b8d28103d5845016f5fcc031101e20eb1aab843))
13+
14+
### Features
15+
16+
* support tooling API for deployment of LWC components ([8c6a031](https://github.com/codeneos/vlocode/commit/8c6a031bd4930f76e7fe0076389e11b3dfd7c573))
17+
718
## [0.17.8](https://github.com/codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
819

920
### 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.8",
3+
"version": "0.17.9",
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.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
7+
8+
### Bug Fixes
9+
10+
* vscode extension fails to start due to canvas dependency being incorrectly required by jsdom ([4b8d281](https://github.com/Codeneos/vlocode/commit/4b8d28103d5845016f5fcc031101e20eb1aab843))
11+
612
## [0.17.8](https://github.com/Codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
713

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

packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/cli",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",
@@ -56,10 +56,10 @@
5656
"@types/fs-extra": "^9",
5757
"@types/jest": "^28.1.6",
5858
"@types/node": "^16",
59-
"@vlocode/core": "^0.17.8",
60-
"@vlocode/salesforce": "^0.17.8",
61-
"@vlocode/util": "^0.17.8",
62-
"@vlocode/vlocity-deploy": "^0.17.8",
59+
"@vlocode/core": "^0.17.9",
60+
"@vlocode/salesforce": "^0.17.9",
61+
"@vlocode/util": "^0.17.9",
62+
"@vlocode/vlocity-deploy": "^0.17.9",
6363
"chalk": "^4.1.1",
6464
"commander": "^9.2.0",
6565
"create-ts-index": "^1.14.0",

packages/core/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.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
7+
8+
**Note:** Version bump only for package @vlocode/core
9+
610
## [0.17.8](https://github.com/Codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
711

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

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/core",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "Vlocode core IoC container framework library",
55
"main": "lib/index.js",
66
"readme": "../SITE.md",
@@ -47,7 +47,7 @@
4747
"typescript": "4.6.4"
4848
},
4949
"dependencies": {
50-
"@vlocode/util": "^0.17.8",
50+
"@vlocode/util": "^0.17.9",
5151
"chalk": "^4.1.1",
5252
"globby": "^11.0.4",
5353
"memfs": "^3.2.2",

packages/salesforce/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.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
7+
8+
**Note:** Version bump only for package @vlocode/salesforce
9+
610
## [0.17.8](https://github.com/Codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
711

812
### Bug Fixes

packages/salesforce/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/salesforce",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "Salesforce utility library for Vlocode",
55
"keywords": [
66
"Salesforce"
@@ -54,8 +54,8 @@
5454
},
5555
"dependencies": {
5656
"@salesforce/source-deploy-retrieve": "^5.12.11",
57-
"@vlocode/core": "^0.17.8",
58-
"@vlocode/util": "^0.17.8",
57+
"@vlocode/core": "^0.17.9",
58+
"@vlocode/util": "^0.17.9",
5959
"axios": "^0.25.0",
6060
"chalk": "^4.1.1",
6161
"fs-extra": "^9.0",

packages/util/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.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
7+
8+
### Bug Fixes
9+
10+
* not using latest API version for SFDX ([42f703a](https://github.com/Codeneos/vlocode/commit/42f703a6200ff35ffc6924b7b1a3a75748f13ffe))
11+
612
## [0.17.8](https://github.com/Codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
713

814
**Note:** Version bump only for package @vlocode/util

packages/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/util",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "Vlocode utility library",
55
"main": "lib/index.js",
66
"readme": "../SITE.md",

packages/vlocity-deploy/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.9](https://github.com/Codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
7+
8+
### Features
9+
10+
* support tooling API for deployment of LWC components ([8c6a031](https://github.com/Codeneos/vlocode/commit/8c6a031bd4930f76e7fe0076389e11b3dfd7c573))
11+
612
## [0.17.8](https://github.com/Codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
713

814
### Bug Fixes

packages/vlocity-deploy/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlocode/vlocity-deploy",
3-
"version": "0.17.8",
3+
"version": "0.17.9",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment library",
55
"keywords": [
66
"Vlocity",
@@ -59,9 +59,9 @@
5959
"webpack-env": "^0.8.0"
6060
},
6161
"dependencies": {
62-
"@vlocode/core": "^0.17.8",
63-
"@vlocode/salesforce": "^0.17.8",
64-
"@vlocode/util": "^0.17.8",
62+
"@vlocode/core": "^0.17.9",
63+
"@vlocode/salesforce": "^0.17.9",
64+
"@vlocode/util": "^0.17.9",
6565
"chalk": "^4.1.1",
6666
"commander": "^9.2.0",
6767
"fs-extra": "^9.0",

packages/vscode-extension/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.9](https://github.com/codeneos/vlocode/compare/v0.17.8...v0.17.9) (2022-09-29)
7+
8+
### Bug Fixes
9+
10+
* vscode extension fails to start due to canvas dependency being incorrectly required by jsdom ([4b8d281](https://github.com/codeneos/vlocode/commit/4b8d28103d5845016f5fcc031101e20eb1aab843))
11+
612
## [0.17.8](https://github.com/codeneos/vlocode/compare/v0.17.7...v0.17.8) (2022-09-27)
713

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

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.8",
6+
"version": "0.17.9",
77
"license": "MIT",
88
"icon": "resources/icon.png",
99
"author": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)