diff --git a/.changeset/pre.json b/.changeset/pre.json index a3acc065e..b897ca9b5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -48,8 +48,10 @@ "dull-steaks-dance", "few-pumpkins-report", "four-kids-melt", + "giant-beds-cough", "giant-shirts-sing", "heavy-boxes-deliver", + "large-grapes-lie", "little-dogs-help", "many-donkeys-report", "pink-trainers-learn", diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index f0f7f0f23..eeeb3d328 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 250a112be..695be8e73 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index ec76a91a4..82fe7a375 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.10", + "astro": "^0.21.0-next.11", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index d4286d422..21a33a721 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 66bc3809a..34cf8996a 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1424e8957..1397183a9 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 4d43b542d..f49c90a61 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 356ff818e..29ff7188d 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 51a930ce6..6dedf7fc2 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index cd0b96cba..fd6739de4 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 03d45610f..7f41003d0 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 722b54144..53a9b029e 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 0baae789b..acfab0c52 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index cb166190e..14adb4d40 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index e31c4d93d..c9efa49fe 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index fd7641bcb..93b387379 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.10", + "astro": "^0.21.0-next.11", "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 7646431b5..85b269ee5 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 3e55768b7..08fd51bd9 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.10" + "astro": "^0.21.0-next.11" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d06858f8e..cd05865fd 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.10", + "astro": "^0.21.0-next.11", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index c0eb1db4b..52817847c 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 0.21.0-next.11 + +### Patch Changes + +- 00d2b625: Add Vite dependencies to astro +- Updated dependencies [00d2b625] + - @astrojs/markdown-remark@0.4.0-next.2 + ## 0.21.0-next.10 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 98353466e..246770fc5 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.0-next.10", + "version": "0.21.0-next.11", "author": "Skypack", "license": "MIT", "type": "module", @@ -55,7 +55,7 @@ "dependencies": { "@astrojs/compiler": "^0.3.3", "@astrojs/language-server": "^0.7.16", - "@astrojs/markdown-remark": "^0.4.0-next.1", + "@astrojs/markdown-remark": "^0.4.0-next.2", "@astrojs/prism": "0.3.0-next.0", "@astrojs/renderer-preact": "^0.3.0-next.1", "@astrojs/renderer-react": "0.3.0-next.1", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 573a6c4b4..f983078d3 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-support +## 0.4.0-next.2 + +### Patch Changes + +- 00d2b625: Move gray-matter to deps + ## 0.4.0-next.1 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 8ee0fe545..86f70bf82 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.4.0-next.1", + "version": "0.4.0-next.2", "main": "./dist/index.js", "type": "module", "repository": { diff --git a/www/package.json b/www/package.json index 8bc76d168..d19077df5 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.10" + "astro": "^0.21.0-next.11" } }