Skip to content

Commit 313fbc0

Browse files
chore(release-vscode): 18.25.0
1 parent bdc2f98 commit 313fbc0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

apps/vscode/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [18.25.0](https://github.com/nrwl/nx-console/compare/vscode-v18.24.1...vscode-v18.25.0) (2024-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **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))
8+
* 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))
9+
* 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))
10+
* **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))
11+
12+
13+
### Features
14+
15+
* add @nx/gradle ([#2154](https://github.com/nrwl/nx-console/issues/2154)) ([bbbc0bc](https://github.com/nrwl/nx-console/commit/bbbc0bcd927312ff6ee03dab893035b86f579891))
16+
* 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))
17+
* **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+
119
## [18.24.1](https://github.com/nrwl/nx-console/compare/vscode-v18.24.0...vscode-v18.24.1) (2024-06-27)
220

321

apps/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "angular-console",
33
"displayName": "Nx Console",
44
"description": "The UI for Nx & Lerna",
5-
"version": "18.24.1",
5+
"version": "18.25.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/nrwl/nx-console.git"

0 commit comments

Comments
 (0)