Skip to content

Commit 1218e38

Browse files
chore(release-vscode): 18.30.0
1 parent a85d65c commit 1218e38

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

apps/vscode/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [18.30.0](https://github.com/nrwl/nx-console/compare/vscode-v18.29.1...vscode-v18.30.0) (2024-11-11)
2+
3+
4+
### Bug Fixes
5+
6+
* handle 0.0.0-pr- releases when comparing versions ([#2309](https://github.com/nrwl/nx-console/issues/2309)) ([134c2b7](https://github.com/nrwl/nx-console/commit/134c2b7b6ee8f835365d36a5cf0546fe7a2b32b1))
7+
* kill entire process tree when shutting down nxls & vscode ([#2288](https://github.com/nrwl/nx-console/issues/2288)) ([b174106](https://github.com/nrwl/nx-console/commit/b17410640226bb58af7f005e225483c1521d1b0d))
8+
* **nxls:** adjust parseTargetString invocation to always pass a project graph ([#2291](https://github.com/nrwl/nx-console/issues/2291)) ([68c0b0d](https://github.com/nrwl/nx-console/commit/68c0b0d04f1e7186f14c155167e6347689e1398b))
9+
* run nxls in a way that works with yarn pnp ([#2301](https://github.com/nrwl/nx-console/issues/2301)) ([3a38499](https://github.com/nrwl/nx-console/commit/3a38499f5fc606526a5089f06a18bd7215b22bbd))
10+
* **vscode:** improve codelens if no targets exist for project ([#2303](https://github.com/nrwl/nx-console/issues/2303)) ([9183dce](https://github.com/nrwl/nx-console/commit/9183dce783d3803f14740e2b3c0c9313e2132127))
11+
* **vscode:** refactor new pdv to separate webview & state machine ([#2300](https://github.com/nrwl/nx-console/issues/2300)) ([cea04fc](https://github.com/nrwl/nx-console/commit/cea04fc3374f55be14569116d5d49e306f74ee4d))
12+
* **vscode:** repair inlined tree-kill implementation ([#2298](https://github.com/nrwl/nx-console/issues/2298)) ([f6a9e5d](https://github.com/nrwl/nx-console/commit/f6a9e5dc29f4752bbd928e66742808bd533441a0))
13+
14+
15+
### Features
16+
17+
* **vscode:** log anonymized errors to rollbar ([#2305](https://github.com/nrwl/nx-console/issues/2305)) ([7255d56](https://github.com/nrwl/nx-console/commit/7255d56c251b87563bd80feca5a980532d064e16))
18+
* **vscode:** rework PDV integration to use new apis & state machine ([#2272](https://github.com/nrwl/nx-console/issues/2272)) ([990e2df](https://github.com/nrwl/nx-console/commit/990e2dfb2cdc928d4041654d40d8e8c4c5cb45a6))
19+
120
## [18.29.1](https://github.com/nrwl/nx-console/compare/vscode-v18.29.0...vscode-v18.29.1) (2024-10-17)
221

322

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
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.29.1",
5+
"version": "18.30.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/nrwl/nx-console.git"

0 commit comments

Comments
 (0)