Version Packages (#940)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-07-30 10:19:00 -04:00 committed by GitHub
parent fadb652b95
commit 001594faa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 45 additions and 34 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/parser': patch
---
Prevents locking up checking for --- inside of the HTML portion

View file

@ -1,6 +0,0 @@
---
"@astrojs/renderer-vue": patch
"astro": patch
---
Fix Vue components nesting

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.4"
"astro": "^0.18.5"
},
"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.4"
"astro": "^0.18.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
"astro": "^0.18.4",
"astro": "^0.18.5",
"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.4"
"astro": "^0.18.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

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

View file

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

View file

@ -1,5 +1,11 @@
# @astrojs/parser
## 0.18.5
### Patch Changes
- cd2b5df4: Prevents locking up checking for --- inside of the HTML portion
## 0.18.0
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
"version": "0.18.0",
"version": "0.18.5",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",

View file

@ -1,5 +1,15 @@
# astro
## 0.18.5
### Patch Changes
- a1491cc6: Fix Vue components nesting
- Updated dependencies [cd2b5df4]
- Updated dependencies [a1491cc6]
- @astrojs/parser@0.18.5
- @astrojs/renderer-vue@0.1.6
## 0.18.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.18.4",
"version": "0.18.5",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -44,12 +44,12 @@
},
"dependencies": {
"@astrojs/markdown-support": "0.2.3",
"@astrojs/parser": "0.18.0",
"@astrojs/parser": "0.18.5",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.0",
"@astrojs/renderer-react": "0.2.0",
"@astrojs/renderer-svelte": "0.1.1",
"@astrojs/renderer-vue": "0.1.5",
"@astrojs/renderer-vue": "0.1.6",
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.14.6",
"@babel/generator": "^7.13.9",

View file

@ -1,5 +1,11 @@
# @astrojs/renderer-vue
## 0.1.6
### Patch Changes
- a1491cc6: Fix Vue components nesting
## 0.1.5
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-vue",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",
"exports": {
".": "./index.js",

View file

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