Skip to content

Commit 789a4a3

Browse files
release: v17.2.0-rc.1 (#1999)
1 parent 28739e4 commit 789a4a3

File tree

6 files changed

+6693
-4345
lines changed

6 files changed

+6693
-4345
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_LTE4Nzc1MDcwNjU=

Lines changed: 3 additions & 3 deletions
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=1983086970
6-
yarn.lock=-1186674637
7-
package.json=-1401673343
5+
pnpm-lock.yaml=1077694757
6+
yarn.lock=-552221318
7+
package.json=-1840931709
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 17.2.0-rc.1
2+
This release upgrades `@angular/language-service` to v17.2.0-rc.1.
3+
4+
fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)
5+
6+
17
# 17.1.0
28
This release upgrades `@angular/language-service` to v17.1.0. It is based on the final RC of `@angular/compiler`.
39

package.json

Lines changed: 2 additions & 2 deletions
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": "17.2.0-next.0",
5+
"version": "17.2.0-rc.1",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -230,7 +230,7 @@
230230
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
231231
},
232232
"dependencies": {
233-
"@angular/language-service": "17.2.0-next.0",
233+
"@angular/language-service": "17.2.0-rc.1",
234234
"typescript": "5.3.2",
235235
"vscode-html-languageservice": "^4.2.5",
236236
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)