summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/slow-zoos-hide.md5
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md7
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/renderers/renderer-vue/CHANGELOG.md6
-rw-r--r--packages/renderers/renderer-vue/package.json2
-rw-r--r--www/package.json2
23 files changed, 34 insertions, 26 deletions
diff --git a/.changeset/slow-zoos-hide.md b/.changeset/slow-zoos-hide.md
deleted file mode 100644
index eb4cc32a8..000000000
--- a/.changeset/slow-zoos-hide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/renderer-vue': patch
----
-
-Expose name on host component for Vue devtools
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 108ac29fb..05de3e6d1 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index d9d8a9670..2d2a048f0 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 2669470fe..bd1a861c0 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -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": {
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index af356e6eb..b6552b8f4 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.2",
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 4ec6696d9..2c228a076 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11",
+ "astro": "^0.20.12",
"@astrojs/renderer-solid": "^0.1.1"
},
"snowpack": {
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 603fe9811..493f037a8 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 8cee23b3b..548557cb5 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 79724d4e1..1d6b9a5b1 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11",
+ "astro": "^0.20.12",
"@astrojs/renderer-solid": "0.1.1"
},
"snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 230e384ec..eae4ab4ab 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index fc43f6b9b..0e6732635 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index e86030697..c3a8588b6 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 012f3460c..49b222b20 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 42692e1b3..aceb6e548 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index d517fab74..21dd7ad8e 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -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",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index af9ef6506..934f91436 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 88de83b25..79db2295b 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"dependencies": {
"nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 1bba68f5b..016c6bf57 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index d220b31a2..87224b372 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro
+## 0.20.12
+
+### Patch Changes
+
+- Updated dependencies [31d06880]
+ - @astrojs/renderer-vue@0.1.9
+
## 0.20.11
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index e628ed657..3798fef27 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -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",
diff --git a/packages/renderers/renderer-vue/CHANGELOG.md b/packages/renderers/renderer-vue/CHANGELOG.md
index 0dfb6fd78..ef1650304 100644
--- a/packages/renderers/renderer-vue/CHANGELOG.md
+++ b/packages/renderers/renderer-vue/CHANGELOG.md
@@ -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
diff --git a/packages/renderers/renderer-vue/package.json b/packages/renderers/renderer-vue/package.json
index 30308435e..7cece6803 100644
--- a/packages/renderers/renderer-vue/package.json
+++ b/packages/renderers/renderer-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-vue",
- "version": "0.1.8",
+ "version": "0.1.9",
"type": "module",
"exports": {
".": "./index.js",
diff --git a/www/package.json b/www/package.json
index cfd607c7a..0dd608de8 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.20.11"
+ "astro": "^0.20.12"
}
}