From 73a6d1ff9971d83c9ddbce96a9334ee0f22b80bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Sep 2023 17:12:46 -0400 Subject: [PATCH] chore(release-vscode): 18.8.0 --- apps/vscode/CHANGELOG.md | 14 ++++++++++++++ apps/vscode/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 15e6f4f97c..8295ce4515 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,3 +1,17 @@ +# [18.8.0](https://github.com/nrwl/nx-console/compare/vscode-v18.7.0...vscode-v18.8.0) (2023-09-05) + + +### Bug Fixes + +* move projectNameAndRootFormat message to banner from tooltip ([#1873](https://github.com/nrwl/nx-console/issues/1873)) ([6b328fe](https://github.com/nrwl/nx-console/commit/6b328fe46b01497619f6e3502dde06cb69ec77b8)) +* **vscode:** expand root node if project view contains only single project ([#1874](https://github.com/nrwl/nx-console/issues/1874)) ([8e980fb](https://github.com/nrwl/nx-console/commit/8e980fb9163f1833867eec87ab2220df17387036)) + + +### Features + +* **generate-ui:** filter deprecated fields & move functionality to plugins ([#1862](https://github.com/nrwl/nx-console/issues/1862)) ([63225f0](https://github.com/nrwl/nx-console/commit/63225f0a8d6674a7fb499e22022202b45ff97d08)) +* write internal git clean startup message plugin & display startup messages in intellij ([#1869](https://github.com/nrwl/nx-console/issues/1869)) ([339db9b](https://github.com/nrwl/nx-console/commit/339db9b7c770b527e59c7c742d17c5ab13d95748)) + # [18.7.0](https://github.com/nrwl/nx-console/compare/vscode-v18.6.0...vscode-v18.7.0) (2023-08-25) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 9ecb23750f..cafe4ed15c 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -2,7 +2,7 @@ "name": "angular-console", "displayName": "Nx Console", "description": "The UI for Nx & Lerna", - "version": "18.7.0", + "version": "18.8.0", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git"