Skip to content

Commit

Permalink
Version Packages (#807)
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 26, 2024
1 parent fe6165b commit 153e9bb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilled-adults-invite.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.6

### Patch Changes

- fe6165b: Makes astro check --tsconfig understand relative file names
- Updated dependencies [fe6165b]
- @astrojs/language-server@2.7.6

## 0.5.5

### 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.5",
"version": "0.5.6",
"author": "withastro",
"license": "MIT",
"repository": {
Expand All @@ -26,7 +26,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.7.5",
"@astrojs/language-server": "^2.7.6",
"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.6

### Patch Changes

- fe6165b: Makes astro check --tsconfig understand relative file names

## 2.7.5

### 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.5",
"version": "2.7.6",
"author": "withastro",
"license": "MIT",
"repository": {
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 153e9bb

Please sign in to comment.