astro-vscode 0.9.0 → 0.9.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # astro-vscode
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - c4d43b4: Deploy to OpenVSX
8
+ - Updated dependencies [c4d43b4]
9
+ - @astrojs/language-server@0.9.3
10
+
11
+ ## 0.9.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 91404d1: Enable publishing to OpenVSX
16
+ - Updated dependencies [91404d1]
17
+ - @astrojs/language-server@0.9.2
18
+
19
+ ## 0.9.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 7dc85cc: Add support for Emmet inside components, upgrade Emmet version
24
+ - Updated dependencies [7dc85cc]
25
+ - @astrojs/language-server@0.9.1
26
+
3
27
  ## 0.9.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "color": "#FFBE2D",
9
9
  "theme": "dark"
10
10
  },
11
- "version": "0.9.0",
11
+ "version": "0.9.3",
12
12
  "author": "withastro",
13
13
  "license": "MIT",
14
14
  "publisher": "astro-build",
@@ -24,10 +24,8 @@
24
24
  "onLanguage:astro"
25
25
  ],
26
26
  "dependencies": {
27
- "@astrojs/language-server": "0.9.0",
27
+ "@astrojs/language-server": "0.9.3",
28
28
  "@astrojs/ts-plugin": "0.2.0",
29
- "vscode-emmet-helper": "2.1.2",
30
- "vscode-html-languageservice": "^3.0.3",
31
29
  "vscode-languageclient": "~7.0.0"
32
30
  },
33
31
  "devDependencies": {