From 83be55d5dda19e658cfd969a675f7150340be4b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 08:48:04 -0500 Subject: [PATCH] Version Packages (next) (#1791) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 6 +++++- 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-svelte/package.json | 2 +- examples/portfolio/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 | 10 ++++++++++ packages/astro/package.json | 4 ++-- packages/markdown/remark/CHANGELOG.md | 6 ++++++ packages/markdown/remark/package.json | 2 +- www/package.json | 2 +- 24 files changed, 43 insertions(+), 23 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 82dd36c0fa92..d1d8a7f1e7fd 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 0c492fb67896..81842677d0c8 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 6d8489faf9d8..b1170e32cb6d 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 92167416e675..277930e5d3cb 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 4fd8b7969e71..db9828d286a4 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 f27d03dc665d..06bd0a355e04 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 67169e205351..bf43ac108224 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 5cf569c0321f..d5171872dc1f 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 74e6d748af5c..9666b6e3bb5d 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 256785cc1046..89cdb7b314c5 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 6fe3b763bd21..d3317e17b583 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 e9726b64ecd3..3461a9bfbd13 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 2fe80fb8aa5f..b416468f6746 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 407e0b0a6e8f..0169ee3c6bd0 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 b2521233c032..f2718bebb0f7 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 4b4974cd7b34..ba65873a16b4 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 d5ed36030e32..fd0dbc4ea20d 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 f5a854a7ae90..9bd04bc7fcdf 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 6fc133e092d4..105f9912c418 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 193de74ac1a4..0875b5594d30 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 7c9c6904960d..88ccde6f8b7c 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 c1d3ffefb360..573a6c4b4758 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 1dd9e83418ac..c7d7f0109144 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 00552a93febe..a62bcf4898fd 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" } }