Version Packages (#1271)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-09-01 15:58:14 -04:00 committed by GitHub
parent 231964f084
commit a923268da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 33 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Adds interfaces for built-in components

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Added a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't

View file

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

View file

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

View file

@ -12,7 +12,7 @@
"@docsearch/react": "^1.0.0-alpha.27"
},
"devDependencies": {
"astro": "^0.20.3",
"astro": "^0.20.4",
"@snowpack/plugin-dotenv": "^2.1.0"
},
"snowpack": {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.3"
"astro": "^0.20.4"
},
"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.3"
"astro": "^0.20.4"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.3",
"astro": "^0.20.4",
"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.3"
"astro": "^0.20.4"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# astro
## 0.20.4
### Patch Changes
- 231964f0: Adds interfaces for built-in components
## 0.20.3
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# create-astro
## 0.6.2
### Patch Changes
- 11a6f884: Added a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't
## 0.6.1
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"repository": {
"type": "git",

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.3"
"astro": "^0.20.4"
}
}