diff options
author | 2021-09-09 10:53:52 -0700 | |
---|---|---|
committer | 2021-09-09 10:53:52 -0700 | |
commit | b03f8771020f0784472d5d8898dcd360e8e13f45 (patch) | |
tree | 13f331dd61afd7920bec481e54cf50e163b940b2 | |
parent | dcf94bc3524cacb4e4ebae458d0631bd6d58cd02 (diff) | |
download | astro-b03f8771020f0784472d5d8898dcd360e8e13f45.tar.gz astro-b03f8771020f0784472d5d8898dcd360e8e13f45.tar.zst astro-b03f8771020f0784472d5d8898dcd360e8e13f45.zip |
Revert "Version Packages (#1303)"
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
29 files changed, 53 insertions, 42 deletions
diff --git a/.changeset/cuddly-feet-hug.md b/.changeset/cuddly-feet-hug.md new file mode 100644 index 000000000..6cba0d466 --- /dev/null +++ b/.changeset/cuddly-feet-hug.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add human readable config verification errors diff --git a/.changeset/few-lies-march.md b/.changeset/few-lies-march.md new file mode 100644 index 000000000..595a562c0 --- /dev/null +++ b/.changeset/few-lies-march.md @@ -0,0 +1,5 @@ +--- +'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 new file mode 100644 index 000000000..ed8475164 --- /dev/null +++ b/.changeset/four-plums-train.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/markdown-support': patch +--- + +Fix parsing of an empty `<pre></pre>` 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 new file mode 100644 index 000000000..49c3f59ac --- /dev/null +++ b/.changeset/perfect-emus-hear.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add new `<Code>` component, powered by the more modern shiki syntax highlighter. diff --git a/.changeset/serious-icons-invent.md b/.changeset/serious-icons-invent.md new file mode 100644 index 000000000..5325a34d7 --- /dev/null +++ b/.changeset/serious-icons-invent.md @@ -0,0 +1,5 @@ +--- +'@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 new file mode 100644 index 000000000..76c43d04b --- /dev/null +++ b/.changeset/silver-icons-hope.md @@ -0,0 +1,5 @@ +--- +'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 f16fbc013..899294217 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.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/blog/package.json b/examples/blog/package.json index d6ad943b5..e9ab01903 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/docs/package.json b/examples/docs/package.json index e0e232381..fbe9a654c 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.5", + "astro": "^0.20.4", "@snowpack/plugin-dotenv": "^2.1.0" }, "snowpack": { diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index ab642bd8b..6af44efa6 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.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 950a32706..1f5702cdb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5", + "astro": "^0.20.4", "@astrojs/renderer-solid": "^0.1.0" }, "snowpack": { diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index d5ba6e873..0fc86c5e2 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index d34fdbbfc..e5a04e40e 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index be40510f7..b4c45c7cb 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5", + "astro": "^0.20.4", "@astrojs/renderer-solid": "0.1.0" }, "snowpack": { diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 282a7ffc8..603284e4b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index ce3e0ab32..a95bf238b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 468f13123..07aae9a93 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index eb28f0ecb..1920350eb 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json index 8ebf903c4..25e05b64d 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.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/starter/package.json b/examples/starter/package.json index 80dbba551..52f4d889a 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index e1da3c821..5145f9922 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.5", + "astro": "^0.20.4", "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 86eb9518a..daa03363f 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 7d3de0c3e..e79b570dc 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" }, "dependencies": { "nanostores": "^0.3.3" diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 144800d34..d0d681b72 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.5" + "astro": "^0.20.4" }, "snowpack": { "workspaceRoot": "../.." diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 03c3a366a..1a3f4a277 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,18 +1,5 @@ # astro -## 0.20.5 - -### Patch Changes - -- 3b4bbdc9: Add human readable config verification errors -- b668117c: Sitemaps will not create entries for 404.html pages -- 00fd7ca4: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child -- e282e8e4: Add new `<Code>` component, powered by the more modern shiki syntax highlighter. -- ac2c00e9: Fix astro bin bug in some pre-ESM versions of Node v14.x -- Updated dependencies [00fd7ca4] -- Updated dependencies [7cb31c6e] - - @astrojs/markdown-support@0.3.1 - ## 0.20.4 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 702d7ed57..d170bd133 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.20.5", + "version": "0.20.4", "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.1", + "@astrojs/markdown-support": "0.3.0", "@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 90457471a..d08ed3e4e 100644 --- a/packages/markdown-support/CHANGELOG.md +++ b/packages/markdown-support/CHANGELOG.md @@ -1,12 +1,5 @@ # @astrojs/markdown-support -## 0.3.1 - -### Patch Changes - -- 00fd7ca4: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child -- 7cb31c6e: 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 3c2714ec6..8eb6dca25 100644 --- a/packages/markdown-support/package.json +++ b/packages/markdown-support/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-support", - "version": "0.3.1", + "version": "0.3.0", "main": "./dist/index.js", "type": "module", "repository": { diff --git a/www/package.json b/www/package.json index e094532ec..318c34f14 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.5" + "astro": "^0.20.4" } } |