Version Packages (#999)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-03 15:17:37 -04:00 committed by GitHub
parent f7e86150e0
commit 57b736211a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 36 additions and 36 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes issue with head content being rendered in the wrong place

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-preact': patch
---
Fix an issue where preact component UI wouldn't update on hydrate

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Makes `fetch` available in all framework components

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.6"
"astro": "^0.18.7"
},
"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.6"
"astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.6",
"astro": "^0.18.7",
"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.6"
"astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

@ -1,5 +1,14 @@
# astro
## 0.18.7
### Patch Changes
- 268a36f3: Fixes issue with head content being rendered in the wrong place
- 39df7952: Makes `fetch` available in all framework components
- Updated dependencies [f7e86150]
- @astrojs/renderer-preact@0.2.1
## 0.18.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.18.6",
"version": "0.18.7",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -46,7 +46,7 @@
"@astrojs/markdown-support": "0.2.3",
"@astrojs/parser": "0.18.5",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.0",
"@astrojs/renderer-preact": "0.2.1",
"@astrojs/renderer-react": "0.2.0",
"@astrojs/renderer-svelte": "0.1.1",
"@astrojs/renderer-vue": "0.1.6",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-preact
## 0.2.1
### Patch Changes
- f7e86150: Fix an issue where preact component UI wouldn't update on hydrate
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-preact",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"exports": {
".": "./index.js",

View file

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