astro-vscode 2.16.8 → 2.16.9-beta.0

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-beta.0 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-beta.0 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,19 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 2.16.9-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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".
8
+
9
+ ## 2.16.9-beta.0
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
15
+ - [#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
16
+
3
17
  ## 2.16.8
4
18
 
5
19
  ### Patch Changes