From f38d7076230e5d7c246c5c465c52a8f33531e625 Mon Sep 17 00:00:00 2001 From: Peter van Gulik Date: Wed, 19 Oct 2022 18:26:30 +0200 Subject: [PATCH] chore: publish version 0.17.12 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/vscode-extension/CHANGELOG.md | 6 ++++++ packages/vscode-extension/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f5d625..ea297058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index a2427e45..992bb90a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.17.11", + "version": "0.17.12", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 21ab6953..c107845b 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -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 diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 12eb9287..72bc45a8 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -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": {