Skip to content

Commit

Permalink
Version Packages (#779)
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] committed Feb 9, 2024
1 parent a2280a8 commit b8158fa
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/mighty-mayflies-tell.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.2

### Patch Changes

- a2280a8: Avoid checking Svelte and Vue files when running astro check
- Updated dependencies [a2280a8]
- @astrojs/language-server@2.7.2

## 0.5.1

### 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.1",
"version": "0.5.2",
"author": "withastro",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.7.1",
"@astrojs/language-server": "^2.7.2",
"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.7.2

### Patch Changes

- a2280a8: Avoid checking Svelte and Vue files when running astro check

## 2.7.1

### 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.7.1",
"version": "2.7.2",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit b8158fa

Please sign in to comment.