Skip to content

Commit 73a4949

Browse files
committed
chore: publish version 0.17.5
1 parent 23894fb commit 73a4949

File tree

9 files changed

+24
-6
lines changed

9 files changed

+24
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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.5](https://github.com/codeneos/vlocode/compare/v0.17.6...v0.17.5) (2022-08-19)
8+
9+
### Bug Fixes
10+
11+
* lerna version scripts pass invalid parameter ([23894fb](https://github.com/codeneos/vlocode/commit/23894fb08320f6492b009194f897198a52db0dda))
12+
713
## [0.17.4](https://github.com/codeneos/vlocode/compare/v0.17.3...v0.17.4) (2022-08-16)
814

915
### 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.4",
3+
"version": "0.17.5",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/cli/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.5](https://github.com/Codeneos/vlocode/compare/v0.17.6...v0.17.5) (2022-08-19)
7+
8+
**Note:** Version bump only for package @vlocode/cli
9+
610
## [0.17.4](https://github.com/Codeneos/vlocode/compare/v0.17.3...v0.17.4) (2022-08-16)
711

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

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.4",
3+
"version": "0.17.5",
44
"description": "Hyper fast Salesforce/Vlocity datapack deployment CLI",
55
"keywords": [
66
"Vlocity",
@@ -59,7 +59,7 @@
5959
"@vlocode/core": "^0.17.3",
6060
"@vlocode/salesforce": "^0.17.3",
6161
"@vlocode/util": "^0.17.3",
62-
"@vlocode/vlocity-deploy": "^0.17.4",
62+
"@vlocode/vlocity-deploy": "^0.17.5",
6363
"chalk": "^4.1.1",
6464
"commander": "^9.2.0",
6565
"create-ts-index": "^1.14.0",

packages/vlocity-deploy/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.5](https://github.com/Codeneos/vlocode/compare/v0.17.6...v0.17.5) (2022-08-19)
7+
8+
**Note:** Version bump only for package @vlocode/vlocity-deploy
9+
610
## [0.17.4](https://github.com/Codeneos/vlocode/compare/v0.17.3...v0.17.4) (2022-08-16)
711

812
### Bug Fixes

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.4",
3+
"version": "0.17.5",
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.5](https://github.com/codeneos/vlocode/compare/v0.17.6...v0.17.5) (2022-08-19)
7+
8+
**Note:** Version bump only for package vlocode
9+
610
## [0.17.4](https://github.com/codeneos/vlocode/compare/v0.17.3...v0.17.4) (2022-08-16)
711

812
**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.4",
6+
"version": "0.17.5",
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)