Skip to content

Commit

Permalink
Version Packages (withastro#833)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 15, 2024
1 parent 8d45381 commit 6fd9314
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/orange-schools-behave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/language-server

## 2.8.3

### Patch Changes

- c1fa115: Fixes `.prettierignore` and `.editorconfig` not working correctly. This update also improves the error logging around Prettier, the LSP will now warn when it failed to load the Prettier config.

## 2.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/language-server",
"version": "2.8.2",
"version": "2.8.3",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-vscode

## 2.8.3

### Patch Changes

- c1fa115: Fixes `.prettierignore` and `.editorconfig` not working correctly. This update also improves the error logging around Prettier, the LSP will now warn when it failed to load the Prettier config.

## 2.8.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"color": "#17191E",
"theme": "dark"
},
"version": "2.8.2",
"version": "2.8.3",
"author": "withastro",
"license": "MIT",
"publisher": "astro-build",
Expand Down Expand Up @@ -195,7 +195,7 @@
"update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot"
},
"devDependencies": {
"@astrojs/language-server": "^2.8.2",
"@astrojs/language-server": "^2.8.3",
"@astrojs/ts-plugin": "^1.6.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
Expand Down
15 changes: 4 additions & 11 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 6fd9314

Please sign in to comment.