Skip to content

Commit

Permalink
Version Packages (#899)
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 Jul 10, 2024
1 parent 5eb20f2 commit 4a10d24
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/wild-terms-chew.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.8.1

### Patch Changes

- 5eb20f2: Fixes installation on Yarn 4
- Updated dependencies [5eb20f2]
- @astrojs/language-server@2.11.1

## 0.8.0

### Minor 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,7 +1,7 @@
{
"name": "@astrojs/check",
"description": "Type checking and diagnostics for Astro projects",
"version": "0.8.0",
"version": "0.8.1",
"author": "withastro",
"license": "MIT",
"homepage": "https:/withastro/language-tools/tree/main/packages/astro-check",
Expand All @@ -24,7 +24,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.11.0",
"@astrojs/language-server": "^2.11.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.11.1

### Patch Changes

- 5eb20f2: Fixes installation on Yarn 4

## 2.11.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.11.0",
"version": "2.11.1",
"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 4a10d24

Please sign in to comment.