Skip to content

Commit

Permalink
Version Packages (#839)
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 Mar 22, 2024
1 parent 9ca368b commit 1fe7503
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 46 deletions.
8 changes: 0 additions & 8 deletions .changeset/four-dogs-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-beers-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-poets-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-peas-turn.md

This file was deleted.

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

## 0.5.10

### Patch Changes

- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
- Updated dependencies [9ca368b]
- Updated dependencies [d57daad]
- Updated dependencies [b166787]
- Updated dependencies [eb49fb2]
- @astrojs/language-server@2.8.4

## 0.5.9

### 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.9",
"version": "0.5.10",
"author": "withastro",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.8.1",
"@astrojs/language-server": "^2.8.4",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"kleur": "^4.1.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/language-server/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/language-server

## 2.8.4

### Patch Changes

- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
- d57daad: Fix notification about Prettier being missing appearing on every format
- b166787: Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly
- eb49fb2: Fixes completions for Astro-specific attributes not working in certain contexts

## 2.8.3

### 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.3",
"version": "2.8.4",
"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.6.1

### Patch Changes

- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently

## 1.6.0

### Minor 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.0",
"version": "1.6.1",
"description": "A TypeScript Plugin providing Astro intellisense",
"main": "dist/index.js",
"type": "commonjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/vscode/CHANGELOG.md
@@ -1,5 +1,14 @@
# astro-vscode

## 2.8.4

### Patch Changes

- 9ca368b: Update to the latest version of Volar. This release should fix some of the caching issues that has crept up recently
- d57daad: Fix notification about Prettier being missing appearing on every format
- b166787: Fixes auto imports through completions and code actions inside script tags sometimes not updating the text correctly
- eb49fb2: Fixes completions for Astro-specific attributes not working in certain contexts

## 2.8.3

### 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.3",
"version": "2.8.4",
"author": "withastro",
"license": "MIT",
"publisher": "astro-build",
Expand Down Expand Up @@ -196,8 +196,8 @@
"update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot"
},
"devDependencies": {
"@astrojs/language-server": "^2.8.3",
"@astrojs/ts-plugin": "^1.6.0",
"@astrojs/language-server": "^2.8.4",
"@astrojs/ts-plugin": "^1.6.1",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.8",
Expand Down
19 changes: 6 additions & 13 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 1fe7503

Please sign in to comment.