astro-vscode 2.16.8 → 2.16.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
 
2
- > astro-vscode@2.16.8 build /home/runner/work/astro/astro/packages/language-tools/vscode
2
+ > astro-vscode@2.16.9 build /home/runner/work/astro/astro/packages/language-tools/vscode
3
3
  > tsc && pnpm prebuild && node scripts/build.mjs -- --minify
4
4
 
5
5
 
6
- > astro-vscode@2.16.8 prebuild /home/runner/work/astro/astro/packages/language-tools/vscode
6
+ > astro-vscode@2.16.9 prebuild /home/runner/work/astro/astro/packages/language-tools/vscode
7
7
  > cd ../ts-plugin && pnpm build
8
8
 
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 2.16.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#15125](https://github.com/withastro/astro/pull/15125) [`6feb0d7`](https://github.com/withastro/astro/commit/6feb0d7bec1e333eb795ae0fc51516182a73eb2b) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fix "Find All References" and other TypeScript features by ensuring the plugin bundle is correctly included
8
+
9
+ - [#15125](https://github.com/withastro/astro/pull/15125) [`6feb0d7`](https://github.com/withastro/astro/commit/6feb0d7bec1e333eb795ae0fc51516182a73eb2b) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes syntax highlighting sometimes not working when the frontmatter or script tags ended with certain TypeScript constructs
10
+
11
+ - [#15496](https://github.com/withastro/astro/pull/15496) [`eb7cdda`](https://github.com/withastro/astro/commit/eb7cdda6837a8b28e279f668d0fe2a06f02f6990) Thanks [@matthewp](https://github.com/matthewp)! - Fix syntax highlighting for lowercase component tags that start with "style" or "script".
12
+
13
+ ## 2.16.9-beta.0
14
+
15
+ ### Patch Changes
16
+
17
+ - [#15496](https://github.com/withastro/astro/pull/15496) [`eb7cdda`](https://github.com/withastro/astro/commit/eb7cdda6837a8b28e279f668d0fe2a06f02f6990) Thanks [@matthewp](https://github.com/matthewp)! - Fix syntax highlighting for lowercase component tags that start with "style" or "script".
18
+
19
+ ## 2.16.9-beta.0
20
+
21
+ ### Patch Changes
22
+
23
+ - [#15125](https://github.com/withastro/astro/pull/15125) [`6feb0d7`](https://github.com/withastro/astro/commit/6feb0d7bec1e333eb795ae0fc51516182a73eb2b) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fix "Find All References" and other TypeScript features by ensuring the plugin bundle is correctly included
24
+
25
+ - [#15125](https://github.com/withastro/astro/pull/15125) [`6feb0d7`](https://github.com/withastro/astro/commit/6feb0d7bec1e333eb795ae0fc51516182a73eb2b) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes syntax highlighting sometimes not working when the frontmatter or script tags ended with certain TypeScript constructs
26
+
3
27
  ## 2.16.8
4
28
 
5
29
  ### Patch Changes
@@ -817,7 +841,7 @@ In the background, this update means that we now have to maintain a lot less cod
817
841
 
818
842
  ### Patch Changes
819
843
 
820
- - c4f7a36: Trying desesperately to figure deployment out
844
+ - c4f7a36: Trying desperately to figure deployment out
821
845
 
822
846
  ## 0.26.0
823
847