Skip to content

Commit f934c35

Browse files
committed
release: v15.2.0
1 parent 406dac9 commit f934c35

File tree

6 files changed

+830
-863
lines changed

6 files changed

+830
-863
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 15.2.0
2+
3+
This release upgrades `@angular/language-service` to v15.2.0.
4+
5+
* fix(server): Fall back to bundled TS version if specified TSDK is too old ([#1863](https://github.com/angular/vscode-ng-language-service/pull/1863))
6+
17
# 15.2.0-next.0
28

39
This release upgrades `@angular/language-service` to v15.2.0-next.1.

integration/project/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "angular-ls-integration-test-project",
33
"private": true,
44
"dependencies": {
5-
"@angular/common": "15.0.0-next.0",
6-
"@angular/compiler": "15.0.0-next.0",
7-
"@angular/compiler-cli": "15.0.0-next.0",
8-
"@angular/core": "15.0.0-next.0",
5+
"@angular/common": "15.2.0",
6+
"@angular/compiler": "15.2.0",
7+
"@angular/compiler-cli": "15.2.0",
8+
"@angular/core": "15.2.0",
99
"rxjs": "6.6.7",
1010
"zone.js": "0.11.5"
1111
},
1212
"devDependencies": {
1313
"ng-packagr": "^14.0.0",
14-
"typescript": "~4.6.0"
14+
"typescript": "~4.9.0"
1515
},
1616
"scripts": {
1717
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"

0 commit comments

Comments
 (0)