Skip to content

Commit

Permalink
chore: publish version 0.17.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Oct 19, 2022
1 parent 51c673f commit f38d707
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.17.12](https://github.com/codeneos/vlocode/compare/v0.17.11...v0.17.12) (2022-10-19)

### Bug Fixes

* invalid tree item (issue [#389](https://github.com/codeneos/vlocode/issues/389)) which occurs for some datapacks in the datapack explorer in-combination with the latest release of vscode ([51c673f](https://github.com/codeneos/vlocode/commit/51c673f265e1a027d2beea74ee6802759230c07b))

## [0.17.11](https://github.com/codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)

### 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.11",
"version": "0.17.12",
"npmClient": "pnpm",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-extension/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.12](https://github.com/codeneos/vlocode/compare/v0.17.11...v0.17.12) (2022-10-19)

### Bug Fixes

* invalid tree item (issue [#389](https://github.com/codeneos/vlocode/issues/389)) which occurs for some datapacks in the datapack explorer in-combination with the latest release of vscode ([51c673f](https://github.com/codeneos/vlocode/commit/51c673f265e1a027d2beea74ee6802759230c07b))

## [0.17.11](https://github.com/codeneos/vlocode/compare/v0.17.10...v0.17.11) (2022-10-11)

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

0 comments on commit f38d707

Please sign in to comment.