Skip to content

Commit

Permalink
release: v18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Aug 12, 2024
1 parent 54feaa8 commit ff4cf26
Show file tree
Hide file tree
Showing 6 changed files with 6,986 additions and 4,539 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=-1152034998
yarn.lock=-1189064062
package.json=-1838831543
pnpm-lock.yaml=1716833476
yarn.lock=-564620722
package.json=995833384
pnpm-workspace.yaml=1711114604
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 18.2.0
This release upgrades `@angular/language-service` to v18.2.0-rc.0.

* feat: integrate code refactorings from language-service via LSP (#2050)

# 18.1.2
This release upgrades `@angular/language-service` to v18.1.0.

* fix(syntaxes): add back block syntaxes to injection for entire TS file (#2065)

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

0 comments on commit ff4cf26

Please sign in to comment.