Version Packages (#1239)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-26 15:20:38 -04:00 committed by GitHub
parent 59cc62f7bd
commit 84c18d3030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 26 additions and 25 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add a new "astro preview" command

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0",
"astro": "^0.20.1",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -19,7 +19,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0",
"astro": "^0.20.1",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-toc": "^3.0.2",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.20.0"
"astro": "^0.20.1"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,11 @@
# astro
## 0.20.1
### Patch Changes
- ff92be63: Add a new "astro preview" command
## 0.20.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.20.0",
"version": "0.20.1",
"author": "Skypack",
"license": "MIT",
"type": "module",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.0"
"astro": "^0.20.1"
}
}