Skip to content

Commit

Permalink
Version Packages (#959)
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 Oct 4, 2024
1 parent 3a836de commit a38afdd
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-pots-bathe.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/grumpy-planes-sip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-dolphins-glow.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/astro-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @astrojs/check

## 0.9.4

### Patch Changes

- 6e62aaa: Upgrades chokidar to v4
- 5a44072: Fixes formatting not working by default in certain circumstances
- Updated dependencies [5a44072]
- Updated dependencies [3a836de]
- @astrojs/language-server@2.15.0

## 0.9.3

### 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,7 +1,7 @@
{
"name": "@astrojs/check",
"description": "Type checking and diagnostics for Astro projects",
"version": "0.9.3",
"version": "0.9.4",
"author": "withastro",
"license": "MIT",
"homepage": "https://github.com/withastro/language-tools/tree/main/packages/astro-check",
Expand All @@ -28,7 +28,7 @@
"test:match": "pnpm run test -g"
},
"dependencies": {
"@astrojs/language-server": "^2.14.1",
"@astrojs/language-server": "^2.15.0",
"chokidar": "^4.0.1",
"kleur": "^4.1.5",
"yargs": "^17.7.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @astrojs/language-server

## 2.15.0

### Minor Changes

- 3a836de: Allow disabling the handling of updating imports when files are renamed. This is now disabled by default in VS Code, as the Astro TypeScript plugin will handle it correctly.

### Patch Changes

- 5a44072: Fixes formatting not working by default in certain circumstances

## 2.14.2

### 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.14.2",
"version": "2.15.0",
"author": "withastro",
"license": "MIT",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# astro-vscode

## 2.15.0

### Minor Changes

- 3a836de: Allow disabling the handling of updating imports when files are renamed. This is now disabled by default in VS Code, as the Astro TypeScript plugin will handle it correctly.

### Patch Changes

- 5a44072: Fixes formatting not working by default in certain circumstances

## 2.14.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"color": "#17191E",
"theme": "dark"
},
"version": "2.14.2",
"version": "2.15.0",
"author": "withastro",
"license": "MIT",
"publisher": "astro-build",
Expand Down Expand Up @@ -247,7 +247,7 @@
"update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot"
},
"devDependencies": {
"@astrojs/language-server": "^2.14.2",
"@astrojs/language-server": "^2.15.0",
"@astrojs/ts-plugin": "^1.10.2",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 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 a38afdd

Please sign in to comment.