Version Packages (#195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
06e2597dd9
commit
a9f63c5c0c
23 changed files with 43 additions and 65 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added canonical URL and site globals for .astro files
|
|
|
@ -1,2 +0,0 @@
|
||||||
---
|
|
||||||
---
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add CSS bundling
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
chore: Remove non-null assertions
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix bug when building Svelte components
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix: wait for async operation to finish
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Allow renaming for default import components
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Bugfix: fixes double <pre> tags generated from markdown code blocks
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'astro-languageserver': minor
|
|
||||||
'astro-vscode': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Adds support for import suggestions
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Bugfix: Scoped CSS with pseudoclasses and direct children selectors
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: build stuck on unhandled promise reject
|
|
|
@ -8,7 +8,7 @@
|
||||||
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.0.12",
|
"astro": "^0.0.13",
|
||||||
"nodemon": "^2.0.7"
|
"nodemon": "^2.0.7"
|
||||||
},
|
},
|
||||||
"snowpack": {
|
"snowpack": {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.0.12",
|
"astro": "^0.0.13",
|
||||||
"nodemon": "^2.0.7"
|
"nodemon": "^2.0.7"
|
||||||
},
|
},
|
||||||
"snowpack": {
|
"snowpack": {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.0.12"
|
"astro": "^0.0.13"
|
||||||
},
|
},
|
||||||
"snowpack": {
|
"snowpack": {
|
||||||
"workspaceRoot": "../.."
|
"workspaceRoot": "../.."
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"lint": "prettier --check \"src/**/*.js\""
|
"lint": "prettier --check \"src/**/*.js\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^0.0.12",
|
"astro": "^0.0.13",
|
||||||
"date-fns": "^2.19.0",
|
"date-fns": "^2.19.0",
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"docsearch.js": "^2.6.3",
|
"docsearch.js": "^2.6.3",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
|
||||||
"@contentful/rich-text-html-renderer": "^14.1.2",
|
"@contentful/rich-text-html-renderer": "^14.1.2",
|
||||||
"@contentful/rich-text-types": "^14.1.2",
|
"@contentful/rich-text-types": "^14.1.2",
|
||||||
"astro": "^0.0.12",
|
"astro": "^0.0.13",
|
||||||
"eleventy-plugin-nesting-toc": "^1.2.0",
|
"eleventy-plugin-nesting-toc": "^1.2.0",
|
||||||
"luxon": "^1.25.0",
|
"luxon": "^1.25.0",
|
||||||
"markdown-it": "^12.0.2",
|
"markdown-it": "^12.0.2",
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.0.12",
|
"astro": "^0.0.13",
|
||||||
"tailwindcss": "^2.1.1"
|
"tailwindcss": "^2.1.1"
|
||||||
},
|
},
|
||||||
"snowpack": {
|
"snowpack": {
|
||||||
|
|
|
@ -1,5 +1,19 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 0.0.13
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 7184149: Added canonical URL and site globals for .astro files
|
||||||
|
- b81abd5: Add CSS bundling
|
||||||
|
- 7b55d3d: chore: Remove non-null assertions
|
||||||
|
- 000464b: Fix bug when building Svelte components
|
||||||
|
- 95b1733: Fix: wait for async operation to finish
|
||||||
|
- e0a4f5f: Allow renaming for default import components
|
||||||
|
- 9feffda: Bugfix: fixes double <pre> tags generated from markdown code blocks
|
||||||
|
- 87ab4c6: Bugfix: Scoped CSS with pseudoclasses and direct children selectors
|
||||||
|
- e0fc2ca: fix: build stuck on unhandled promise reject
|
||||||
|
|
||||||
## 0.0.11
|
## 0.0.11
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"author": "Skypack",
|
"author": "Skypack",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
6
tools/astro-languageserver/CHANGELOG.md
Normal file
6
tools/astro-languageserver/CHANGELOG.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# astro-languageserver
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 06e2597: Adds support for import suggestions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro-languageserver",
|
"name": "astro-languageserver",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"author": "Skypack",
|
"author": "Skypack",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"dev": "astro-scripts dev 'src/index.ts'"
|
"dev": "astro-scripts dev 'src/index.ts'"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.0.12",
|
"astro": "^0.0.13",
|
||||||
"astro-scripts": "0.0.1"
|
"astro-scripts": "0.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
11
tools/astro-vscode/CHANGELOG.md
Normal file
11
tools/astro-vscode/CHANGELOG.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# astro-vscode
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 06e2597: Adds support for import suggestions
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [06e2597]
|
||||||
|
- astro-languageserver@0.4.0
|
|
@ -8,7 +8,7 @@
|
||||||
"color": "#FF5D01",
|
"color": "#FF5D01",
|
||||||
"theme": "dark"
|
"theme": "dark"
|
||||||
},
|
},
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"author": "Astro",
|
"author": "Astro",
|
||||||
"publisher": "astro-build",
|
"publisher": "astro-build",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"vscode-languageclient": "~7.0.0",
|
"vscode-languageclient": "~7.0.0",
|
||||||
"vscode-html-languageservice": "^3.0.3",
|
"vscode-html-languageservice": "^3.0.3",
|
||||||
"vscode-emmet-helper": "2.1.2",
|
"vscode-emmet-helper": "2.1.2",
|
||||||
"astro-languageserver": "0.3.0"
|
"astro-languageserver": "0.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro-scripts": "0.0.1",
|
"astro-scripts": "0.0.1",
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"build": "astro build ."
|
"build": "astro build ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.0.12"
|
"astro": "^0.0.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue