Skip to content

Commit

Permalink
release v11.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zarend committed Mar 24, 2021
1 parent 7f6cfd5 commit 8b6e7af
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# v11.2.9
This release upgrades `@angular/language-service` to v11.2.7.
For a complete change log see [here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1127-2021-03-24).

bug fixes in `@angular/language-service`:
* **compiler-cli:** add `useInlining` option to type check config ([#41268](https://github.com/angular/angular/issues/41268)) ([57644e9](https://github.com/angular/angular/commit/57644e95aadbfe9c8f336be77a22f7a5e1859758)), closes [#40963](https://github.com/angular/angular/issues/40963)
* **language-service:** show suggestion when type inference is suboptimal ([#41072](https://github.com/angular/angular/issues/41072)) ([18cd7a0](https://github.com/angular/angular/commit/18cd7a0c6921983556fe1fffbff93d42ae138007)), closes [angular/vscode-ng-language-service#1155](https://github.com/angular/vscode-ng-language-service/issues/1155) [#41042](https://github.com/angular/angular/issues/41042)

# v11.2.8

- perf: prevent requests from being sent to the server when outside Angular context (fcbdf938e)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "11.2.8",
"version": "11.2.9",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -152,7 +152,7 @@
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "11.2.5",
"@angular/language-service": "11.2.7",
"typescript": "4.1.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down Expand Up @@ -180,4 +180,4 @@
"type": "git",
"url": "https://github.com/angular/vscode-ng-language-service"
}
}
}
6 changes: 3 additions & 3 deletions server/package.json
@@ -1,7 +1,7 @@
{
"name": "@angular/language-server",
"description": "LSP server for Angular Language Service",
"version": "11.2.8",
"version": "11.2.9",
"repository": {
"type": "git",
"url": "https://github.com/angular/vscode-ng-language-service.git"
Expand All @@ -15,12 +15,12 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "11.2.5",
"@angular/language-service": "11.2.7",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
"vscode-uri": "3.0.2"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@angular/language-service@11.2.5":
version "11.2.5"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.2.5.tgz#54673c76e6cdc9d7084af1121f9d3f078b1aed90"
integrity sha512-z7YgYawU2GmGCTUFbfceZY0WXZxSXInL615i+pKuY28zke2F2Z3lgfOOI/6fd75C8UBUqmVGmKz08GL8dDQT9A==
"@angular/language-service@11.2.7":
version "11.2.7"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.2.7.tgz#bacc1940168ed0b1154192215524bed2246dac97"
integrity sha512-ew8ebVZy7m7XFjn93llEaxQYmwKEXdT2eFBuC7PuHea1mTfl18njOVwIuzeAdbqPL6z7oYgjpE4u/3vH5nuXoQ==

"@babel/code-frame@^7.0.0":
version "7.10.4"
Expand Down

0 comments on commit 8b6e7af

Please sign in to comment.