Skip to content

Commit

Permalink
release: v13.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Nov 2, 2021
1 parent 8759be0 commit 0fa0d4f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 10 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# v13.0.0-rc.0

This release upgrades `@angular/language-service` to v13.0.0-rc.3.
For a complete change log see
[here](https://github.com/angular/angular/blob/master/CHANGELOG.md#1300-rc3-2021-11-01).

1. feat: provide snippets for attribute (#1509) (0428c31fa)
1. feat: Add support for going to template from component (#1491) (3014713e1)
1. feat(server): add related information to diagnostics (#1492) (04b215b09)
1. feat: add config to enable auto-apply optional chaining on nullable symbol (#1469) (4fcbdb74a)

# v12.2.3

This release upgrades `@angular/language-service` to v12.2.12.

This release contains various internal refactorings and dependency updates.

# v12.2.2

This release upgrades `@angular/language-service` to v12.2.10.

* support resolving ngcc from APF v13 output (#1523) (f8aa9927c)

# v12.2.1

This release upgrades `@angular/language-service` to v12.2.9.

This release contains various internal refactorings and dependency updates.

# v12.2.0

This release upgrades `@angular/language-service` to v12.2.0.
Expand Down
6 changes: 3 additions & 3 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": "13.0.0-next.0",
"version": "13.0.0-rc.0",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -188,7 +188,7 @@
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "13.0.0-rc.0",
"@angular/language-service": "13.0.0-rc.3",
"typescript": "4.4.3",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down Expand Up @@ -216,4 +216,4 @@
"type": "git",
"url": "https://github.com/angular/vscode-ng-language-service"
}
}
}
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular/language-server",
"description": "LSP server for Angular Language Service",
"version": "13.0.0-next.0",
"version": "13.0.0-rc.0",
"repository": {
"type": "git",
"url": "https://github.com/angular/vscode-ng-language-service.git"
Expand All @@ -15,12 +15,12 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "13.0.0-rc.0",
"@angular/language-service": "13.0.0-rc.3",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
"vscode-uri": "3.0.2"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
yaml "^1.10.0"
yargs "^17.0.0"

"@angular/language-service@13.0.0-rc.0":
version "13.0.0-rc.0"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-rc.0.tgz#172c917865cb3f28aee4d93d7d3224f4cbce6b69"
integrity sha512-fAtCXPq79qBtG4rbRo2RhmzAR7aAwtyvwSqh+gmj7ZVW7C8NkwDF7agBR96szPzH3ZXSLZDf/6goRnCRlxbLdA==
"@angular/language-service@13.0.0-rc.3":
version "13.0.0-rc.3"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-rc.3.tgz#28d997b4fcbe4427c0ed04eeb17cf804b4ae4073"
integrity sha512-3z3w6J3lvV9TLGW7qEUqlkdOlrEaX/w90GWPEYFlYZRR7jQRm65jDqHSuIHbfXrHCcm+y26o0WmdOTPtXH9/mw==

"@babel/code-frame@^7.0.0":
version "7.12.13"
Expand Down

0 comments on commit 0fa0d4f

Please sign in to comment.