diff options
author | 2021-11-11 08:48:04 -0500 | |
---|---|---|
committer | 2021-11-11 08:48:04 -0500 | |
commit | 83be55d5dda19e658cfd969a675f7150340be4b8 (patch) | |
tree | 37537a3d08002c2e567d00a12d06b626c6f48f7d | |
parent | 8e3fd04dbd1428071624337b22b1e10e70e83165 (diff) | |
download | astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.gz astro-83be55d5dda19e658cfd969a675f7150340be4b8.tar.zst astro-83be55d5dda19e658cfd969a675f7150340be4b8.zip |
Version Packages (next) (#1791)astro@0.21.0-next.3@astrojs/markdown-remark@0.4.0-next.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
24 files changed, 43 insertions, 23 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json index 82dd36c0f..d1d8a7f1e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -38,12 +38,16 @@ "@example/portfolio-svelte": "0.0.1" }, "changesets": [ + "beige-kings-listen", + "curvy-glasses-rest", "curvy-years-kiss", "dull-bikes-doubt", "giant-shirts-sing", "pink-trainers-learn", "shaggy-guests-type", "silly-apples-build", - "tiny-bulldogs-lie" + "silly-peas-battle", + "tiny-bulldogs-lie", + "young-steaks-report" ] } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 0c492fb67..81842677d 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 6d8489faf..b1170e32c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 92167416e..277930e5d 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.2", + "astro": "^0.21.0-next.3", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 4fd8b7969..db9828d28 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f27d03dc6..06bd0a355 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.0", - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 67169e205..bf43ac108 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 5cf569c03..d5171872d 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 74e6d748a..9666b6e3b 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.0", - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 256785cc1..89cdb7b31 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 6fe3b763b..d3317e17b 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e9726b64e..3461a9bfb 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 2fe80fb8a..b416468f6 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 407e0b0a6..0169ee3c6 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index b2521233c..f2718bebb 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 4b4974cd7..ba65873a1 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.2", + "astro": "^0.21.0-next.3", "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 d5ed36030..fd0dbc4ea 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.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index f5a854a7a..9bd04bc7f 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.0", - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 6fc133e09..105f9912c 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.2", + "astro": "^0.21.0-next.3", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 193de74ac..0875b5594 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # astro +## 0.21.0-next.3 + +### Patch Changes + +- 7eaabbb0: Fix error with Markdown content attribute parsing +- fd52bcee: Update the build to build/bundle assets +- 7eaabbb0: Fix bug with attribute serialization +- Updated dependencies [7eaabbb0] + - @astrojs/markdown-remark@0.4.0-next.1 + ## 0.21.0-next.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 7c9c69049..88ccde6f8 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.0-next.2", + "version": "0.21.0-next.3", "author": "Skypack", "license": "MIT", "type": "module", @@ -55,7 +55,7 @@ "dependencies": { "@astrojs/compiler": "^0.2.26", "@astrojs/language-server": "^0.7.16", - "@astrojs/markdown-remark": "^0.4.0-next.0", + "@astrojs/markdown-remark": "^0.4.0-next.1", "@astrojs/markdown-support": "0.3.1", "@astrojs/prism": "0.3.0-next.0", "@astrojs/renderer-preact": "^0.3.0-next.0", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index c1d3ffefb..573a6c4b4 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-support +## 0.4.0-next.1 + +### Patch Changes + +- 7eaabbb0: Fix bug where code blocks would not be escaped properly + ## 0.4.0-next.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 1dd9e8341..c7d7f0109 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.0", + "version": "0.4.0-next.1", "main": "./dist/index.js", "type": "module", "repository": { diff --git a/www/package.json b/www/package.json index 00552a93f..a62bcf489 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.2" + "astro": "^0.21.0-next.3" } } |