diff --git a/.changeset/shy-dolphins-sort.md b/.changeset/shy-dolphins-sort.md deleted file mode 100644 index fb6c142f..00000000 --- a/.changeset/shy-dolphins-sort.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@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 diff --git a/packages/astro-check/CHANGELOG.md b/packages/astro-check/CHANGELOG.md index cf3104c0..bac882fe 100644 --- a/packages/astro-check/CHANGELOG.md +++ b/packages/astro-check/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/check +## 0.9.1 + +### Patch Changes + +- cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases +- Updated dependencies [cc94bef] + - @astrojs/language-server@2.13.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/astro-check/package.json b/packages/astro-check/package.json index 11a02b2a..4fb82b3b 100644 --- a/packages/astro-check/package.json +++ b/packages/astro-check/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/check", "description": "Type checking and diagnostics for Astro projects", - "version": "0.9.0", + "version": "0.9.1", "author": "withastro", "license": "MIT", "homepage": "https://github.com/withastro/language-tools/tree/main/packages/astro-check", @@ -24,7 +24,7 @@ "test:match": "pnpm run test -g" }, "dependencies": { - "@astrojs/language-server": "^2.13.0", + "@astrojs/language-server": "^2.13.1", "chokidar": "^3.5.3", "fast-glob": "^3.3.1", "kleur": "^4.1.5", diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 6ca919de..25686f14 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/language-server +## 2.13.1 + +### Patch Changes + +- cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases + ## 2.13.0 ### Minor Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index 28691cad..c3c20767 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.13.0", + "version": "2.13.1", "author": "withastro", "license": "MIT", "repository": { diff --git a/packages/ts-plugin/CHANGELOG.md b/packages/ts-plugin/CHANGELOG.md index a2f2d675..afdc6448 100644 --- a/packages/ts-plugin/CHANGELOG.md +++ b/packages/ts-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/ts-plugin +## 1.9.1 + +### Patch Changes + +- cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases + ## 1.9.0 ### Minor Changes diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index fe3ec4c5..0a4d11da 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/ts-plugin", - "version": "1.9.0", + "version": "1.9.1", "description": "A TypeScript Plugin providing Astro intellisense", "main": "dist/index.js", "type": "commonjs", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 2e60f222..54cfbf9d 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-vscode +## 2.13.1 + +### Patch Changes + +- cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases + ## 2.13.0 ### Minor Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 8f1ed48f..b565ef2b 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -20,7 +20,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.13.0", + "version": "2.13.1", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -209,8 +209,8 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.13.0", - "@astrojs/ts-plugin": "^1.9.0", + "@astrojs/language-server": "^2.13.1", + "@astrojs/ts-plugin": "^1.9.1", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "^18.17.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 04c729a5..a8045635 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,7 +36,7 @@ importers: packages/astro-check: dependencies: '@astrojs/language-server': - specifier: ^2.13.0 + specifier: ^2.13.1 version: link:../language-server chokidar: specifier: ^3.5.3 @@ -232,10 +232,10 @@ importers: version: 0.14.1 devDependencies: '@astrojs/language-server': - specifier: ^2.13.0 + specifier: ^2.13.1 version: link:../language-server '@astrojs/ts-plugin': - specifier: ^1.9.0 + specifier: ^1.9.1 version: link:../ts-plugin '@types/glob': specifier: ^8.1.0