From 2847ff538280c97df2992dae72af20f19b083b67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:57:16 -0700 Subject: [PATCH] Version Packages (#1344) Co-authored-by: github-actions[bot] --- .changeset/cuddly-feet-hug.md | 5 ----- .changeset/few-lies-march.md | 5 ----- .changeset/four-plums-train.md | 6 ------ .changeset/perfect-emus-hear.md | 5 ----- .changeset/serious-icons-invent.md | 5 ----- .changeset/silver-icons-hope.md | 5 ----- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/docs/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/snowpack/package.json | 2 +- examples/starter/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- packages/astro/CHANGELOG.md | 13 +++++++++++++ packages/astro/package.json | 4 ++-- packages/markdown-support/CHANGELOG.md | 7 +++++++ packages/markdown-support/package.json | 2 +- www/package.json | 2 +- 29 files changed, 42 insertions(+), 53 deletions(-) delete mode 100644 .changeset/cuddly-feet-hug.md delete mode 100644 .changeset/few-lies-march.md delete mode 100644 .changeset/four-plums-train.md delete mode 100644 .changeset/perfect-emus-hear.md delete mode 100644 .changeset/serious-icons-invent.md delete mode 100644 .changeset/silver-icons-hope.md diff --git a/.changeset/cuddly-feet-hug.md b/.changeset/cuddly-feet-hug.md deleted file mode 100644 index 6cba0d466..000000000 --- a/.changeset/cuddly-feet-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add human readable config verification errors diff --git a/.changeset/few-lies-march.md b/.changeset/few-lies-march.md deleted file mode 100644 index 595a562c0..000000000 --- a/.changeset/few-lies-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Sitemaps will not create entries for 404.html pages diff --git a/.changeset/four-plums-train.md b/.changeset/four-plums-train.md deleted file mode 100644 index ed8475164..000000000 --- a/.changeset/four-plums-train.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-support': patch ---- - -Fix parsing of an empty `
` tag in markdown files, which expected the pre tag to have a child
diff --git a/.changeset/perfect-emus-hear.md b/.changeset/perfect-emus-hear.md
deleted file mode 100644
index 49c3f59ac..000000000
--- a/.changeset/perfect-emus-hear.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add new `` component, powered by the more modern shiki syntax highlighter.
diff --git a/.changeset/serious-icons-invent.md b/.changeset/serious-icons-invent.md
deleted file mode 100644
index 5325a34d7..000000000
--- a/.changeset/serious-icons-invent.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdown-support': patch
----
-
-Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types
diff --git a/.changeset/silver-icons-hope.md b/.changeset/silver-icons-hope.md
deleted file mode 100644
index 76c43d04b..000000000
--- a/.changeset/silver-icons-hope.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix astro bin bug in some pre-ESM versions of Node v14.x
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 899294217..f16fbc013 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.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index e9ab01903..d6ad943b5 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index fbe9a654c..e0e232381 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.4",
+    "astro": "^0.20.5",
     "@snowpack/plugin-dotenv": "^2.1.0"
   },
   "snowpack": {
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 6af44efa6..ab642bd8b 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
   },
   "devDependencies": {
     "@astrojs/renderer-lit": "^0.1.0",
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 1f5702cdb..950a32706 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4",
+    "astro": "^0.20.5",
     "@astrojs/renderer-solid": "^0.1.0"
   },
   "snowpack": {
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 0fc86c5e2..d5ba6e873 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index e5a04e40e..d34fdbbfc 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index b4c45c7cb..be40510f7 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4",
+    "astro": "^0.20.5",
     "@astrojs/renderer-solid": "0.1.0"
   },
   "snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 603284e4b..282a7ffc8 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index a95bf238b..ce3e0ab32 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 07aae9a93..468f13123 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 1920350eb..eb28f0ecb 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 25e05b64d..8ebf903c4 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -19,7 +19,7 @@
   "devDependencies": {
     "@contentful/rich-text-html-renderer": "^14.1.2",
     "@contentful/rich-text-types": "^14.1.2",
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 52f4d889a..80dbba551 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 5145f9922..e1da3c821 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.4",
+    "astro": "^0.20.5",
     "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 daa03363f..86eb9518a 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index e79b570dc..7d3de0c3e 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -9,7 +9,7 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   },
   "dependencies": {
     "nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index d0d681b72..144800d34 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.4"
+    "astro": "^0.20.5"
   },
   "snowpack": {
     "workspaceRoot": "../.."
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 1a3f4a277..f201ebf9f 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,18 @@
 # astro
 
+## 0.20.5
+
+### Patch Changes
+
+- b03f8771: Add human readable config verification errors
+- b03f8771: Sitemaps will not create entries for 404.html pages
+- b03f8771: Fix parsing of an empty `
` tag in markdown files, which expected the pre tag to have a child
+- b03f8771: Add new `` component, powered by the more modern shiki syntax highlighter.
+- b03f8771: Fix astro bin bug in some pre-ESM versions of Node v14.x
+- Updated dependencies [b03f8771]
+- Updated dependencies [b03f8771]
+  - @astrojs/markdown-support@0.3.1
+
 ## 0.20.4
 
 ### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index d170bd133..702d7ed57 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
 {
   "name": "astro",
-  "version": "0.20.4",
+  "version": "0.20.5",
   "author": "Skypack",
   "license": "MIT",
   "type": "module",
@@ -44,7 +44,7 @@
     "test": "uvu test -i fixtures -i benchmark -i test-utils.js"
   },
   "dependencies": {
-    "@astrojs/markdown-support": "0.3.0",
+    "@astrojs/markdown-support": "0.3.1",
     "@astrojs/parser": "0.20.2",
     "@astrojs/prism": "0.2.2",
     "@astrojs/renderer-preact": "0.2.1",
diff --git a/packages/markdown-support/CHANGELOG.md b/packages/markdown-support/CHANGELOG.md
index d08ed3e4e..eff4e46a6 100644
--- a/packages/markdown-support/CHANGELOG.md
+++ b/packages/markdown-support/CHANGELOG.md
@@ -1,5 +1,12 @@
 # @astrojs/markdown-support
 
+## 0.3.1
+
+### Patch Changes
+
+- b03f8771: Fix parsing of an empty `
` tag in markdown files, which expected the pre tag to have a child
+- b03f8771: Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types
+
 ## 0.3.0
 
 ### Minor Changes
diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json
index 8eb6dca25..3c2714ec6 100644
--- a/packages/markdown-support/package.json
+++ b/packages/markdown-support/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astrojs/markdown-support",
-  "version": "0.3.0",
+  "version": "0.3.1",
   "main": "./dist/index.js",
   "type": "module",
   "repository": {
diff --git a/www/package.json b/www/package.json
index 318c34f14..e094532ec 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
     "preview": "astro preview"
   },
   "devDependencies": {
-    "astro": "^0.20.4"
+    "astro": "^0.20.5"
   }
 }