From fff00e45f00f8534ec5fe66302d8c44639b34499 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 16:31:34 -0500 Subject: [PATCH] Version Packages (#1972) Co-authored-by: github-actions[bot] --- .changeset/big-mangos-bow.md | 5 ----- .changeset/cool-knives-fry.md | 5 ----- .changeset/fluffy-ligers-mate.md | 5 ----- .changeset/fuzzy-stingrays-count.md | 9 --------- .changeset/gentle-donkeys-rule.md | 5 ----- .changeset/little-turtles-sniff.md | 10 ---------- .changeset/tiny-buckets-mix.md | 5 ----- .changeset/twenty-hounds-approve.md | 5 ----- examples/blog-multiple-authors/package.json | 2 +- examples/blog/package.json | 2 +- examples/docs/package.json | 2 +- examples/framework-lit/package.json | 4 ++-- 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/subpath/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 | 16 ++++++++++++++++ packages/astro/package.json | 4 ++-- packages/markdown/remark/CHANGELOG.md | 11 +++++++++++ packages/markdown/remark/package.json | 2 +- packages/renderers/renderer-lit/CHANGELOG.md | 6 ++++++ packages/renderers/renderer-lit/package.json | 2 +- www/package.json | 2 +- 34 files changed, 58 insertions(+), 74 deletions(-) delete mode 100644 .changeset/big-mangos-bow.md delete mode 100644 .changeset/cool-knives-fry.md delete mode 100644 .changeset/fluffy-ligers-mate.md delete mode 100644 .changeset/fuzzy-stingrays-count.md delete mode 100644 .changeset/gentle-donkeys-rule.md delete mode 100644 .changeset/little-turtles-sniff.md delete mode 100644 .changeset/tiny-buckets-mix.md delete mode 100644 .changeset/twenty-hounds-approve.md diff --git a/.changeset/big-mangos-bow.md b/.changeset/big-mangos-bow.md deleted file mode 100644 index 69a12f8846..0000000000 --- a/.changeset/big-mangos-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support `lang="postcss"` in addition to `lang="pcss"` diff --git a/.changeset/cool-knives-fry.md b/.changeset/cool-knives-fry.md deleted file mode 100644 index 737ce7b415..0000000000 --- a/.changeset/cool-knives-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bump Sass dependency version diff --git a/.changeset/fluffy-ligers-mate.md b/.changeset/fluffy-ligers-mate.md deleted file mode 100644 index 3a2f580a37..0000000000 --- a/.changeset/fluffy-ligers-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Added `MarkdownParser` and `MarkdownParserResponse` to `@types` diff --git a/.changeset/fuzzy-stingrays-count.md b/.changeset/fuzzy-stingrays-count.md deleted file mode 100644 index 65c8feb941..0000000000 --- a/.changeset/fuzzy-stingrays-count.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'astro': patch ---- - -Fix a host of compiler bugs, including: -- CSS scoping of `*` character inside of `calc()` expressions -- Encoding of double quotes inside of quoted attributes -- Expressions inside of `` elements - diff --git a/.changeset/gentle-donkeys-rule.md b/.changeset/gentle-donkeys-rule.md deleted file mode 100644 index eb33cfce12..0000000000 --- a/.changeset/gentle-donkeys-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-lit': patch ---- - -renderer-lit will bind to properties rather than attributes fixing certain binding issues diff --git a/.changeset/little-turtles-sniff.md b/.changeset/little-turtles-sniff.md deleted file mode 100644 index aa6648082b..0000000000 --- a/.changeset/little-turtles-sniff.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@astrojs/markdown-remark': minor ---- - -- Upgraded dependencies -- Replaced `remark-slug` with `rehype-slug` because [it was deprecated](https://github.com/remarkjs/remark-slug) -- Replaced `@silvenon/remark-smartypants` with `remark-smartypants` because its name was changed -- Disable **all** built-in plugins when custom remark and/or rehype plugins are added -- Removed `remark-footnotes` because [`remark-gfm` now supports footnotes](https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0) -- Re-added `remark-smartypants` and `rehype-slug` to the default plugins list diff --git a/.changeset/tiny-buckets-mix.md b/.changeset/tiny-buckets-mix.md deleted file mode 100644 index 8c40341eed..0000000000 --- a/.changeset/tiny-buckets-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes building of non-hoisted scripts diff --git a/.changeset/twenty-hounds-approve.md b/.changeset/twenty-hounds-approve.md deleted file mode 100644 index 6596f010da..0000000000 --- a/.changeset/twenty-hounds-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix regression with `astro build` 404.astro output diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 25b5aec334..f99a790714 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.1" + "astro": "^0.21.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 1fdc9308a5..6553d3d2b7 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 02fb083ff6..4cf8fd6b9e 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.1", + "astro": "^0.21.2", "@snowpack/plugin-dotenv": "^2.1.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 52e81c69d9..0d058adf4d 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/renderer-lit": "^0.2.0", - "astro": "^0.21.1" + "@astrojs/renderer-lit": "^0.2.1", + "astro": "^0.21.2" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index db298adedb..e4b59befe4 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 97b43dc5c5..3a7a0a0072 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index bd91ba4c80..47b863d777 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 39d526196e..59d45a6de9 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 3fdf67df1b..ae7e64345c 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 111d68e915..25a4d74094 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index fed2437d58..bc60d2f22a 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index e696eaada7..be8a3e9389 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index b2108fbcd4..ae8f743ddb 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index 8643fbb030..8628abbf4a 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 5446e48e73..6087f92a78 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 435923cb24..9af6de55d7 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.1", + "astro": "^0.21.2", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index be48318280..6b1c819184 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index e96a6a625c..9a43688b06 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.2.0", - "astro": "^0.21.1" + "astro": "^0.21.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index dc88bdfdda..133eceeb93 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1", + "astro": "^0.21.2", "autoprefixer": "^10.4.0", "tailwindcss": "^2.2.19" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 0151ad7e4b..434316b2d9 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,21 @@ # astro +## 0.21.2 + +### Patch Changes + +- 22dd6bf6: Support `lang="postcss"` in addition to `lang="pcss"` +- d3476f24: Bump Sass dependency version +- 679d4395: Added `MarkdownParser` and `MarkdownParserResponse` to `@types` +- e4945232: Fix a host of compiler bugs, including: + - CSS scoping of `*` character inside of `calc()` expressions + - Encoding of double quotes inside of quoted attributes + - Expressions inside of `
` elements +- 8cb77959: Fixes building of non-hoisted scripts +- fc5f4163: Fix regression with `astro build` 404.astro output +- Updated dependencies [679d4395] + - @astrojs/markdown-remark@0.5.0 + ## 0.21.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 4d8332b31b..cf97b1696a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.21.1", + "version": "0.21.2", "author": "Skypack", "license": "MIT", "type": "module", @@ -55,7 +55,7 @@ "dependencies": { "@astrojs/compiler": "^0.3.4", "@astrojs/language-server": "^0.7.16", - "@astrojs/markdown-remark": "^0.4.0", + "@astrojs/markdown-remark": "^0.5.0", "@astrojs/prism": "0.3.0", "@astrojs/renderer-preact": "^0.3.0", "@astrojs/renderer-react": "0.3.0", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index d92ce67821..50e7b8d45a 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/markdown-remark +## 0.5.0 + +### Minor Changes + +- 679d4395: - Upgraded dependencies + - Replaced `remark-slug` with `rehype-slug` because [it was deprecated](https://github.com/remarkjs/remark-slug) + - Replaced `@silvenon/remark-smartypants` with `remark-smartypants` because its name was changed + - Disable **all** built-in plugins when custom remark and/or rehype plugins are added + - Removed `remark-footnotes` because [`remark-gfm` now supports footnotes](https://github.com/remarkjs/remark-gfm/releases/tag/3.0.0) + - Re-added `remark-smartypants` and `rehype-slug` to the default plugins list + ## 0.4.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 3845378819..86e5f780bc 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", + "version": "0.5.0", "main": "./dist/index.js", "type": "module", "repository": { diff --git a/packages/renderers/renderer-lit/CHANGELOG.md b/packages/renderers/renderer-lit/CHANGELOG.md index 27b1cf6af9..105ad95a43 100644 --- a/packages/renderers/renderer-lit/CHANGELOG.md +++ b/packages/renderers/renderer-lit/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-lit +## 0.2.1 + +### Patch Changes + +- ec01d1b4: renderer-lit will bind to properties rather than attributes fixing certain binding issues + ## 0.2.0 ### Minor Changes diff --git a/packages/renderers/renderer-lit/package.json b/packages/renderers/renderer-lit/package.json index 80265c5be5..58b142db3c 100644 --- a/packages/renderers/renderer-lit/package.json +++ b/packages/renderers/renderer-lit/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-lit", - "version": "0.2.0", + "version": "0.2.1", "description": "A Lit renderer for Astro", "type": "module", "exports": { diff --git a/www/package.json b/www/package.json index 467d00a466..45b90833a5 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.1" + "astro": "^0.21.2" } }