Skip to content

Commit

Permalink
chore: changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Jul 31, 2024
1 parent 93b5c30 commit cc94bef
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
8 changes: 8 additions & 0 deletions .changeset/shy-dolphins-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@astrojs/language-server": patch
"@astrojs/ts-plugin": patch
"astro-vscode": patch
"@astrojs/check": patch
---

Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/compiler": "^2.10.0",
"@astrojs/compiler": "^2.10.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@volar/kit": "~2.4.0-alpha.15",
"@volar/language-core": "~2.4.0-alpha.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@volar/language-core": "~2.4.0-alpha.15",
"@volar/typescript": "~2.4.0-alpha.15",
"@astrojs/compiler": "^2.10.0",
"@astrojs/compiler": "^2.10.1",
"@jridgewell/sourcemap-codec": "^1.4.15",
"semver": "^7.3.8",
"vscode-languageserver-textdocument": "^1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"vscode-tmgrammar-test": "^0.1.2"
},
"dependencies": {
"@astrojs/compiler": "^2.10.0",
"@astrojs/compiler": "^2.10.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.1"
}
Expand Down
26 changes: 11 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit cc94bef

Please sign in to comment.