Skip to content

Commit

Permalink
Version Packages (#825)
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 13, 2024
1 parent f4ea483 commit f3e69cc
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-llamas-press.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thin-dragons-yell.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/astro-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrojs/check

## 0.5.9

### Patch Changes

- f1447ef: chore: Update `volar-service-prettier`. This is only an internal refactor and there should be no visible changes.
- Updated dependencies [f1447ef]
- @astrojs/language-server@2.8.1

## 0.5.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/check",
"version": "0.5.8",
"version": "0.5.9",
"author": "withastro",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.8.0",
"@astrojs/language-server": "^2.8.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"kleur": "^4.1.5",
Expand Down
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.1

### Patch Changes

- f1447ef: chore: Update `volar-service-prettier`. This is only an internal refactor and there should be no visible changes.

## 2.8.0

### Minor 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.0",
"version": "2.8.1",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# astro-vscode

## 2.8.1

### Patch Changes

- 15c9455: Fixes HTML Entities (ex: `&lt;`) not being highlighted like they would inside HTML files
- f1447ef: chore: Update `volar-service-prettier`. This is only an internal refactor and there should be no visible changes.

## 2.8.0

### Minor 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.0",
"version": "2.8.1",
"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.0",
"@astrojs/language-server": "^2.8.1",
"@astrojs/ts-plugin": "^1.6.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 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 f3e69cc

Please sign in to comment.