Skip to content

Commit

Permalink
release: v15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Feb 22, 2023
1 parent 406dac9 commit f934c35
Show file tree
Hide file tree
Showing 6 changed files with 830 additions and 863 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 15.2.0

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

* 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))

# 15.2.0-next.0

This release upgrades `@angular/language-service` to v15.2.0-next.1.
Expand Down
10 changes: 5 additions & 5 deletions integration/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "angular-ls-integration-test-project",
"private": true,
"dependencies": {
"@angular/common": "15.0.0-next.0",
"@angular/compiler": "15.0.0-next.0",
"@angular/compiler-cli": "15.0.0-next.0",
"@angular/core": "15.0.0-next.0",
"@angular/common": "15.2.0",
"@angular/compiler": "15.2.0",
"@angular/compiler-cli": "15.2.0",
"@angular/core": "15.2.0",
"rxjs": "6.6.7",
"zone.js": "0.11.5"
},
"devDependencies": {
"ng-packagr": "^14.0.0",
"typescript": "~4.6.0"
"typescript": "~4.9.0"
},
"scripts": {
"build": "ng-packagr -p libs/post/ng-package.json -c libs/post/tsconfig.json"
Expand Down
Loading

0 comments on commit f934c35

Please sign in to comment.