Skip to content

Commit

Permalink
build: release 18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Jul 9, 2024
1 parent 7b2ddfd commit 59a6caa
Show file tree
Hide file tree
Showing 6 changed files with 6,755 additions and 4,385 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=-1459672203
yarn.lock=449424569
package.json=765457460
pnpm-lock.yaml=274934855
yarn.lock=-819276886
package.json=-2145211303
pnpm-workspace.yaml=1711114604
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 18.1.1

* fix(syntaxes): inject template tags to top-level source.ts (#2058)

# 18.1.0

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

* feat(syntaxes): add support for let declarations (#2042)
* feat: generate the import declaration for the completion item code actions (#2031)
* fix(server): disable let syntax when not supported (#2047)

# 18.0.0
This release upgrades `@angular/language-service` to v18.0.0.

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": "18.1.0-next.0",
"version": "18.1.1",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -221,7 +221,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "18.1.0-next.4",
"@angular/language-service": "18.1.0-rc.0",
"typescript": "5.4.5",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
Loading

0 comments on commit 59a6caa

Please sign in to comment.