astro-vscode 0.12.1 → 0.13.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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# astro-vscode
|
|
2
2
|
|
|
3
|
+
## 0.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 82b8891: Add HTML hover info, fix Astro directives producing errors, fix missing children property for JSX based frameworks
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [9f4f907]
|
|
12
|
+
- Updated dependencies [82b8891]
|
|
13
|
+
- Updated dependencies [c09116f]
|
|
14
|
+
- @astrojs/language-server@0.13.0
|
|
15
|
+
|
|
3
16
|
## 0.12.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"color": "#FFBE2D",
|
|
9
9
|
"theme": "dark"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.
|
|
11
|
+
"version": "0.13.0",
|
|
12
12
|
"author": "withastro",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"publisher": "astro-build",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"onLanguage:astro"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@astrojs/language-server": "0.
|
|
28
|
+
"@astrojs/language-server": "0.13.0",
|
|
29
29
|
"@astrojs/ts-plugin": "0.2.1",
|
|
30
30
|
"vscode-languageclient": "~7.0.0"
|
|
31
31
|
},
|