Skip to content

Commit

Permalink
chore(release-vscode): 18.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent 1ffb058 commit a3bf073
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [18.21.1](https://github.com/nrwl/nx-console/compare/vscode-v18.21.0...vscode-v18.21.1) (2024-05-06)


### Bug Fixes

* **nxls:** catch error while resetting daemon ([#2120](https://github.com/nrwl/nx-console/issues/2120)) ([8a179d7](https://github.com/nrwl/nx-console/commit/8a179d7a5b46d48e1c04a6ac1dfcd1d05a30d257))
* refactor graph integration to use partial graphs & handle errors ([#2117](https://github.com/nrwl/nx-console/issues/2117)) ([b2e4d6d](https://github.com/nrwl/nx-console/commit/b2e4d6de596d34215335a8aacaa4523e088ad39d))
* **vscode:** fix add dependency to show nx packages ([#2119](https://github.com/nrwl/nx-console/issues/2119)) ([d535923](https://github.com/nrwl/nx-console/commit/d5359231d6afcd25aad6f2ba158e71a78db56025))

# [18.21.0](https://github.com/nrwl/nx-console/compare/vscode-v18.20.0...vscode-v18.21.0) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-console",
"displayName": "Nx Console",
"description": "The UI for Nx & Lerna",
"version": "18.21.0",
"version": "18.21.1",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx-console.git"
Expand Down

0 comments on commit a3bf073

Please sign in to comment.