Skip to content

Commit

Permalink
chore(release-vscode): 18.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 7ca0821 commit ef161cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [18.33.1](https://github.com/nrwl/nx-console/compare/vscode-v18.33.0...vscode-v18.33.1) (2024-12-10)


### Bug Fixes

* drop dependency on @nx/native packages in favor of loading from local node_modules ([#2349](https://github.com/nrwl/nx-console/issues/2349)) ([368401c](https://github.com/nrwl/nx-console/commit/368401c4d8552a520bcab7e57f9bdd1cf2e36e51))
* **nxls:** ignore git logs when getting default branch ([#2350](https://github.com/nrwl/nx-console/issues/2350)) ([cdf9c46](https://github.com/nrwl/nx-console/commit/cdf9c46adf13420f784297df54ede3fb4dd4b3f6))
* **nxls:** only make nx cloud requests if in an nx cloud workspace ([#2356](https://github.com/nrwl/nx-console/issues/2356)) ([c7bc53d](https://github.com/nrwl/nx-console/commit/c7bc53df0e7937f3454f5cb00709d41aa428ecf6))
* **nxls:** use native watcher right away when daemon dies during watch process ([#2351](https://github.com/nrwl/nx-console/issues/2351)) ([ab5537c](https://github.com/nrwl/nx-console/commit/ab5537cdca09461d6f2be1def5877780c06438d8))

# [18.33.0](https://github.com/nrwl/nx-console/compare/vscode-v18.32.0...vscode-v18.33.0) (2024-12-06)


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.33.0",
"version": "18.33.1",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx-console.git"
Expand Down

0 comments on commit ef161cd

Please sign in to comment.