Skip to content

Commit

Permalink
Version Packages (#865)
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 May 7, 2024
1 parent 65d3425 commit 2a86df7
Show file tree
Hide file tree
Showing 10 changed files with 367 additions and 25 deletions.
8 changes: 0 additions & 8 deletions .changeset/five-kings-talk.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/astro-check/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/check

## 0.6.0

### Minor Changes

- 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

### Patch Changes

- Updated dependencies [65d3425]
- @astrojs/language-server@2.9.0

## 0.5.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/astro-check/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/check",
"version": "0.5.10",
"version": "0.6.0",
"author": "withastro",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.8.4",
"@astrojs/language-server": "^2.9.0",
"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
@@ -1,5 +1,11 @@
# @astrojs/language-server

## 2.9.0

### Minor Changes

- 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

## 2.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/language-server",
"version": "2.8.4",
"version": "2.9.0",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/ts-plugin

## 1.7.0

### Minor Changes

- 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/ts-plugin",
"version": "1.6.1",
"version": "1.7.0",
"description": "A TypeScript Plugin providing Astro intellisense",
"main": "dist/index.js",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro-vscode

## 2.9.0

### Minor Changes

- 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

## 2.8.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vscode/package.json
Expand Up @@ -20,7 +20,7 @@
"color": "#17191E",
"theme": "dark"
},
"version": "2.8.6",
"version": "2.9.0",
"author": "withastro",
"license": "MIT",
"publisher": "astro-build",
Expand Down Expand Up @@ -201,8 +201,8 @@
"update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot"
},
"devDependencies": {
"@astrojs/language-server": "^2.8.4",
"@astrojs/ts-plugin": "^1.6.1",
"@astrojs/language-server": "^2.9.0",
"@astrojs/ts-plugin": "^1.7.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
Expand Down

0 comments on commit 2a86df7

Please sign in to comment.