Version Packages (#1557)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-10-14 15:13:13 -04:00 committed by GitHub
parent 31d0688016
commit b7a4542103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 34 additions and 26 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/renderer-vue': patch
---
Expose name on host component for Vue devtools

View file

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

View file

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

View file

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

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.2",
"astro": "^0.20.11"
"astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.11",
"astro": "^0.20.12",
"@astrojs/renderer-solid": "^0.1.1"
},
"snowpack": {

View file

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

View file

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

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.11",
"astro": "^0.20.12",
"@astrojs/renderer-solid": "0.1.1"
},
"snowpack": {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,12 @@
# astro
## 0.20.12
### Patch Changes
- Updated dependencies [31d06880]
- @astrojs/renderer-vue@0.1.9
## 0.20.11
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.20.11",
"version": "0.20.12",
"author": "Skypack",
"license": "MIT",
"type": "module",
@ -51,7 +51,7 @@
"@astrojs/renderer-preact": "0.2.2",
"@astrojs/renderer-react": "0.2.2",
"@astrojs/renderer-svelte": "0.1.2",
"@astrojs/renderer-vue": "0.1.8",
"@astrojs/renderer-vue": "0.1.9",
"@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.9
### Patch Changes
- 31d06880: Expose name on host component for Vue devtools
## 0.1.8
### Patch Changes

View file

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

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.11"
"astro": "^0.20.12"
}
}