Skip to content

Commit

Permalink
release: Release v17.0.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atscott committed Oct 5, 2023
1 parent 28e4ccb commit 43c0fb7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,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=-1606496567
yarn.lock=148285134
package.json=641743502
pnpm-lock.yaml=-384285407
yarn.lock=149575175
package.json=1948456686
pnpm-workspace.yaml=1711114604
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 17.0.0-next.1
This release upgrades `@angular/language-service` to v17.0.0-next.7.

# 17.0.0-next.0
This release upgrades `@angular/language-service` to v17.0.0-next.6.

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": "17.0.0-next.0",
"version": "17.0.0-next.1",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
Expand Down Expand Up @@ -222,7 +222,7 @@
"test:legacy-syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "17.0.0-next.6",
"@angular/language-service": "17.0.0-next.7",
"typescript": "5.1.3",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "17.0.0-next.6",
"@angular/language-service": "17.0.0-next.7",
"vscode-html-languageservice": "^4.2.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@
uuid "^8.3.2"
yargs "^17.0.0"

"@angular/language-service@17.0.0-next.6":
version "17.0.0-next.6"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.0.0-next.6.tgz#441b327098e085b706080bb5e7f8ecd98cd9d870"
integrity sha512-9vJGprjWlBVfFIbNAABKLnYrPqOPZThi7cU93wYL/RzEkzfwWRfLm912vvUdbBzWgnDpMBlzNlc4vsLrt2Nv2w==
"@angular/language-service@17.0.0-next.7":
version "17.0.0-next.7"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-17.0.0-next.7.tgz#795731f9a0bc7dd69c49c51b49a9e4af75c2cafc"
integrity sha512-eC0OyhKq9+mZ+uSrb2upmC1kXWbHajV199W/YvFTY0N5yI5dAdRziRfp1ntB8gK/nCmdtpKugP6As+yNAKwK6w==

"@assemblyscript/loader@^0.10.1":
version "0.10.1"
Expand Down

0 comments on commit 43c0fb7

Please sign in to comment.