Skip to content

Commit

Permalink
release: v17.2.2 (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir authored Feb 14, 2024
1 parent 9327e7a commit 5d73b53
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
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=-1654277160
yarn.lock=-1186674637
package.json=259507360
pnpm-lock.yaml=135876452
yarn.lock=1369194032
package.json=859919122
pnpm-workspace.yaml=1711114604
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 17.2.2
This release upgrades `@angular/language-service` to v17.2.1.

fix: pass oldest Angular version in the workspace to the compiler (#2003)


# 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).

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.1",
"version": "17.2.2",
"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-next.0",
"@angular/language-service": "17.2.1",
"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-next.0",
"@angular/language-service": "17.2.1",
"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].0-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==
"@angular/[email protected].1":
version "17.2.1"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.2.1.tgz#21ce4420d4ee3ee62eb7e7ab43d20097c9408c03"
integrity sha512-Nj+T5NQ99QszTlgJM5xjzf5Bqzi2tFJ3VBCOjCcX9A7K+m2trZAbq0i2nMSPoxkQexZnaQvHMnsMhqPBShDUnA==

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

0 comments on commit 5d73b53

Please sign in to comment.