Skip to content

Commit

Permalink
release: v15.2.1 (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhub authored Apr 13, 2023
1 parent b572d6f commit a33ef40
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 15.2.1

This release upgrades `@angular/language-service` to v15.2.7.

* fix(compiler-cli): Catch FatalDiagnosticError during template type checking ([#49792](https://github.com/angular/angular/pull/49792))
* fix(server): Respect the client capabilities "textDocument.{declaration,typeDefinition}.linkSupport." ([#1875](https://github.com/angular/vscode-ng-language-service/pull/1875))

# 15.2.0

This release upgrades `@angular/language-service` to v15.2.0.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "15.2.0",
"version": "15.2.1",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -225,7 +225,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "15.2.0",
"@angular/language-service": "15.2.7",
"typescript": "4.8.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "15.2.0",
"@angular/language-service": "15.2.7",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
uuid "^8.3.2"
yargs "^17.0.0"

"@angular/language-service@15.2.0":
version "15.2.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-15.2.0.tgz#5256d7269c2755b30bd918d8cf555789c5a4517a"
integrity sha512-Gwg/IWPiBZ+LE0hHxtQGvQuJ+A7YehL6p0k26ClP0HS7Wy0ERRD9+ITGh5SnhKTKVMRwOb4HYcLp0N5W3yTajw==
"@angular/language-service@15.2.7":
version "15.2.7"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-15.2.7.tgz#a201ed232797edd62c0e33eacf747da27c9da98d"
integrity sha512-uQ5ZACxDgP7pvakdqzN+W2CMls8svwBN8gygLwxvf+b4B+jllcmO45W/O9MPXfB/qfBRuuBmClm/29L1RmMHUA==

"@assemblyscript/loader@^0.10.1":
version "0.10.1"
Expand Down

0 comments on commit a33ef40

Please sign in to comment.