mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Enter prerelease (#278)
* chore: release vscode * chore: move astro-languageserver deps to devDeps * chore: enter pre
This commit is contained in:
parent
8d7abd0ede
commit
852ff05864
4 changed files with 37 additions and 4 deletions
27
.changeset/pre.json
Normal file
27
.changeset/pre.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"@example/astro-markdown": "0.0.1",
|
||||
"@example/blog": "0.0.1",
|
||||
"@example/doc": "0.0.1",
|
||||
"@example/kitchen-sink": "1.0.0",
|
||||
"@example/portfolio": "0.0.1",
|
||||
"@example/remote-markdown": "0.0.1",
|
||||
"@example/snowpack": "3.0.0",
|
||||
"@example/tailwindcss": "0.0.1",
|
||||
"astro": "0.11.0",
|
||||
"astro-parser": "0.11.0",
|
||||
"astro-prism": "0.0.2",
|
||||
"@astrojs/renderer-preact": "0.0.1",
|
||||
"@astrojs/renderer-react": "0.0.1",
|
||||
"@astrojs/renderer-svelte": "0.0.1",
|
||||
"@astrojs/renderer-vue": "0.0.1",
|
||||
"astro-scripts": "0.0.1",
|
||||
"astro-languageserver": "0.4.0",
|
||||
"astro-vscode": "0.4.3",
|
||||
"prettier-plugin-astro": "0.0.3",
|
||||
"www": "1.1.0"
|
||||
},
|
||||
"changesets": []
|
||||
}
|
|
@ -16,9 +16,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.11.0",
|
||||
"astro-scripts": "0.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro-scripts": "0.0.1",
|
||||
"source-map": "^0.7.3",
|
||||
"typescript": "^4.3.1-rc",
|
||||
"vscode-css-languageservice": "^5.1.1",
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
# astro-vscode
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Improve support for <Markdown> component
|
||||
- Bug fixes and improvements
|
||||
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"color": "#FFBE2D",
|
||||
"theme": "dark"
|
||||
},
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"author": "Astro",
|
||||
"license": "MIT",
|
||||
"publisher": "astro-build",
|
||||
|
|
Loading…
Reference in a new issue