Skip to content

Commit

Permalink
chore(release-vscode): 18.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 2, 2024
1 parent 2dbb03b commit 762dd09
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [18.11.0](https://github.com/nrwl/nx-console/compare/vscode-v18.10.1...vscode-v18.11.0) (2024-01-02)


### Bug Fixes

* distinguish more cases when prefilling ([#1935](https://github.com/nrwl/nx-console/issues/1935)) ([3760f2b](https://github.com/nrwl/nx-console/commit/3760f2b255f5c56619b6bcd6231f937d5ec7d596))
* **generate-ui:** show fewer options instead of show less options ([#1951](https://github.com/nrwl/nx-console/issues/1951)) ([f58de30](https://github.com/nrwl/nx-console/commit/f58de3010ec6a74fc670b88c3327e38f257e6fd0))
* **nxls:** take default options into account when prefilling as-provided options ([#1943](https://github.com/nrwl/nx-console/issues/1943)) ([73662b2](https://github.com/nrwl/nx-console/commit/73662b2f496d1b4e52d9801f54ac0bc8d8cb95e6))
* stringify prompt items to avoid [object Object] ([#1934](https://github.com/nrwl/nx-console/issues/1934)) ([f2be598](https://github.com/nrwl/nx-console/commit/f2be598e98cfa94ad628812e4ed8986167be7e19))


### Features

* use nx native watcher & rework refreshing ([#1949](https://github.com/nrwl/nx-console/issues/1949)) ([8d8887d](https://github.com/nrwl/nx-console/commit/8d8887da03b83263c5962d9fd064a254bee0a545))
* **vscode:** update (re)move commands to use quickpick instead of ui and fix prefilling ([#1931](https://github.com/nrwl/nx-console/issues/1931)) ([2637fc3](https://github.com/nrwl/nx-console/commit/2637fc30e43a396fbb4e366389e7c79a90f7dc25))

## [18.10.1](https://github.com/nrwl/nx-console/compare/vscode-v18.10.0...vscode-v18.10.1) (2023-11-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.10.1",
"version": "18.11.0",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx-console.git"
Expand Down

0 comments on commit 762dd09

Please sign in to comment.