Skip to content

Commit

Permalink
build: publish v19.0.4 of language service extension (#2135)
Browse files Browse the repository at this point in the history
See changelog.
  • Loading branch information
devversion authored Jan 14, 2025
1 parent 764b51f commit 5d67255
Show file tree
Hide file tree
Showing 5 changed files with 4,648 additions and 6,969 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=-1823624125
yarn.lock=739973275
package.json=-1235524961
pnpm-lock.yaml=543924434
yarn.lock=364918533
package.json=-147247847
pnpm-workspace.yaml=1711114604
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 19.0.4
This release upgrades `@angular/language-service` to v19.0.6.

* [fix(compiler-cli): consider pre-release versions when detecting feature support #59061](https://github.com/angular/angular/pull/59061)

# 19.0.3
This release upgrades `@angular/language-service` to v19.0.1.

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": "19.0.3",
"version": "19.0.4",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -245,7 +245,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "^19.0.1",
"@angular/language-service": "^19.0.6",
"typescript": "5.6.2",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
Loading

0 comments on commit 5d67255

Please sign in to comment.