Skip to content

release: v17.2.1 #2002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=974837034
pnpm-lock.yaml=1077694757
yarn.lock=-552221318
package.json=257808930
pnpm-lock.yaml=-1654277160
yarn.lock=-1186674637
package.json=259507360
pnpm-workspace.yaml=1711114604
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 17.2.0-rc.1
# 17.2.1
This release rolls back the `@angular/language-service` version to v17.2.0-next.0 to resolve an issue reported in ticket [#2001](https://github.com/angular/vscode-ng-language-service/issues/2001).


# 17.2.0
This release upgrades `@angular/language-service` to v17.2.0-rc.1.

fix(syntaxes): Do not highlight bindings outside element tags (#1725) (28739e4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "17.2.0",
"version": "17.2.1",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -230,7 +230,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "17.2.0-rc.1",
"@angular/language-service": "17.2.0-next.0",
"typescript": "5.3.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "17.2.0-rc.1",
"@angular/language-service": "17.2.0-next.0",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
uuid "^8.3.2"
yargs "^17.0.0"

"@angular/[email protected]rc.1":
version "17.2.0-rc.1"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.2.0-rc.1.tgz#2b19b5d10a752819446f8953f5b14e4b3aee2d79"
integrity sha512-cX5oW3/ZeG+FmHoJTsFIPU6Xlt6yT6ngevXwf8lUxi371afIVWB4X5kuenleEbndRgREp1mthGhcVMA4F+XUxA==
"@angular/[email protected]next.0":
version "17.2.0-next.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.2.0-next.0.tgz#fc26bb256994ab5e5dcec3b3e6bd232f99fd33d8"
integrity sha512-WONrNJ6nsgd6TIj6bq1CLjnUPGex9G0uZW8fqO7XmpvcsJaAOaucVX6IcrRYh5SSSI3gUZD5PO+uVGL/SE6Hnw==

"@assemblyscript/loader@^0.10.1":
version "0.10.1"
Expand Down