Skip to content

Commit 7523a1f

Browse files
[ci] release (#14907)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4812a09 commit 7523a1f

File tree

11 files changed

+39
-23
lines changed

11 files changed

+39
-23
lines changed

.changeset/real-actors-peel.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/solid-lies-open.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/language-tools/astro-check/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @astrojs/check
22

3+
## 0.9.6
4+
5+
### Patch Changes
6+
7+
- [#14740](https://github.com/withastro/astro/pull/14740) [`abfed97`](https://github.com/withastro/astro/commit/abfed97d45ab04c625d6463f9be1e5b1d23c3573) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Fixes link targets in documentation following repository relocation.
8+
9+
- Updated dependencies [[`abfed97`](https://github.com/withastro/astro/commit/abfed97d45ab04c625d6463f9be1e5b1d23c3573)]:
10+
- @astrojs/language-server@2.16.1
11+
312
## 0.9.5
413

514
### Patch Changes

packages/language-tools/astro-check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/check",
33
"description": "Type checking and diagnostics for Astro projects",
4-
"version": "0.9.5",
4+
"version": "0.9.6",
55
"author": "withastro",
66
"license": "MIT",
77
"homepage": "https://github.com/withastro/astro/tree/main/packages/language-tools/astro-check",
@@ -27,7 +27,7 @@
2727
"test": "astro-scripts test \"**/*.test.ts\" --tsx true"
2828
},
2929
"dependencies": {
30-
"@astrojs/language-server": "^2.15.0",
30+
"@astrojs/language-server": "^2.16.1",
3131
"chokidar": "^4.0.1",
3232
"kleur": "^4.1.5",
3333
"yargs": "^17.7.2"

packages/language-tools/language-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/language-server
22

3+
## 2.16.1
4+
5+
### Patch Changes
6+
7+
- [#14740](https://github.com/withastro/astro/pull/14740) [`abfed97`](https://github.com/withastro/astro/commit/abfed97d45ab04c625d6463f9be1e5b1d23c3573) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Fixes link targets in documentation following repository relocation.
8+
39
## 2.16.0
410

511
### Minor Changes

packages/language-tools/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/language-server",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
44
"author": "withastro",
55
"license": "MIT",
66
"repository": {

packages/language-tools/ts-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/ts-plugin
22

3+
## 1.10.6
4+
5+
### Patch Changes
6+
7+
- [#14740](https://github.com/withastro/astro/pull/14740) [`abfed97`](https://github.com/withastro/astro/commit/abfed97d45ab04c625d6463f9be1e5b1d23c3573) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Fixes link targets in documentation following repository relocation.
8+
39
## 1.10.5
410

511
### Patch Changes

packages/language-tools/ts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/ts-plugin",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"description": "A TypeScript Plugin providing Astro intellisense",
55
"main": "dist/index.js",
66
"type": "commonjs",

packages/language-tools/vscode/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# astro-vscode
22

3+
## 2.16.1
4+
5+
### Patch Changes
6+
7+
- [#14740](https://github.com/withastro/astro/pull/14740) [`abfed97`](https://github.com/withastro/astro/commit/abfed97d45ab04c625d6463f9be1e5b1d23c3573) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Fixes link targets in documentation following repository relocation.
8+
9+
- [#14710](https://github.com/withastro/astro/pull/14710) [`c6903cd`](https://github.com/withastro/astro/commit/c6903cd6ce20e17d6604ea3412bd66ea8387d079) Thanks [@RomanHauksson](https://github.com/RomanHauksson)! - Fixes the displayed description for the Content-intellisense setting to refer to the correct configuration file option
10+
311
## 2.16.0
412

513
### Minor Changes

packages/language-tools/vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"color": "#17191E",
2525
"theme": "dark"
2626
},
27-
"version": "2.16.0",
27+
"version": "2.16.1",
2828
"author": "withastro",
2929
"license": "MIT",
3030
"publisher": "astro-build",
@@ -246,8 +246,8 @@
246246
"update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot"
247247
},
248248
"devDependencies": {
249-
"@astrojs/language-server": "^2.16.0",
250-
"@astrojs/ts-plugin": "^1.10.5",
249+
"@astrojs/language-server": "^2.16.1",
250+
"@astrojs/ts-plugin": "^1.10.6",
251251
"@types/glob": "^8.1.0",
252252
"@types/mocha": "^10.0.1",
253253
"@types/node": "^20.9.0",

0 commit comments

Comments
 (0)