Skip to content

Commit 59a6caa

Browse files
committed
build: release 18.1.1
1 parent 7b2ddfd commit 59a6caa

File tree

6 files changed

+6755
-4385
lines changed

6 files changed

+6755
-4385
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=-1459672203
6-
yarn.lock=449424569
7-
package.json=765457460
5+
pnpm-lock.yaml=274934855
6+
yarn.lock=-819276886
7+
package.json=-2145211303
88
pnpm-workspace.yaml=1711114604

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 18.1.1
2+
3+
* fix(syntaxes): inject template tags to top-level source.ts (#2058)
4+
5+
# 18.1.0
6+
7+
This release upgrades `@angular/language-service` to v18.1.0-rc.0.
8+
9+
* feat(syntaxes): add support for let declarations (#2042)
10+
* feat: generate the import declaration for the completion item code actions (#2031)
11+
* fix(server): disable let syntax when not supported (#2047)
12+
113
# 18.0.0
214
This release upgrades `@angular/language-service` to v18.0.0.
315

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": "18.1.0-next.0",
5+
"version": "18.1.1",
66
"publisher": "Angular",
77
"icon": "angular.png",
88
"license": "MIT",
@@ -221,7 +221,7 @@
221221
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
222222
},
223223
"dependencies": {
224-
"@angular/language-service": "18.1.0-next.4",
224+
"@angular/language-service": "18.1.0-rc.0",
225225
"typescript": "5.4.5",
226226
"vscode-html-languageservice": "^4.2.5",
227227
"vscode-jsonrpc": "6.0.0",

0 commit comments

Comments
 (0)