Version Packages (#951)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-03 10:49:20 -04:00 committed by GitHub
parent 07244a3782
commit 9cf7ca1029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 33 additions and 35 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Exclude remote srcset URLs

View file

@ -1,5 +0,0 @@
---
'create-astro': minor
---
forced degit template extraction in case of non empty installation directory

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Makes Astro.request available in Astro components

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5",
"astro": "^0.18.6",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -18,7 +18,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5",
"astro": "^0.18.6",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -8,7 +8,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.18.5"
"astro": "^0.18.6"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,12 @@
# astro
## 0.18.6
### Patch Changes
- 27672096: Exclude remote srcset URLs
- 03349560: Makes Astro.request available in Astro components
## 0.18.5
### Patch Changes

View file

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

View file

@ -1,5 +1,11 @@
# create-astro
## 0.6.0
### Minor Changes
- cf4c97cf: forced degit template extraction in case of non empty installation directory
## 0.5.2
### Patch Changes

View file

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

View file

@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.5"
"astro": "^0.18.6"
}
}