summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/pre.json3
-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-svelte/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/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.md10
-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
25 files changed, 42 insertions, 23 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 7c8a70640..e216b0eec 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -46,6 +46,7 @@
"curvy-years-kiss",
"dull-bikes-doubt",
"dull-steaks-dance",
+ "four-kids-melt",
"giant-shirts-sing",
"heavy-boxes-deliver",
"little-dogs-help",
@@ -55,6 +56,7 @@
"quick-cheetahs-itch",
"real-cats-act",
"serious-knives-hug",
+ "seven-bottles-warn",
"shaggy-guests-type",
"silly-apples-build",
"silly-peas-battle",
@@ -62,6 +64,7 @@
"tiny-bulldogs-lie",
"twelve-oranges-approve",
"twenty-rabbits-repeat",
+ "two-ducks-sit",
"young-steaks-report"
]
}
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 355036564..ca0fe4092 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index b77a02868..bf0439aaa 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 65e8085c0..82982e92d 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.21.0-next.7",
+ "astro": "^0.21.0-next.8",
"@snowpack/plugin-dotenv": "^2.1.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 74ad50748..0d72d27e3 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.2.0-next.0",
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index aec9c00c3..76ba56ef0 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index d5c13bc3c..0ff10f393 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index c32020a4b..96a7a1542 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index c0e2e36fe..876b029bb 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 676d5fb6c..d43065c45 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 707f6eef4..7ac6037b8 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 0c04ca2e1..26aa20af5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 1f86297bd..cf1ca8b11 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index cfdbec705..6ef977bd1 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 4dbda0114..175e9ea62 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 603f64ccc..f110701ad 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 65949e563..f4a0aa39a 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.21.0-next.7",
+ "astro": "^0.21.0-next.8",
"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 c91e8ce6e..6b16d88dd 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index d258d50cc..c26364f80 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,6 +13,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.2.0-next.1",
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 1b779c923..0010011bd 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7",
+ "astro": "^0.21.0-next.8",
"autoprefixer": "^10.4.0",
"tailwindcss": "^2.2.19"
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 6992785b8..594aae897 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,15 @@
# astro
+## 0.21.0-next.8
+
+### Patch Changes
+
+- c82ceff7: Bug fix for Debug when passed JSON contain HTML strings
+- 53d9cf5e: Fixes dev server not stopping cleanly
+- 8986d33b: Improve error display
+- Updated dependencies [8986d33b]
+ - @astrojs/renderer-vue@0.2.0-next.2
+
## 0.21.0-next.7
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 7e35ceab3..f938488d8 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.7",
+ "version": "0.21.0-next.8",
"author": "Skypack",
"license": "MIT",
"type": "module",
@@ -60,7 +60,7 @@
"@astrojs/renderer-preact": "^0.3.0-next.1",
"@astrojs/renderer-react": "0.3.0-next.1",
"@astrojs/renderer-svelte": "0.2.0-next.1",
- "@astrojs/renderer-vue": "0.2.0-next.1",
+ "@astrojs/renderer-vue": "0.2.0-next.2",
"@babel/core": "^7.15.8",
"@babel/traverse": "^7.15.4",
"@proload/core": "^0.2.1",
diff --git a/packages/renderers/renderer-vue/CHANGELOG.md b/packages/renderers/renderer-vue/CHANGELOG.md
index 3fdd0398d..57e6c5d91 100644
--- a/packages/renderers/renderer-vue/CHANGELOG.md
+++ b/packages/renderers/renderer-vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/renderer-vue
+## 0.2.0-next.2
+
+### Patch Changes
+
+- 8986d33b: Improve error display
+
## 0.2.0-next.1
### Patch Changes
diff --git a/packages/renderers/renderer-vue/package.json b/packages/renderers/renderer-vue/package.json
index e21c42972..e91833be7 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.2.0-next.1",
+ "version": "0.2.0-next.2",
"type": "module",
"exports": {
".": "./index.js",
diff --git a/www/package.json b/www/package.json
index bb0fe0a7e..b3e9424fa 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.21.0-next.7"
+ "astro": "^0.21.0-next.8"
}
}