From 1ca8e44826e29487c20a8373dc94e4a22671f01a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Mar 2024 13:33:24 +0100 Subject: [PATCH] chore(release-vscode): 18.17.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 c0522caf29..fce48fafe6 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,3 +1,21 @@ +# [18.17.0](https://github.com/nrwl/nx-console/compare/vscode-v18.16.0...vscode-v18.17.0) (2024-03-01) + + +### Bug Fixes + +* add option to reset the daemon from the project detail view ([#2029](https://github.com/nrwl/nx-console/issues/2029)) ([4cec017](https://github.com/nrwl/nx-console/commit/4cec0170e205e083dc09e4c78152e0320aad02fd)) +* don't mark generator options with x-prompt set as required anymore ([#2032](https://github.com/nrwl/nx-console/issues/2032)) ([d0a5a63](https://github.com/nrwl/nx-console/commit/d0a5a63ceba3bfc1bfc22e93d3d8bdcd369d3733)) +* **intellij:** provide Angular config for Angular support in Nx workspaces ([ec50b72](https://github.com/nrwl/nx-console/commit/ec50b7207d6e999270cad08d2e5946fdc673f637)) +* **nxls:** handle directories under a root project in getProjectByPath ([#2038](https://github.com/nrwl/nx-console/issues/2038)) ([3b94e1c](https://github.com/nrwl/nx-console/commit/3b94e1c2d05aa3ed0971285df9747a30fdde32a8)) +* **nxls:** handle windows paths better when getting project by path ([#2025](https://github.com/nrwl/nx-console/issues/2025)) ([bf82749](https://github.com/nrwl/nx-console/commit/bf8274972d5ea612d41d4b872be904e04d0eb0aa)) +* **nxls:** repair getting project by path for directories ([#2034](https://github.com/nrwl/nx-console/issues/2034)) ([b021549](https://github.com/nrwl/nx-console/commit/b02154983f0a1965a0a5319fcadc20cb83582362)) + + +### Features + +* go to executor definition ([#1962](https://github.com/nrwl/nx-console/issues/1962)) ([02c1923](https://github.com/nrwl/nx-console/commit/02c1923f569a3aceeb2f23bcfd639263afcbbc80)) +* **vscode:** add all codelens to a settings toggle ([#2021](https://github.com/nrwl/nx-console/issues/2021)) ([b52ab82](https://github.com/nrwl/nx-console/commit/b52ab8250b3238daa22ed593e37cd4b5e9c52e08)) + # [18.16.0](https://github.com/nrwl/nx-console/compare/vscode-v18.15.3...vscode-v18.16.0) (2024-02-09) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index 5fd87f72d0..b010851970 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.16.0", + "version": "18.17.0", "repository": { "type": "git", "url": "https://github.com/nrwl/nx-console.git"