From 313fbc061b1ef6db0ff434fc87839576d41995cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 17:03:02 +0200 Subject: [PATCH] chore(release-vscode): 18.25.0 --- apps/vscode/CHANGELOG.md | 18 ++++++++++++++++++ apps/vscode/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index 6f24e4042b..3040c2d814 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,3 +1,21 @@ +# [18.25.0](https://github.com/nrwl/nx-console/compare/vscode-v18.24.1...vscode-v18.25.0) (2024-07-18) + + +### Bug Fixes + +* **nxls:** add project folder tree e2e test & only track children by dir ([#2199](https://github.com/nrwl/nx-console/issues/2199)) ([cdadda6](https://github.com/nrwl/nx-console/commit/cdadda67293ac3f87ca7d9cf762d433d01dcafb2)) +* **nxls:** handle comments when parsing nx.json ([#2201](https://github.com/nrwl/nx-console/issues/2201)) ([261f208](https://github.com/nrwl/nx-console/commit/261f20897b66a99f74e49580ee52db0a9b3f7bfa)) +* repair workspace-18 e2e & make sure .env is in sharedGlobals ([#2204](https://github.com/nrwl/nx-console/issues/2204)) ([a883e25](https://github.com/nrwl/nx-console/commit/a883e25af190bfb46b100a85b2980e154d50b940)) +* use command cwd when running help command rather than project root ([#2200](https://github.com/nrwl/nx-console/issues/2200)) ([44b3c02](https://github.com/nrwl/nx-console/commit/44b3c024b0ccc70136d90ddacac9f1c3180cd45b)) +* **vscode:** stop recreating graph webview and prevent focus on refresh ([#2195](https://github.com/nrwl/nx-console/issues/2195)) ([42df121](https://github.com/nrwl/nx-console/commit/42df12199ba5f09ee9f1a793f7f2010893453de9)) + + +### Features + +* add @nx/gradle ([#2154](https://github.com/nrwl/nx-console/issues/2154)) ([bbbc0bc](https://github.com/nrwl/nx-console/commit/bbbc0bcd927312ff6ee03dab893035b86f579891)) +* group targets by target group in sidebar ([#2198](https://github.com/nrwl/nx-console/issues/2198)) ([c681f21](https://github.com/nrwl/nx-console/commit/c681f2128838f6fd131dd5cf801d96c9a750a8f8)) +* **vscode:** add atomized target highlighting and info ([#2205](https://github.com/nrwl/nx-console/issues/2205)) ([f869aff](https://github.com/nrwl/nx-console/commit/f869aff4dcbd9eeeb5a97bd282c63cf8be1f08ef)) + ## [18.24.1](https://github.com/nrwl/nx-console/compare/vscode-v18.24.0...vscode-v18.24.1) (2024-06-27) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 9b71db9b64..34875edbac 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.24.1", + "version": "18.25.0", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git"