Skip to content

Commit ff4cf26

Browse files
committed
release: v18.2.0
1 parent 54feaa8 commit ff4cf26

File tree

6 files changed

+6986
-4539
lines changed

6 files changed

+6986
-4539
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=974837034
5-
pnpm-lock.yaml=-1152034998
6-
yarn.lock=-1189064062
7-
package.json=-1838831543
5+
pnpm-lock.yaml=1716833476
6+
yarn.lock=-564620722
7+
package.json=995833384
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 18.2.0
2+
This release upgrades `@angular/language-service` to v18.2.0-rc.0.
3+
4+
* feat: integrate code refactorings from language-service via LSP (#2050)
5+
6+
# 18.1.2
7+
This release upgrades `@angular/language-service` to v18.1.0.
8+
9+
* fix(syntaxes): add back block syntaxes to injection for entire TS file (#2065)
10+
11+
# 18.1.1
12+
13+
* fix(syntaxes): inject template tags to top-level source.ts (#2058)
14+
115
# 18.1.0
216

317
This release upgrades `@angular/language-service` to v18.1.0-rc.0.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-template",
33
"displayName": "Angular Language Service",
44
"description": "Editor services for Angular templates",
5-
"version": "18.2.0-next.0",
5+
"version": "18.2.0",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -231,7 +231,7 @@
231231
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
232232
},
233233
"dependencies": {
234-
"@angular/language-service": "~18.2.0-next.1",
234+
"@angular/language-service": "~18.2.0-rc.0",
235235
"typescript": "5.5.3",
236236
"vscode-html-languageservice": "^4.2.5",
237237
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)