Version Packages (#195)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-05-13 12:28:04 -05:00 committed by GitHub
parent 06e2597dd9
commit a9f63c5c0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 43 additions and 65 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Added canonical URL and site globals for .astro files

View file

@ -1,2 +0,0 @@
---
---

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add CSS bundling

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
chore: Remove non-null assertions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix bug when building Svelte components

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix: wait for async operation to finish

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Allow renaming for default import components

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Bugfix: fixes double <pre> tags generated from markdown code blocks

View file

@ -1,6 +0,0 @@
---
'astro-languageserver': minor
'astro-vscode': minor
---
Adds support for import suggestions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Bugfix: Scoped CSS with pseudoclasses and direct children selectors

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
fix: build stuck on unhandled promise reject

View file

@ -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": {

View file

@ -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": {

View file

@ -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": "../.."

View file

@ -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",

View file

@ -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": {

View file

@ -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

View file

@ -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",

View file

@ -0,0 +1,6 @@
# astro-languageserver
## 0.4.0
### Minor Changes
- 06e2597: Adds support for import suggestions

View file

@ -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": {

View 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

View file

@ -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",

View file

@ -6,6 +6,6 @@
"build": "astro build ." "build": "astro build ."
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.0.12" "astro": "^0.0.13"
} }
} }