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 69a12f884..000000000 --- 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 737ce7b41..000000000 --- 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 3a2f580a3..000000000 --- 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 65c8feb94..000000000 --- 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 eb33cfce1..000000000 --- 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 aa6648082..000000000 --- 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 8c40341ee..000000000 --- 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 6596f010d..000000000 --- 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 25b5aec33..f99a79071 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 1fdc9308a..6553d3d2b 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 02fb083ff..4cf8fd6b9 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 52e81c69d..0d058adf4 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 db298aded..e4b59befe 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 97b43dc5c..3a7a0a007 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 bd91ba4c8..47b863d77 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 39d526196..59d45a6de 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 3fdf67df1..ae7e64345 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 111d68e91..25a4d7409 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 fed2437d5..bc60d2f22 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 e696eaada..be8a3e938 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 b2108fbcd..ae8f743dd 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 8643fbb03..8628abbf4 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 5446e48e7..6087f92a7 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 435923cb2..9af6de55d 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 be4831828..6b1c81918 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 e96a6a625..9a43688b0 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 dc88bdfdd..133eceeb9 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 0151ad7e4..434316b2d 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 4d8332b31..cf97b1696 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 d92ce6782..50e7b8d45 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 384537881..86e5f780b 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 27b1cf6af..105ad95a4 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 80265c5be..58b142db3 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 467d00a46..45b90833a 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" } }